public final class WindowMenuUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static WindowPopupMenuFactory |
createWindowMenuFactory(ViewFactoryManager viewFactoryManager,
boolean addTabItems)
Creates a factory which creates a popup menu containing common window actions.
|
static WindowPopupMenuFactory |
createWindowMenuFactory(ViewFactoryManager viewFactoryManager,
boolean addTabItems,
boolean addSplitWindowItems)
Creates a factory which creates a popup menu containing common window actions.
|
public static WindowPopupMenuFactory createWindowMenuFactory(ViewFactoryManager viewFactoryManager, boolean addTabItems)
viewFactoryManager
- used for creating a list of views that the user can showaddTabItems
- add items for changing tab direction and orientationpublic static WindowPopupMenuFactory createWindowMenuFactory(ViewFactoryManager viewFactoryManager, boolean addTabItems, boolean addSplitWindowItems)
viewFactoryManager
- used for creating a list of views that the user can showaddTabItems
- add items for changing tab direction and orientationaddSplitWindowItems
- add items for SplitWindow
's