Uses of Class
org.cytoscape.work.util.AbstractBounded
-
Packages that use AbstractBounded Package Description org.cytoscape.work.util Various supporting classes for Cytoscape the work (Task) framework. -
-
Uses of AbstractBounded in org.cytoscape.work.util
Subclasses of AbstractBounded in org.cytoscape.work.util Modifier and Type Class Description classBoundedDoubleA Double object which has low and up boundsclassBoundedFloatA Float object which has low and up bounds.classBoundedIntegerAn Integer object which has low and up bounds.classBoundedLongA Long object which has low and up bounds.Methods in org.cytoscape.work.util with parameters of type AbstractBounded Modifier and Type Method Description voidBoundedChangeListener. boundsChanged(AbstractBounded source)voidBoundedChangeListener. valueChanged(AbstractBounded source)
-