public interface ColumnProjection
Modifier and Type | Method and Description |
---|---|
void |
addProjectionListener(ProjectionListener lstnr)
Add a listener to this column projection
|
boolean |
include(Column col,
java.lang.String name)
Determine if the given Column should be included.
|
void |
removeProjectionListener(ProjectionListener lstnr)
Remove a listener from this column projection
|
boolean include(Column col, java.lang.String name)
col
- the Column to testname
- the name of the columnvoid addProjectionListener(ProjectionListener lstnr)
lstnr
- the listener to addvoid removeProjectionListener(ProjectionListener lstnr)
lstnr
- the listener to removeCopyright ? 2013 Regents of the University of California