|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConditionDefinition.Type | |
---|---|
hep.wired.cut |
Uses of ConditionDefinition.Type in hep.wired.cut |
---|
Fields in hep.wired.cut with type parameters of type ConditionDefinition.Type | |
---|---|
protected EnumMap<ConditionDefinition.Type,ConditionEditor> |
CutEditor._conditionEditors
|
Methods in hep.wired.cut that return ConditionDefinition.Type | |
---|---|
ConditionDefinition.Type |
BooleanConditionDefinition.getType()
Returns the type of this condition. |
ConditionDefinition.Type |
LongConditionDefinition.getType()
Returns the type of this condition. |
ConditionDefinition.Type |
DoubleConditionDefinition.getType()
Returns the type of this condition. |
ConditionDefinition.Type |
IntegerConditionDefinition.getType()
Returns the type of this condition. |
ConditionDefinition.Type |
StringConditionDefinition.getType()
Returns the type of this condition. |
ConditionDefinition.Type |
StringConditionEditor.getType()
Returns the type of condition handled by this editor. |
ConditionDefinition.Type |
ConditionEditor.getType()
Returns the type of condition handled by this editor. |
ConditionDefinition.Type |
ConditionDefinition.getType()
Returns the type of this condition. |
static ConditionDefinition.Type |
ConditionDefinition.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConditionDefinition.Type[] |
ConditionDefinition.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in hep.wired.cut with parameters of type ConditionDefinition.Type | |
---|---|
ConditionEditor |
CutEditor.getConditionEditor(ConditionDefinition.Type conditionType)
|
void |
CutEditor.setConditionEditor(ConditionDefinition.Type type,
ConditionEditor editor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |