|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DropDownItemAction
An action that can be child of a DropDownAction. The properties
of this action are read by the view, for example if this action is wrapped into
a DropDownViewItem.
| Method Summary | |
|---|---|
boolean |
isDropDownSelectable(Dockable dockable)
Tells whether this action can be selected by a DropDownAction,
if it is shown for dockable. |
boolean |
isDropDownTriggerable(Dockable dockable,
boolean selected)
Tells whether this action can be triggered if it is shown as child of a DropDownAction. |
| Method Detail |
|---|
boolean isDropDownSelectable(Dockable dockable)
DropDownAction,
if it is shown for dockable.
dockable - the Dockable for which the action is shown
true if the action can be selected
boolean isDropDownTriggerable(Dockable dockable,
boolean selected)
DropDownAction.
dockable - the Dockable for which the action is shownselected - true if the action is selected (the action
is triggered because the user clicks onto the DropDownAction),
or false if this action is just in a menu.
true if the action can be triggered
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||