Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock.action |
The components dealing with the logic of
DockAction s. |
bibliothek.gui.dock.action.popup | |
bibliothek.gui.dock.control |
Classes responsible to handle some global task.
|
Modifier and Type | Method and Description |
---|---|
ActionPopupMenuFactory |
DockController.getPopupMenuFactory()
Gets the factory which creates new popup menus.
|
Modifier and Type | Method and Description |
---|---|
void |
DockController.setPopupMenuFactory(ActionPopupMenuFactory factory)
Sets the factory which creates new popup menus.
|
Modifier and Type | Method and Description |
---|---|
protected ActionPopupMenuFactory |
ActionPopup.getFactory()
Gets the factory which should be used for creating new popup menus.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultActionPopupMenuFactory
The default implementation of a
ActionPopupMenuFactory creates
new DefaultActionPopupMenu s. |
Modifier and Type | Method and Description |
---|---|
ActionPopupMenuFactory |
PopupController.getPopupMenuFactory()
Gets the factory which is responsible for creating new menus.
|
Modifier and Type | Method and Description |
---|---|
void |
PopupController.setPopupMenuFactory(ActionPopupMenuFactory factory)
Sets the factory which creates new menus that pop up.
|