|
||||||||||
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<javax.swing.JMenuItem,S>
bibliothek.gui.dock.themes.basic.action.dropdown.AbstractDropDownHandler<SelectableDockAction>
bibliothek.gui.dock.themes.basic.action.dropdown.SelectableDropDownHandler
bibliothek.gui.dock.themes.basic.action.dropdown.SelectableDropDownHandler.Check
public static class SelectableDropDownHandler.Check
A connection representing a check-box.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class bibliothek.gui.dock.themes.basic.action.dropdown.SelectableDropDownHandler |
---|
SelectableDropDownHandler.Check, SelectableDropDownHandler.Radio |
Field Summary |
---|
Fields inherited from class bibliothek.gui.dock.themes.basic.action.menu.AbstractMenuHandler |
---|
action, dockable, item |
Constructor Summary | |
---|---|
SelectableDropDownHandler.Check(SelectableDockAction action,
Dockable dockable,
javax.swing.JMenuItem item)
Creates a new handler. |
Method Summary | |
---|---|
protected void |
itemTriggered()
Called if the menuitem was clicked. |
void |
triggered()
Invoked if the item is triggered from outside. |
Methods inherited from class bibliothek.gui.dock.themes.basic.action.dropdown.SelectableDropDownHandler |
---|
bind, setView, unbind |
Methods inherited from class bibliothek.gui.dock.themes.basic.action.dropdown.AbstractDropDownHandler |
---|
addActionListener, getView, isSelectable, isTriggerable, removeActionListener |
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 |
Methods inherited from interface bibliothek.gui.dock.action.view.ViewItem |
---|
getAction, getItem |
Constructor Detail |
---|
public SelectableDropDownHandler.Check(SelectableDockAction action, Dockable dockable, javax.swing.JMenuItem item)
action
- the action to observedockable
- the Dockable for which the action is shownitem
- the graphical representation of the actionMethod Detail |
---|
public void triggered()
DropDownViewItem
protected void itemTriggered()
SelectableDropDownHandler
itemTriggered
in class SelectableDropDownHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |