Uses of Interface
bibliothek.gui.dock.action.ActionOffer

Packages that use ActionOffer
bibliothek.gui   
bibliothek.gui.dock.action   
bibliothek.gui.dock.control   
 

Uses of ActionOffer in bibliothek.gui
 

Methods in bibliothek.gui that return ActionOffer
 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.
 

Uses of ActionOffer in bibliothek.gui.dock.control
 

Methods in bibliothek.gui.dock.control that return ActionOffer
 ActionOffer DefaultDockControllerFactory.createDefaultActionOffer(DockController controller, ControllerSetupCollection setup)
           
 ActionOffer DockControllerFactory.createDefaultActionOffer(DockController controller, ControllerSetupCollection setup)
          Creates the default action offer.