hep.wired.cut
Class SliderEditor
java.lang.Object
hep.wired.cut.ConditionEditor
hep.wired.cut.SliderEditor
- All Implemented Interfaces:
- EventListener, ChangeListener
- Direct Known Subclasses:
- DoubleSliderEditor, IntegerSliderEditor
public abstract class SliderEditor
- extends ConditionEditor
- Version:
- $Id: $
- Author:
- Dmitry Onoprienko
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_applyImmediately
protected boolean _applyImmediately
SliderEditor
public SliderEditor(SliderPanel panel)
setCondition
public void setCondition(Condition condition)
- Description copied from class:
ConditionEditor
- Sets Condition to be edited.
If called with null argument, resets the editor, eliminating any references
to previously edited condition.
- Overrides:
setCondition
in class ConditionEditor
getPanel
public SliderPanel getPanel()
- Description copied from class:
ConditionEditor
- Returns GUI for this editor.
- Specified by:
getPanel
in class ConditionEditor
stateChanged
public void stateChanged(ChangeEvent event)
Copyright © 1996-2013 FreeHEP. All Rights Reserved.