|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.miningmart.gui.application.OperatorCheck
Constructor Summary | |
OperatorCheck(java.lang.String name,
boolean isOperator,
int depth,
OperatorCheck parent)
Constructor for OperatorCheck. |
Method Summary | |
boolean |
addOperatorCheck(OperatorCheck check)
Adds an OperatorCheck as child. |
boolean |
getCascading()
Gets the cascading-flag. |
java.lang.String |
getName()
Gets the name. |
int |
getOpChecksSize()
Gets the size. |
OperatorCheck |
getOperatorCheck(int index)
|
java.util.Vector |
getSubOperatorChecks()
Gets the OperatorCheck s-childs. |
boolean |
isAllSelected()
Checks the selection of all childs. |
boolean |
isOperator()
Is this OperatorCheck for an operator? |
boolean |
isPartlySelected()
Checks wether something is selected. |
boolean |
isSelected()
Is this Operatorcheck selected. |
void |
setCascading(boolean bool)
Sets the cascading-flag. |
void |
setSelected(boolean bool)
Sets the selection without cascading. |
void |
setSelectedCascading(boolean bool)
Sets the selection with cascading. |
void |
setSelectedCascadingDown(boolean bool)
|
void |
setSelectedCascadingTop(boolean bool)
|
void |
setSelectedSimple(boolean bool)
A simple selection of this OperatorCheck . |
java.lang.String |
toString()
Gets the name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public OperatorCheck(java.lang.String name, boolean isOperator, int depth, OperatorCheck parent)
Method Detail |
public boolean isOperator()
OperatorCheck for an operator?
- Returns:
- true, if it is for an operator
false, if it is for a group of operators.
public int getOpChecksSize()
public OperatorCheck getOperatorCheck(int index)
public boolean addOperatorCheck(OperatorCheck check)
OperatorCheck
as child.
public java.lang.String toString()
public java.lang.String getName()
public void setSelectedSimple(boolean bool)
OperatorCheck
.
public void setSelected(boolean bool)
public void setSelectedCascading(boolean bool)
public void setSelectedCascadingTop(boolean bool)
public void setSelectedCascadingDown(boolean bool)
public boolean isSelected()
Operatorcheck
selected.
public boolean isPartlySelected()
public boolean isAllSelected()
public void setCascading(boolean bool)
public boolean getCascading()
public java.util.Vector getSubOperatorChecks()
OperatorCheck
s-childs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |