public class AcceptAllColumnProjection extends AbstractColumnProjection
| Constructor and Description |
|---|
AcceptAllColumnProjection() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
include(Column col,
java.lang.String name)
Always returns true, accepting all columns.
|
addProjectionListener, fireUpdate, removeProjectionListenerpublic boolean include(Column col, java.lang.String name)
col - the Column to testname - the name of the columnColumnProjection.include(prefuse.data.column.Column, java.lang.String)