|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@FrameworkOnly public interface SharingDropDownDockAction
A SharingDropDownDockAction is a DropDownAction whose properties are shared by
all Dockables and whose properties can be set by the client.
| Field Summary |
|---|
| Fields inherited from interface bibliothek.gui.dock.action.DockAction |
|---|
BUTTON_CONTENT_FILTER |
| Fields inherited from interface bibliothek.gui.dock.action.DockAction |
|---|
BUTTON_CONTENT_FILTER |
| Method Summary | |
|---|---|
void |
add(DockAction action)
Adds an action to the menu. |
void |
insert(int index,
DockAction... action)
Inserts a list of actions into the menu. |
void |
insert(int index,
DockAction action)
Inserts an action into the menu. |
void |
remove(DockAction action)
Removes action from the menu. |
void |
remove(int index)
Removes an action from the menu. |
int |
size()
Gets the number of actions shown in the menu. |
| Methods inherited from interface bibliothek.gui.dock.action.actions.SharingStandardDockAction |
|---|
getAccelerator, getDisabledIcon, getDockableRepresentation, getIcon, getIcon, getText, getTooltip, getTooltipText, isEnabled, setAccelerator, setDisabledIcon, setDockableRepresentation, setEnabled, setIcon, setIcon, setText, setTooltip |
| Methods inherited from interface bibliothek.gui.dock.action.StandardDockAction |
|---|
addDockActionListener, getDockableRepresentation, getIcon, getIconContexts, getText, getTooltipText, isEnabled, removeDockActionListener |
| Methods inherited from interface bibliothek.gui.dock.action.DockAction |
|---|
bind, createView, trigger, unbind |
| Methods inherited from interface bibliothek.gui.dock.action.DropDownAction |
|---|
addDropDownActionListener, getFilter, getSelection, getSubActions, removeDropDownActionListener, setSelection |
| Methods inherited from interface bibliothek.gui.dock.action.StandardDockAction |
|---|
addDockActionListener, getDockableRepresentation, getIcon, getIconContexts, getText, getTooltipText, isEnabled, removeDockActionListener |
| Methods inherited from interface bibliothek.gui.dock.action.DockAction |
|---|
bind, createView, trigger, unbind |
| Method Detail |
|---|
void add(DockAction action)
action - the action to add
void insert(int index,
DockAction action)
index - the location of the actionaction - the new action
void insert(int index,
DockAction... action)
index - the location of the first actionaction - the actions to addvoid remove(int index)
index - the location of the actionint size()
void remove(DockAction action)
action from the menu.
action - the action to remove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||