|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.extension.gui.dock.theme.BubbleTheme.MenuGenerator
private class BubbleTheme.MenuGenerator
Generator to create views for menus
.
Constructor Summary | |
---|---|
private |
BubbleTheme.MenuGenerator()
|
Method Summary | |
---|---|
BasicTitleViewItem<javax.swing.JComponent> |
create(ActionViewConverter converter,
MenuDockAction action,
Dockable dockable)
Converts action into a view. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private BubbleTheme.MenuGenerator()
Method Detail |
---|
public BasicTitleViewItem<javax.swing.JComponent> create(ActionViewConverter converter, MenuDockAction action, Dockable dockable)
ViewGenerator
action
into a view. The result of this method
can be null
if no view should be shown for the given action.
create
in interface ViewGenerator<MenuDockAction,BasicTitleViewItem<javax.swing.JComponent>>
converter
- the converter that invoked this methodaction
- the action to convertdockable
- the Dockable for which the action will be used
null
if nothing should
be displayed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |