|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@FrameworkOnly public interface SharingDropDownItemAction
A DropDownItemAction whose properties are shared among all Dockables, the
properties can be modified by the client.
| Field Summary |
|---|
| Fields inherited from interface bibliothek.gui.dock.action.DockAction |
|---|
BUTTON_CONTENT_FILTER |
| Method Summary | |
|---|---|
boolean |
isDropDownSelectable()
Tells whether this action can be selected. |
boolean |
isDropDownTriggerableNotSelected()
Tells whether this action can be triggered when shown on, but not selected by, a DropDownAction or not. |
boolean |
isDropDownTriggerableSelected()
Tells whether this action can be triggered when shown on and selected by a DropDownAction or not. |
void |
setDropDownSelectable(boolean dropDownSelectable)
Sets whether this action can be selected if it is a child of a DropDownAction or not. |
void |
setDropDownTriggerableNotSelected(boolean dropDownTriggerableNotSelected)
Sets whether this action can be triggered when shown on, but not selected by, a DropDownAction or not. |
void |
setDropDownTriggerableSelected(boolean dropDownTriggerableSelected)
Sets whether this action can be triggered when shown on, and selected by, a DropDownAction or not. |
| 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.dropdown.DropDownItemAction |
|---|
isDropDownSelectable, isDropDownTriggerable |
| Method Detail |
|---|
void setDropDownSelectable(boolean dropDownSelectable)
DropDownAction or not.
dropDownSelectable - true if this action can
be selectedboolean isDropDownSelectable()
true if it can be selectedsetDropDownSelectable(boolean)void setDropDownTriggerableSelected(boolean dropDownTriggerableSelected)
DropDownAction or not.
dropDownTriggerableSelected - true if this action
can be triggeredboolean isDropDownTriggerableSelected()
DropDownAction or not.
true if the action can be triggeredvoid setDropDownTriggerableNotSelected(boolean dropDownTriggerableNotSelected)
DropDownAction or not.
dropDownTriggerableNotSelected - true if this action
can be triggeredboolean isDropDownTriggerableNotSelected()
DropDownAction or not.
true if the action can be triggered
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||