|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.themes.basic.action.BasicHandler<SelectableDockAction>
bibliothek.gui.dock.themes.basic.action.BasicSelectableHandler
public abstract class BasicSelectableHandler
A handler connecting a SelectableDockAction with a
BasicButtonModel.
| Nested Class Summary | |
|---|---|
static class |
BasicSelectableHandler.Check
An implementation used to connect a SelectableDockAction of
type ActionType.CHECK with a BasicButtonModel |
static class |
BasicSelectableHandler.Radio
An implementation used to connect a SelectableDockAction of
type ActionType.RADIO with a BasicButtonModel |
| Constructor Summary | |
|---|---|
BasicSelectableHandler(SelectableDockAction action,
Dockable dockable)
Creates a new handler |
|
| Method Summary | |
|---|---|
void |
bind()
Binds this item to its action |
void |
unbind()
Unbinds this item from its action |
| Methods inherited from class bibliothek.gui.dock.themes.basic.action.BasicHandler |
|---|
createListener, getAction, getDockable, getItem, getModel, setBackground, setForeground, setModel, setOrientation, triggered |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicSelectableHandler(SelectableDockAction action,
Dockable dockable)
action - the action which is observed by this handlerdockable - the dockable for which the action is shown| Method Detail |
|---|
public void bind()
ViewItem
bind in interface ViewItem<JComponent>bind in class BasicHandler<SelectableDockAction>public void unbind()
ViewItem
unbind in interface ViewItem<JComponent>unbind in class BasicHandler<SelectableDockAction>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||