|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object prefuse.data.util.AbstractColumnProjection
public abstract class AbstractColumnProjection
Abstract base class for column projection instances. Implements the listener functionality.
Constructor Summary | |
---|---|
AbstractColumnProjection()
|
Method Summary | |
---|---|
void |
addProjectionListener(ProjectionListener lstnr)
Add a listener to this column projection |
void |
fireUpdate()
|
void |
removeProjectionListener(ProjectionListener lstnr)
Remove a listener from this column projection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface prefuse.data.util.ColumnProjection |
---|
include |
Constructor Detail |
---|
public AbstractColumnProjection()
Method Detail |
---|
public void addProjectionListener(ProjectionListener lstnr)
ColumnProjection
addProjectionListener
in interface ColumnProjection
lstnr
- the listener to addColumnProjection.addProjectionListener(prefuse.data.event.ProjectionListener)
public void removeProjectionListener(ProjectionListener lstnr)
ColumnProjection
removeProjectionListener
in interface ColumnProjection
lstnr
- the listener to removeColumnProjection.removeProjectionListener(prefuse.data.event.ProjectionListener)
public void fireUpdate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |