public abstract class ConditionEditor extends Object implements ChangeListener
Modifier and Type | Field and Description |
---|---|
protected Condition |
_condition |
Constructor and Description |
---|
ConditionEditor() |
Modifier and Type | Method and Description |
---|---|
Condition |
getCondition()
Returns Condition being edited.
|
abstract JPanel |
getPanel()
Returns GUI for this editor.
|
ConditionDefinition.Type |
getType()
Returns the type of condition handled by this editor.
|
void |
setCondition(Condition condition)
Sets Condition to be edited.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
stateChanged
protected Condition _condition
public void setCondition(Condition condition)
public Condition getCondition()
public ConditionDefinition.Type getType()
public abstract JPanel getPanel()
Copyright © 1996-2014 FreeHEP. All Rights Reserved.