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

Packages that use ActionOffer
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 DockActions. 
bibliothek.gui.dock.common.intern.action CActions and supporting classes that are not intended for clients to be used directly. 
bibliothek.gui.dock.control Classes responsible to handle some global task. 
 

Uses of ActionOffer in bibliothek.gui
 

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

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.common.intern.action
 

Classes in bibliothek.gui.dock.common.intern.action that implement ActionOffer
 class CActionOffer
          An ActionOffer that searches for CommonDockables and asks them for their sources.
 

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.