|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthep.wired.cut.ConditionEditor
hep.wired.cut.SliderEditor
hep.wired.cut.DoubleSliderEditor
public final class DoubleSliderEditor
Field Summary |
---|
Fields inherited from class hep.wired.cut.SliderEditor |
---|
_applyImmediately |
Fields inherited from class hep.wired.cut.ConditionEditor |
---|
_condition |
Constructor Summary | |
---|---|
DoubleSliderEditor(SliderPanel editor)
|
Method Summary | |
---|---|
DoubleCondition |
getCondition()
Returns Condition being edited. |
int |
getHigh()
Returns high bound of the range in slider coordinates. |
int |
getLow()
Returns low bound of the range in slider coordinates. |
void |
setScale()
Prepares the model for conversions between slider and model coordinates. |
void |
updateFromSlider(int low,
int high,
boolean valueIsAdjusting)
Called by ConditionSlider when its knobs have been moved. |
void |
updateFromSliderHigh(int high,
boolean valueIsAdjusting)
Called by ConditionSlider when its high knob has been moved. |
void |
updateFromSliderLow(int low,
boolean valueIsAdjusting)
Called by ConditionSlider when its low knob has been moved. |
Methods inherited from class hep.wired.cut.SliderEditor |
---|
getPanel, setCondition, stateChanged |
Methods inherited from class hep.wired.cut.ConditionEditor |
---|
getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DoubleSliderEditor(SliderPanel editor)
Method Detail |
---|
public void setScale()
SliderEditor
public void updateFromSlider(int low, int high, boolean valueIsAdjusting)
public void updateFromSliderLow(int low, boolean valueIsAdjusting)
public void updateFromSliderHigh(int high, boolean valueIsAdjusting)
public DoubleCondition getCondition()
ConditionEditor
getCondition
in class ConditionEditor
public int getLow()
public int getHigh()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |