@FrameworkOnly public interface SharingDropDownItemAction extends SharingStandardDockAction, DropDownItemAction
DropDownItemAction whose properties are shared among all Dockables, the
properties can be modified by the client.BUTTON_CONTENT_FILTER| Modifier and Type | Method and Description |
|---|---|
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. |
getAccelerator, getDisabledIcon, getDockableRepresentation, getIcon, getIcon, getText, getTooltip, getTooltipText, isAcceleratorGlobal, isEnabled, setAccelerator, setAcceleratorIsGlobal, setDisabledIcon, setDockableRepresentation, setEnabled, setIcon, setIcon, setText, setTooltipaddDockActionListener, getDockableRepresentation, getIcon, getIconContexts, getText, getTooltipText, isEnabled, removeDockActionListenerbind, createView, trigger, unbindisDropDownSelectable, isDropDownTriggerablevoid 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 triggeredCopyright © 2017 Docking Frames. All rights reserved.