public class StringConditionEditor extends ConditionEditor
_condition
Constructor and Description |
---|
StringConditionEditor() |
Modifier and Type | Method and Description |
---|---|
StringCondition |
getCondition()
Returns Condition being edited.
|
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.
|
void |
stateChanged(ChangeEvent event)
Responds to events from
ConditionDefinition . |
public void setCondition(Condition condition)
setCondition
in class ConditionEditor
public void stateChanged(ChangeEvent event)
ConditionDefinition
.
Updates the domain.public JPanel getPanel()
getPanel
in class ConditionEditor
public ConditionDefinition.Type getType()
getType
in class ConditionEditor
public StringCondition getCondition()
getCondition
in class ConditionEditor
Copyright © 1996-2014 FreeHEP. All Rights Reserved.