Uses of Package
org.cytoscape.work.util
-
Packages that use org.cytoscape.work.util Package Description org.cytoscape.io.read Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs.org.cytoscape.view.layout This package provides access to the available layout algorithms, as well as provides abstract layout classes and layout information containers for the convenience of implementing other layout algorithms.org.cytoscape.work.util Various supporting classes for Cytoscape the work (Task) framework. -
Classes in org.cytoscape.work.util used by org.cytoscape.io.read Class Description ListSingleSelection List with items of typeT
: only 1 item can be selected. -
Classes in org.cytoscape.work.util used by org.cytoscape.view.layout Class Description ListSingleSelection List with items of typeT
: only 1 item can be selected. -
Classes in org.cytoscape.work.util used by org.cytoscape.work.util Class Description AbstractBounded A bounded number object whose bounds values cannot be modifiedBoundedChangeListener 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.