|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.themes.basic.action.menu.AbstractMenuHandler<M,SelectableDockAction>
bibliothek.gui.dock.themes.basic.action.menu.SelectableMenuHandler<javax.swing.JCheckBoxMenuItem>
bibliothek.gui.dock.themes.basic.action.menu.SelectableMenuHandler.Check
public static class SelectableMenuHandler.Check
A handler designed to handle actions of type ActionType.CHECK
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class bibliothek.gui.dock.themes.basic.action.menu.SelectableMenuHandler |
---|
SelectableMenuHandler.Check, SelectableMenuHandler.Radio |
Field Summary |
---|
Fields inherited from class bibliothek.gui.dock.themes.basic.action.menu.AbstractMenuHandler |
---|
action, dockable, item |
Constructor Summary | |
---|---|
SelectableMenuHandler.Check(SelectableDockAction action,
Dockable dockable)
Creates a new handler. |
Method Summary | |
---|---|
protected boolean |
allowChange(boolean newValue)
Tells whether the new value newValue can be set through
the view or not. |
Methods inherited from class bibliothek.gui.dock.themes.basic.action.menu.SelectableMenuHandler |
---|
addActionListener, bind, removeActionListener, unbind |
Methods inherited from class bibliothek.gui.dock.themes.basic.action.menu.AbstractMenuHandler |
---|
getAction, getDockable, getItem |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectableMenuHandler.Check(SelectableDockAction action, Dockable dockable)
action
- the action to handledockable
- the owner of the actionMethod Detail |
---|
protected boolean allowChange(boolean newValue)
SelectableMenuHandler
newValue
can be set through
the view or not.
allowChange
in class SelectableMenuHandler<javax.swing.JCheckBoxMenuItem>
newValue
- the new value for the element
true
if the value is accepted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |