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.control |
Classes responsible to handle some global task.
|
Modifier and Type | Method and Description |
---|---|
ActionOffer |
DockController.getActionOffer(Dockable dockable)
Searches the
ActionOffer for dockable . |
ActionOffer |
DockController.getDefaultActionOffer()
Gets the factory for a
DockActionSource which is used
if no other offer was interested
in a Dockable . |
Modifier and Type | Method and Description |
---|---|
void |
DockController.addActionOffer(ActionOffer offer)
Adds a factory for a
DockActionSource . |
void |
DockController.removeActionOffer(ActionOffer offer)
Removes an earlier added offer.
|
void |
DockController.setDefaultActionOffer(ActionOffer defaultActionOffer)
Sets the factory for a
DockActionSource which is used
if no other offer was interested
in a Dockable . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultActionOffer
An ActionOffer that collects some
DockActionSources . |
Modifier and Type | Method and Description |
---|---|
ActionOffer |
DefaultDockControllerFactory.createDefaultActionOffer(DockController controller,
ControllerSetupCollection setup) |
ActionOffer |
DockControllerFactory.createDefaultActionOffer(DockController controller,
ControllerSetupCollection setup)
Creates the default action offer.
|