|
Cytoscape 3.1.1 API | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| 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 | |
|---|---|
| AbstractBounded<N extends Comparable<N>> | A bounded number object whose bounds values cannot be modified |
| BoundedDouble | A Double object which has low and up bounds |
| BoundedFloat | 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 type T : one or more items can be selected. |
| ListSelection<T> | A ListSelection object. |
| ListSingleSelection<T> | List with items of type T : only 1 item can be selected. |
Various supporting classes for Cytoscape the work (Task) framework.
|
Cytoscape 3.1.1 API | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||