Package org.cytoscape.work.util
package org.cytoscape.work.util
Various supporting classes for Cytoscape the work (Task) framework.
-
ClassDescriptionAbstractBounded<N extends Comparable<N>>A bounded number object whose bounds values cannot be modifiedClasses 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.A Double object which has low and up boundsA Float object which has low and up bounds.An Integer object which has low and up bounds.A Long object which has low and up bounds.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.List with items of type
T
: one or more items can be selected.A ListSelection object.List with items of typeT
: only 1 item can be selected.