|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cut | |
---|---|
hep.wired.cut |
Uses of Cut in hep.wired.cut |
---|
Methods in hep.wired.cut that return Cut | |
---|---|
Cut |
AbstractCondition.getCut()
Returns the Cut this Condition belongs to. |
Cut |
Condition.getCut()
Returns the Cut this Condition belongs to. |
Cut |
CutSetEditor.getSelectedCut()
|
Methods in hep.wired.cut that return types with arguments of type Cut | |
---|---|
List<Cut> |
CutSetEditor.getCuts()
|
Set<Cut> |
CutSet.getCuts()
Returns a set of all cuts this CutSet knows about - both enabled and disabled. |
Methods in hep.wired.cut with parameters of type Cut | |
---|---|
void |
CutSetEditor.add(Cut cut)
Adds the specified cut. |
void |
CutSetEditor.delete(Cut cut)
Deletes the specified cut. |
protected void |
CutSet.disable(Cut cut)
|
protected void |
CutSet.enable(Cut cut)
|
protected void |
CutSet.enable(Cut cut,
boolean inverted)
|
Set<ConditionDefinition> |
CutManager.getCurrentDefinitions(Cut cut)
Returns a set of condition definitions applicable to the currently loaded record and the specified cut. |
Boolean |
CutSet.isCutEnabled(Cut cut)
Returns true if the specified cut is enabled in this CutSet. |
Boolean |
CutSet.isCutInverted(Cut cut)
Returns true if the specified cut is inverted in this CutSet. |
void |
CutSet.remove(Cut cut)
Removes the specified cut from this CutSet. |
void |
CutEditor.setCut(Cut cut)
|
void |
AbstractCondition.setCut(Cut cut)
Sets the Cut this Condition belongs to. |
void |
Condition.setCut(Cut cut)
Sets the Cut this Condition belongs to. |
void |
CutSet.setEnabled(Cut cut,
boolean enabled)
Sets whether or not the specified cut is enabled in this CutSet. |
void |
CutSet.setInverted(Cut cut,
boolean inverted)
Sets whether or not the specified cut is inverted in this CutSet. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |