|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Condition | |
---|---|
hep.wired.cut |
Uses of Condition in hep.wired.cut |
---|
Classes in hep.wired.cut that implement Condition | |
---|---|
class |
AbstractCondition
Adapter for implementing Condition . |
class |
BooleanCondition
Condition based on comparison with boolean value. |
class |
DoubleCondition
Condition based on comparison with double range. |
class |
IntegerCondition
Condition based on comparison with integer range. |
class |
LongCondition
Condition based on comparison with long range. |
class |
StringCondition
Condition based on comparison with String set. |
Fields in hep.wired.cut declared as Condition | |
---|---|
protected Condition |
ConditionEditor._condition
|
Fields in hep.wired.cut with type parameters of type Condition | |
---|---|
protected HashSet<Condition> |
AbstractConditionDefinition._conditions
|
Methods in hep.wired.cut that return Condition | |
---|---|
Condition |
AbstractConditionDefinition.createCondition()
Returns a new Condition object linked to this ConditionDefinition. |
Condition |
ConditionDefinition.createCondition()
Returns a new Condition object linked to this ConditionDefinition. |
Condition |
ConditionDefinition.createCondition(boolean enabled,
boolean inverted)
Returns a new Condition object linked to this ConditionDefinition. |
Condition |
ConditionEditor.getCondition()
Returns Condition being edited. |
Condition |
Cut.getCondition(int index)
Returns condition specified by the index. |
Condition |
CutEditor.getSelectedCondition()
Returns currently selected condition. |
Methods in hep.wired.cut that return types with arguments of type Condition | |
---|---|
List<Condition> |
Cut.getConditions()
Returns the list of conditions in this cut. |
Methods in hep.wired.cut with parameters of type Condition | |
---|---|
void |
Cut.add(Condition condition)
Adds condition to this cut. |
void |
Cut.remove(Condition condition)
Removes the specified condition from this cut. |
void |
AbstractConditionDefinition.removeCondition(Condition condition)
Unregisters the specified Condition. |
void |
ConditionDefinition.removeCondition(Condition condition)
Unregisters the specified Condition. |
void |
SliderEditor.setCondition(Condition condition)
|
void |
StringConditionEditor.setCondition(Condition condition)
Sets Condition to be edited. |
void |
ConditionEditor.setCondition(Condition condition)
Sets Condition to be edited. |
Method parameters in hep.wired.cut with type arguments of type Condition | |
---|---|
void |
Cut.addAll(Collection<? extends Condition> conditions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |