hep.wired.cut
Class SliderEditor

java.lang.Object
  extended by hep.wired.cut.ConditionEditor
      extended by 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

Field Summary
protected  boolean _applyImmediately
           
 
Fields inherited from class hep.wired.cut.ConditionEditor
_condition
 
Constructor Summary
SliderEditor(SliderPanel panel)
           
 
Method Summary
 SliderPanel getPanel()
          Returns GUI for this editor.
 void setCondition(Condition condition)
          Sets Condition to be edited.
 void stateChanged(ChangeEvent event)
           
 
Methods inherited from class hep.wired.cut.ConditionEditor
getCondition, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_applyImmediately

protected boolean _applyImmediately
Constructor Detail

SliderEditor

public SliderEditor(SliderPanel panel)
Method Detail

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.