|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SelectableDockActionListener in bibliothek.gui.dock.action |
---|
Methods in bibliothek.gui.dock.action with parameters of type SelectableDockActionListener | |
---|---|
void |
SelectableDockAction.addSelectableListener(SelectableDockActionListener listener)
Adds a listener to this action. |
void |
SelectableDockAction.removeSelectableListener(SelectableDockActionListener listener)
Removes a listener from this action. |
Uses of SelectableDockActionListener in bibliothek.gui.dock.action.actions |
---|
Fields in bibliothek.gui.dock.action.actions declared as SelectableDockActionListener | |
---|---|
private SelectableDockActionListener |
GroupedSelectableDockAction.listener
A listener added to all children of this action |
private SelectableDockActionListener |
SelectableDockActionGroup.listener
A listener to all actions |
Fields in bibliothek.gui.dock.action.actions with type parameters of type SelectableDockActionListener | |
---|---|
private java.util.List<SelectableDockActionListener> |
GroupedSelectableDockAction.listeners
Listeners added to this action |
private java.util.List<SelectableDockActionListener> |
SimpleSelectableAction.listeners
observers of this action |
Methods in bibliothek.gui.dock.action.actions with parameters of type SelectableDockActionListener | |
---|---|
void |
GroupedSelectableDockAction.addSelectableListener(SelectableDockActionListener listener)
|
void |
SimpleSelectableAction.addSelectableListener(SelectableDockActionListener listener)
|
protected abstract SimpleSelectableAction |
GroupedSelectableDockAction.createGroup(SelectableDockActionListener listener)
Creates a new group and adds a listener to the group. |
protected SimpleSelectableAction |
GroupedSelectableDockAction.Check.createGroup(SelectableDockActionListener listener)
|
protected SimpleSelectableAction |
GroupedSelectableDockAction.Radio.createGroup(SelectableDockActionListener listener)
|
void |
GroupedSelectableDockAction.removeSelectableListener(SelectableDockActionListener listener)
|
void |
SimpleSelectableAction.removeSelectableListener(SelectableDockActionListener listener)
|
Uses of SelectableDockActionListener in bibliothek.gui.dock.themes.basic.action |
---|
Classes in bibliothek.gui.dock.themes.basic.action that implement SelectableDockActionListener | |
---|---|
private class |
BasicSelectableHandler.Listener
A listener to a SelectableDockAction , informing the model
whenever the selected state of the action changes. |
Uses of SelectableDockActionListener in bibliothek.gui.dock.themes.basic.action.dropdown |
---|
Classes in bibliothek.gui.dock.themes.basic.action.dropdown that implement SelectableDockActionListener | |
---|---|
private class |
SelectableDropDownHandler.Listener
A listener that ensures, that the menuitem and the action have always the same selected-state. |
Uses of SelectableDockActionListener in bibliothek.gui.dock.themes.basic.action.menu |
---|
Classes in bibliothek.gui.dock.themes.basic.action.menu that implement SelectableDockActionListener | |
---|---|
private class |
SelectableMenuHandler.Listener
A listener added |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |