|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.guiseframework.component.AbstractSelectActionControl.SelectActionListener
public static class AbstractSelectActionControl.SelectActionListener
An action listener that selects a select action listener if auto-select is turned on, toggling the select status if necessary.
| Field Summary | |
|---|---|
protected SelectActionControl |
selectActionControl
The control to select. |
| Constructor Summary | |
|---|---|
AbstractSelectActionControl.SelectActionListener(SelectActionControl selectActionControl)
Select action control constructor. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent actionEvent)
Called when an action is initiated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final SelectActionControl selectActionControl
| Constructor Detail |
|---|
public AbstractSelectActionControl.SelectActionListener(SelectActionControl selectActionControl)
selectActionControl - The control to select when the action occurs.
java.lang.NullPointerException - if the given select action control is null.| Method Detail |
|---|
public void actionPerformed(ActionEvent actionEvent)
actionPerformed in interface ActionListeneractionEvent - The event indicating the source of the action.SelectActionControl.isAutoSelect(),
SelectActionControl.isToggle(),
Selectable.setSelected(boolean)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||