Package | Description |
---|---|
bibliothek.gui.dock.action |
The components dealing with the logic of
DockAction s. |
bibliothek.gui.dock.action.actions |
Contains a set of different
DockAction s
and supporting classes.The actions in this package will create views, which show Icon s,
text, tooltips and other gimmicks. |
Modifier and Type | Method and Description |
---|---|
void |
DropDownAction.addDropDownActionListener(DropDownActionListener listener)
Adds a listener to this action.
|
void |
DropDownAction.removeDropDownActionListener(DropDownActionListener listener)
Removes a listener from this action.
|
Modifier and Type | Method and Description |
---|---|
protected DropDownActionListener[] |
AbstractSimpleDropDownAction.getListeners()
Gets an array of all listeners that are registered to this action.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSimpleDropDownAction.addDropDownActionListener(DropDownActionListener listener) |
void |
AbstractSimpleDropDownAction.removeDropDownActionListener(DropDownActionListener listener) |