|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionOffer | |
---|---|
bibliothek.gui | |
bibliothek.gui.dock.action |
Uses of ActionOffer in bibliothek.gui |
---|
Methods in bibliothek.gui that return ActionOffer | |
---|---|
protected ActionOffer |
DockController.createDefaultActionOffer()
Creates the default action offer. |
ActionOffer |
DockController.getDefaultActionOffer()
Gets the factory for a DockActionSource which is used
if no other offer was interested
in a Dockable . |
Methods in bibliothek.gui with parameters of type ActionOffer | |
---|---|
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 . |
Uses of ActionOffer in bibliothek.gui.dock.action |
---|
Classes in bibliothek.gui.dock.action that implement ActionOffer | |
---|---|
class |
DefaultActionOffer
An ActionOffer that collects some DockActionSources . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |