|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.DefaultBoundedRangeModel
com.jsyn.swing.DoubleBoundedRangeModel
com.jsyn.swing.PortBoundedRangeModel
public class PortBoundedRangeModel
A bounded range model that drives a UnitInputPort. The range of the model is set based on the min and max of the port.
Constructor Summary | |
---|---|
PortBoundedRangeModel(UnitInputPort pPort)
|
Method Summary |
---|
Methods inherited from class com.jsyn.swing.DoubleBoundedRangeModel |
---|
doubleToSlider, equivalentTo, getDoubleMaximum, getDoubleMinimum, getDoubleValue, getName, setDoubleValue, setName, sliderToDouble |
Methods inherited from class javax.swing.DefaultBoundedRangeModel |
---|
addChangeListener, getChangeListeners, getExtent, getListeners, getMaximum, getMinimum, getValue, getValueIsAdjusting, removeChangeListener, setExtent, setMaximum, setMinimum, setRangeProperties, setValue, setValueIsAdjusting, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PortBoundedRangeModel(UnitInputPort pPort)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |