@FrameworkOnly public interface SharingDropDownItemAction extends SharingStandardDockAction, DropDownItemAction
DropDownItemAction
whose properties are shared among all Dockable
s, 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, isEnabled, setAccelerator, setDisabledIcon, setDockableRepresentation, setEnabled, setIcon, setIcon, setText, setTooltip
addDockActionListener, getDockableRepresentation, getIcon, getIconContexts, getText, getTooltipText, isEnabled, removeDockActionListener
bind, createView, trigger, unbind
isDropDownSelectable, isDropDownTriggerable
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