Classes in org.cytoscape.work.util used by org.cytoscape.work.util |
AbstractBounded
A bounded number object whose bounds values cannot be modified |
BoundedChangeListener
Classes which wish to listen for changes in AbstractBounded objects
(BoundedDouble, BoundedFloat, etc.) should implement this interface
and add themselves as observers (listeners) to the object. |
ListChangeListener
Classes which wish to listen for changes in ListSelection objects
(ListSingleSelection, ListMultipleSelection) should implement this interface
and add themselves as observers (listeners) to the object. |
ListSelection
A ListSelection object. |