See: Description
| 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 | Description |
|---|---|
| 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. |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.