|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freehep.jas.extension.tupleExplorer.cut.AbstractCut
org.freehep.jas.extension.tupleExplorer.mutableTuple.MutableTupleTreeCut
public class MutableTupleTreeCut
Field Summary |
---|
Fields inherited from class org.freehep.jas.extension.tupleExplorer.cut.AbstractCut |
---|
cutListeners |
Fields inherited from interface org.freehep.jas.extension.tupleExplorer.cut.Cut |
---|
CUT_DISABLED, CUT_DISABLED_INVERTED, CUT_ENABLED, CUT_INVERTED |
Constructor Summary | |
---|---|
MutableTupleTreeCut()
|
|
MutableTupleTreeCut(Cut cut,
org.freehep.jas.plugin.tree.FTreePath path)
|
Method Summary | |
---|---|
boolean |
accept(hep.aida.ref.tuple.FTupleCursor cutDataCursor)
Apply the cut to the CutDataSet. |
void |
addCutListener(CutListener cutListener)
Add a CutListener to the AbstractCut |
Cut |
cut()
|
org.freehep.jas.plugin.tree.FTreePath |
cutDeepestPath()
Get the cut's deepest path. |
CutDataSet |
getCutDataSet()
Get the CutDataSet on which the cut is applied |
CutListener |
getCutGUIListener()
Get the CutListener internal component of this Cut. |
EventListenerList |
getCutListeners()
Get the list of CutListeners listening to this Cut |
String |
getName()
Get the name of the AbstractCut |
int |
getState()
Get the state of the AbstractCut. |
void |
invert()
Invert the cut. |
boolean |
isEnabled()
Check if the Cut is enabled |
boolean |
isInverted()
Check if the Cut is inverted |
void |
removeCutListener(CutListener cutListener)
Remove a CutListener from the AbstractCut |
void |
setCut(Cut cut)
|
void |
setCutDataSet(CutDataSet cutDataSet)
Set the CutDataSet on which the cut is applied |
void |
setDeepestPath(org.freehep.jas.plugin.tree.FTreePath deepestPath)
|
void |
setDisabled(boolean isDisabled)
Disable the cut. |
void |
setName(String cutName)
Set the name of the AbstractCut |
void |
setState(int cutState)
Set the state of the AbstractCut. |
Methods inherited from class org.freehep.jas.extension.tupleExplorer.cut.AbstractCut |
---|
fireCutChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MutableTupleTreeCut()
public MutableTupleTreeCut(Cut cut, org.freehep.jas.plugin.tree.FTreePath path)
Method Detail |
---|
public void setDeepestPath(org.freehep.jas.plugin.tree.FTreePath deepestPath)
public void setCut(Cut cut)
public Cut cut()
public boolean accept(hep.aida.ref.tuple.FTupleCursor cutDataCursor)
Cut
cutDataCursor
- the CutDataCursor to access the CutDataSet current value
true<\code> if the current value of the CutDataSet is accepted by the cut
false<\code> otherwise
public org.freehep.jas.plugin.tree.FTreePath cutDeepestPath()
public String getName()
AbstractCut
getName
in interface Cut
getName
in class AbstractCut
public void setName(String cutName)
AbstractCut
setName
in interface Cut
setName
in class AbstractCut
cutName
- the name of the AbstractCutpublic void invert()
AbstractCut
invert
in interface Cut
invert
in class AbstractCut
public void setDisabled(boolean isDisabled)
AbstractCut
setDisabled
in interface Cut
setDisabled
in class AbstractCut
public int getState()
AbstractCut
getState
in interface Cut
getState
in class AbstractCut
public void setState(int cutState)
AbstractCut
setState
in interface Cut
setState
in class AbstractCut
cutState
- the state of the AbstractCutpublic boolean isEnabled()
AbstractCut
isEnabled
in interface Cut
isEnabled
in class AbstractCut
true<\code> if the cut is enabled
false<\code> otherwise
public boolean isInverted()
AbstractCut
isInverted
in interface Cut
isInverted
in class AbstractCut
true<\code> if the cut is inverted
false<\code> otherwise
public CutDataSet getCutDataSet()
AbstractCut
getCutDataSet
in interface Cut
getCutDataSet
in class AbstractCut
public void setCutDataSet(CutDataSet cutDataSet)
AbstractCut
setCutDataSet
in interface Cut
setCutDataSet
in class AbstractCut
cutDataSet
- the CutDataSet.public void addCutListener(CutListener cutListener)
AbstractCut
addCutListener
in interface Cut
addCutListener
in class AbstractCut
cutListener
- the Listenere to addpublic void removeCutListener(CutListener cutListener)
AbstractCut
removeCutListener
in interface Cut
removeCutListener
in class AbstractCut
cutListener
- the CutListener to removepublic EventListenerList getCutListeners()
AbstractCut
getCutListeners
in interface Cut
getCutListeners
in class AbstractCut
public CutListener getCutGUIListener()
AbstractCut
getCutGUIListener
in interface Cut
getCutGUIListener
in class AbstractCut
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |