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

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

Uses of ActionOffer in bibliothek.gui
 

Fields in bibliothek.gui declared as ActionOffer
private  ActionOffer DockController.defaultActionOffer
          The default source for a DockActionSource
 

Fields in bibliothek.gui with type parameters of type ActionOffer
private  java.util.List<ActionOffer> DockController.actionOffers
          A list of sources for a DockActionSource
 

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.