Package org.cytoscape.work.util


package org.cytoscape.work.util
Various supporting classes for Cytoscape the work (Task) framework.
  • Interface Summary
    Interface
    Description
    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.
    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
    A bounded number object whose bounds values cannot be modified
    A Double object which has low and up bounds
    A 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.
    List with items of type T : one or more items can be selected.
    A ListSelection object.
    List with items of type T : only 1 item can be selected.