|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CheckState | |
---|---|
com.alee.extended.checkbox | |
com.alee.extended.tree | |
com.alee.laf.checkbox |
Uses of CheckState in com.alee.extended.checkbox |
---|
Methods in com.alee.extended.checkbox that return CheckState | |
---|---|
CheckState |
WebTristateCheckBox.getNextState(CheckState checkState)
Returns next check state for toggle action. |
protected CheckState |
TristateCheckBoxModel.getNextState(CheckState checkState)
Returns next check state for check invertion action. |
CheckState |
WebTristateCheckBox.getState()
Returns tristate checkbox check state. |
CheckState |
TristateCheckBoxModel.getState()
|
static CheckState |
CheckState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CheckState[] |
CheckState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.alee.extended.checkbox with parameters of type CheckState | |
---|---|
CheckState |
WebTristateCheckBox.getNextState(CheckState checkState)
Returns next check state for toggle action. |
protected CheckState |
TristateCheckBoxModel.getNextState(CheckState checkState)
Returns next check state for check invertion action. |
void |
TristateCheckIcon.setNextState(CheckState nextState)
Sets next active state. |
void |
WebTristateCheckBox.setState(CheckState state)
Sets tristate checkbox check state. |
void |
TristateCheckBoxModel.setState(CheckState state)
Sets check state. |
Constructors in com.alee.extended.checkbox with parameters of type CheckState | |
---|---|
WebTristateCheckBox(CheckState state)
Constructs new tristate checkbox. |
|
WebTristateCheckBox(javax.swing.Icon icon,
CheckState state)
Constructs new tristate checkbox. |
|
WebTristateCheckBox(java.lang.String text,
CheckState state)
Constructs new tristate checkbox. |
|
WebTristateCheckBox(java.lang.String text,
javax.swing.Icon icon,
CheckState state)
Constructs new tristate checkbox. |
Uses of CheckState in com.alee.extended.tree |
---|
Fields in com.alee.extended.tree with type parameters of type CheckState | |
---|---|
protected java.util.Map<E,CheckState> |
DefaultTreeCheckingModel.nodeCheckStates
Node check states cache. |
Methods in com.alee.extended.tree that return CheckState | |
---|---|
CheckState |
WebCheckBoxTree.getCheckState(E node)
Returns specified tree node check state. |
CheckState |
TreeCheckingModel.getCheckState(E node)
Returns specified tree node check state. |
CheckState |
DefaultTreeCheckingModel.getCheckState(E node)
Returns specified tree node check state. |
CheckState |
CheckStateChange.getNewState()
Returns new node check state. |
protected CheckState |
DefaultTreeCheckingModel.getNextState(CheckState checkState)
Returns next check state for check invertion action. |
CheckState |
CheckStateChange.getOldState()
Returns old node check state. |
Methods in com.alee.extended.tree with parameters of type CheckState | |
---|---|
protected java.util.List<E> |
DefaultTreeCheckingModel.getAllNodesForState(CheckState state,
boolean optimize)
Returns list of nodes for the specified state. |
protected CheckState |
DefaultTreeCheckingModel.getNextState(CheckState checkState)
Returns next check state for check invertion action. |
protected void |
DefaultTreeCheckingModel.updateChildNodesState(E node,
CheckState newState,
java.util.List<E> toUpdate,
java.util.List<CheckStateChange<E>> changes)
Updates child nodes check state. |
protected void |
DefaultTreeCheckingModel.updateNodeState(E node,
CheckState newState,
java.util.List<E> toUpdate)
Updates single node check state. |
Constructors in com.alee.extended.tree with parameters of type CheckState | |
---|---|
CheckStateChange(E node,
CheckState oldState,
CheckState newState)
Constructs new check state change information object. |
Uses of CheckState in com.alee.laf.checkbox |
---|
Fields in com.alee.laf.checkbox declared as CheckState | |
---|---|
protected CheckState |
CheckIcon.nextState
Next active state. |
protected CheckState |
CheckIcon.state
Currently active state. |
Methods in com.alee.laf.checkbox that return CheckState | |
---|---|
CheckState |
CheckIcon.getNextState()
Returns next active state. |
CheckState |
CheckIcon.getState()
Returns currently active state. |
Methods in com.alee.laf.checkbox with parameters of type CheckState | |
---|---|
void |
CheckIcon.setNextState(CheckState nextState)
Sets next active state. |
void |
CheckIcon.setState(CheckState state)
Sets currently active check state. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |