|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.action.actions.AbstractStandardDockAction
bibliothek.gui.dock.action.actions.SimpleDockAction
bibliothek.gui.dock.action.actions.SimpleMenuAction
public class SimpleMenuAction
An action that provides a menu which contains other actions.
| Field Summary |
|---|
| Fields inherited from class bibliothek.gui.dock.action.actions.AbstractStandardDockAction |
|---|
listeners |
| Fields inherited from interface bibliothek.gui.dock.action.DockAction |
|---|
BUTTON_CONTENT_FILTER |
| Constructor Summary | |
|---|---|
SimpleMenuAction()
Creates a new action. |
|
SimpleMenuAction(boolean monitorDisabling)
Creates a new action, the method has to be set later. |
|
SimpleMenuAction(DockActionSource menu)
Creates a new action. |
|
| Method Summary | ||
|---|---|---|
|
createView(ViewTarget<V> target,
ActionViewConverter converter,
Dockable dockable)
Creates a view for this action, for the platform target and
with help of converter. |
|
DockActionSource |
getMenu()
Gets the menu of this action |
|
DockActionSource |
getMenu(Dockable dockable)
Returns the menu that is represented by this action. |
|
void |
setMenu(DockActionSource menu)
Sets a menu that will be displayed instead of this action. |
|
boolean |
trigger(Dockable dockable)
Does the appropriate action that can be done respecting the current state of this action. |
|
| Methods inherited from class bibliothek.gui.dock.action.actions.SimpleDockAction |
|---|
bound, getAccelerator, getDisabledIcon, getDockableRepresentation, getDockableRepresentation, getIcon, getIcon, getIcon, getIconContexts, getText, getText, getTooltip, getTooltipText, getTooltipText, isEnabled, isEnabled, setAccelerator, setDisabledIcon, setDockableRepresentation, setEnabled, setIcon, setIcon, setText, setTooltip, trigger, unbound |
| Methods inherited from class bibliothek.gui.dock.action.actions.AbstractStandardDockAction |
|---|
addDockActionListener, bind, fireActionEnabledChanged, fireActionIconChanged, fireActionRepresentativeChanged, fireActionTextChanged, fireActionTooltipTextChanged, getBoundDockables, isBound, removeDockActionListener, unbind |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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, unbind |
| Constructor Detail |
|---|
public SimpleMenuAction()
setMenu(DockActionSource)public SimpleMenuAction(boolean monitorDisabling)
monitorDisabling - whether the current DisablingStrategy will be monitoredpublic SimpleMenuAction(DockActionSource menu)
menu - the menu that is shown for this action| Method Detail |
|---|
public void setMenu(DockActionSource menu)
menu - the menu, may be nullpublic DockActionSource getMenu(Dockable dockable)
MenuDockAction
getMenu in interface MenuDockActiondockable - the Dockable for which the menu is shown
nullpublic DockActionSource getMenu()
public <V> V createView(ViewTarget<V> target,
ActionViewConverter converter,
Dockable dockable)
DockActiontarget and
with help of converter. Clients might use their own
code to create a new view, but the preferred way is to call
ActionViewConverter.createView(ActionType, DockAction, ViewTarget, Dockable)
with an ActionType that fits to this DockAction.
createView in interface DockActionV - the type of view requestedtarget - The platform on which the view will be usedconverter - A set of methods that can be used to create a viewdockable - The Dockable for which the view will be shown. Note that
this action may not yet be bound to this action.
public boolean trigger(Dockable dockable)
DockAction
trigger in interface DockActiondockable - the element for which this action is called
true if this action could do anything, false
if this action was not able to react in any way to the event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||