|
||||||||||
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.cut.AbstractCutWithVariables
public abstract class AbstractCutWithVariables
AbstractCutWithVariables abstract implementation of CutWithVariables
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.freehep.jas.extension.tupleExplorer.cut.Cut |
---|
Cut.CutGUIListener |
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 | |
---|---|
AbstractCutWithVariables(String cutName)
The default constructor |
Method Summary | |
---|---|
void |
addCutVariable(CutVariable cutVariable)
Add a CutVariable to the AbstractCutWithVariables |
void |
cutVarRangeChanged(CutChangedEvent cutChangedEvent)
Invoked when the CutVariable range has changed |
void |
cutVarStateChanged(CutChangedEvent cutChangedEvent)
Invoked when the CutVariable state has changed |
void |
cutVarValueChanged(CutChangedEvent cutChangedEvent)
Invoked when the CutVariable has changed the current value |
CutVariable |
getCutVariable(int nCutVar)
Get the nth CutVariable |
ArrayList |
getCutVariables()
Get the list of CutVariables |
int |
getNCutVariables()
Get the number of CutVariables |
void |
removeCutVariable(CutVariable cutVariable)
Remove a CutVariable from the AbstractCutWithVariables |
Methods inherited from class org.freehep.jas.extension.tupleExplorer.cut.AbstractCut |
---|
addCutListener, fireCutChanged, getCutDataSet, getCutGUIListener, getCutListeners, getName, getState, invert, isEnabled, isInverted, removeCutListener, setCutDataSet, setDisabled, setName, setState |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.freehep.jas.extension.tupleExplorer.cut.Cut |
---|
accept, addCutListener, getCutDataSet, getCutGUIListener, getCutListeners, getName, getState, invert, isEnabled, isInverted, removeCutListener, setCutDataSet, setDisabled, setName, setState |
Constructor Detail |
---|
public AbstractCutWithVariables(String cutName)
cutName
- the name of the cutMethod Detail |
---|
public void addCutVariable(CutVariable cutVariable)
addCutVariable
in interface CutWithVariables
cutVariable
- the CutVariable to addpublic void removeCutVariable(CutVariable cutVariable)
removeCutVariable
in interface CutWithVariables
cutVariable
- the CutVariable to removepublic ArrayList getCutVariables()
getCutVariables
in interface CutWithVariables
public CutVariable getCutVariable(int nCutVar)
getCutVariable
in interface CutWithVariables
nCutVar
- the index of the desired CutVariable
public int getNCutVariables()
getNCutVariables
in interface CutWithVariables
public void cutVarValueChanged(CutChangedEvent cutChangedEvent)
cutVarValueChanged
in interface CutVariableListener
cutChangedEvent
- the event describing the changecutVariableListener#cutVarValueChanged( CutChangedEvent )
public void cutVarRangeChanged(CutChangedEvent cutChangedEvent)
cutVarRangeChanged
in interface CutVariableListener
cutChangedEvent
- the event describing the changecutVariableListener#cutVarRangeChanged( CutChangedEvent )
public void cutVarStateChanged(CutChangedEvent cutChangedEvent)
cutVarStateChanged
in interface CutVariableListener
cutChangedEvent
- the event describing the changecutVariableListener#cutVarStateChanged( CutChangedEvent )
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |