|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object prefuse.data.util.AbstractColumnProjection prefuse.data.util.AcceptAllColumnProjection
public class AcceptAllColumnProjection
ColumnProjection that simply includes all columns.
Constructor Summary | |
---|---|
AcceptAllColumnProjection()
|
Method Summary | |
---|---|
boolean |
include(Column col,
java.lang.String name)
Always returns true, accepting all columns. |
Methods inherited from class prefuse.data.util.AbstractColumnProjection |
---|
addProjectionListener, fireUpdate, removeProjectionListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AcceptAllColumnProjection()
Method Detail |
---|
public boolean include(Column col, java.lang.String name)
col
- the Column to testname
- the name of the column
ColumnProjection.include(prefuse.data.column.Column, java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |