|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.freehep.jas.extension.tupleExplorer.cut.CutChangedEvent
public class CutChangedEvent
A CutChangedEvent describes the change in a Cut.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
CutChangedEvent(Cut cut)
Constract a CutChangedEvent object from a Cut |
|
CutChangedEvent(CutGUI cutGUI)
Construct a CutChangedEvent object from a CutGUI |
|
CutChangedEvent(CutVariable cutVar)
Construct a CutChangedEvent object from a CutVariable |
|
CutChangedEvent(CutVariableGUI cutVariableGUI)
Construct a CutChangedEvent object from a CutVariableGUI |
Method Summary | |
---|---|
String |
getCutName()
Get the cut name |
int |
getCutState()
Get the cut state |
double |
getVarMax()
Get the CutVariable's upper bound |
double |
getVarMin()
Get the CutVariable's lower bound |
int |
getVarState()
Get the state the CutVariable is in |
double |
getVarValue()
Get the CutVariable's current value |
double |
getVarValueChange()
Get the change in the CutVariable's value |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CutChangedEvent(Cut cut)
cut
- the parent Cut that is firing the eventpublic CutChangedEvent(CutVariable cutVar)
cutVar
- the parent CutVariable that is firing the eventpublic CutChangedEvent(CutGUI cutGUI)
cutGUI
- the parent CutGUI that is firing the eventpublic CutChangedEvent(CutVariableGUI cutVariableGUI)
cutVariableGUI
- the parent CutGUI that is firing the eventMethod Detail |
---|
public String getCutName()
public int getCutState()
Cut.getState()
public double getVarMin()
public double getVarMax()
public double getVarValue()
public int getVarState()
public double getVarValueChange()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |