|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.action.popup.DefaultActionPopupMenuFactory
public class DefaultActionPopupMenuFactory
The default implementation of a ActionPopupMenuFactory creates
new DefaultActionPopupMenus.
| Constructor Summary | |
|---|---|
DefaultActionPopupMenuFactory()
|
|
| Method Summary | |
|---|---|
ActionPopupMenu |
createMenu(java.awt.Component owner,
Dockable dockable,
DockActionSource actions,
java.lang.Object source)
Creates a new menu using actions as content. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultActionPopupMenuFactory()
| Method Detail |
|---|
public ActionPopupMenu createMenu(java.awt.Component owner,
Dockable dockable,
DockActionSource actions,
java.lang.Object source)
ActionPopupMenuFactoryactions as content.
createMenu in interface ActionPopupMenuFactoryowner - the Component over which the menu is going to be seendockable - the Dockable for which the menu is shownactions - the actions that are to be shown in the new menusource - the object which is responsible for showing the menu, this could be
a DockElementRepresentative, dockable itself, a MenuDockAction,
or another unspecified object, may be null
null if no menu should be shown for the given configuration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||