Package org.cytoscape.work.util
Various supporting classes for Cytoscape the work (Task) framework.
-
Interface Summary Interface Description BoundedChangeListener<N> 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<T> 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. -
Class Summary Class Description AbstractBounded<N extends Comparable<N>> A bounded number object whose bounds values cannot be modifiedBoundedDouble A Double object which has low and up boundsBoundedFloat A Float object which has low and up bounds.BoundedInteger An Integer object which has low and up bounds.BoundedLong A Long object which has low and up bounds.ListMultipleSelection<T> List with items of typeT
: one or more items can be selected.ListSelection<T> A ListSelection object.ListSingleSelection<T> List with items of typeT
: only 1 item can be selected.