Uses of Class
bibliothek.gui.DockFrontend

Packages that use DockFrontend
bibliothek.extension.gui.dock.station.split   
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.menu   
bibliothek.gui.dock.event Listeners, adapters and events used in the whole framework.
A Listener is added to some object that needs to be observed, the Listener will be informed whenever the observed object changes. An Adapter is an implementation of a Listener, but the methods of an Adapter are empty. An Event is an object carrying information from an observed object to a Listener.  
bibliothek.gui.dock.facile.lookandfeel   
bibliothek.gui.dock.facile.menu   
bibliothek.gui.dock.frontend Classes and interfaces needed by the DockFrontend 
bibliothek.gui.dock.support.menu   
 

Uses of DockFrontend in bibliothek.extension.gui.dock.station.split
 

Methods in bibliothek.extension.gui.dock.station.split with parameters of type DockFrontend
 void DockFrontendSizeManager.setFrontend(DockFrontend frontend)
          Sets the frontend for which this manager works.
 

Uses of DockFrontend in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common that return DockFrontend
 DockFrontend CControl.intern()
          Gets the representation of the layer beneath the common-layer.
 

Uses of DockFrontend in bibliothek.gui.dock.common.menu
 

Methods in bibliothek.gui.dock.common.menu with parameters of type DockFrontend
 void SingleCDockableListMenuPiece.setFrontend(DockFrontend frontend)
           
 

Uses of DockFrontend in bibliothek.gui.dock.event
 

Methods in bibliothek.gui.dock.event with parameters of type DockFrontend
 void DockFrontendAdapter.added(DockFrontend frontend, Dockable dockable)
           
 void DockFrontendListener.added(DockFrontend frontend, Dockable dockable)
          Informs this listener that an additional dockable has been added to the list of known Dockables of frontend.
 void DockFrontendAdapter.deleted(DockFrontend frontend, String name)
           
 void DockFrontendListener.deleted(DockFrontend frontend, String name)
          Invoked if a setting was deleted.
 void DockFrontendAdapter.hidden(DockFrontend fronend, Dockable dockable)
           
 void DockFrontendListener.hidden(DockFrontend frontend, Dockable dockable)
          Invoked if a Dockable was made invisible.
 void DockFrontendAdapter.hideable(DockFrontend frontend, Dockable dockable, boolean hideable)
           
 void DockFrontendListener.hideable(DockFrontend frontend, Dockable dockable, boolean hideable)
          Called when the hideable-state of dockable changes.
 void DockFrontendAdapter.loaded(DockFrontend frontend, String name)
           
 void DockFrontendListener.loaded(DockFrontend frontend, String name)
          Invoked if a new setting was loaded.
 void DockFrontendAdapter.read(DockFrontend frontend, String name)
           
 void DockFrontendListener.read(DockFrontend frontend, String name)
          Called when a setting was read.
 void DockFrontendAdapter.removed(DockFrontend frontend, Dockable dockable)
           
 void DockFrontendListener.removed(DockFrontend frontend, Dockable dockable)
          Informs this listener that dockable has been removed from the list of known Dockables of frontend.
 void DockFrontendAdapter.saved(DockFrontend frontend, String name)
           
 void DockFrontendListener.saved(DockFrontend frontend, String name)
          Invoked if the current setting was saved with the name name.
 void DockFrontendAdapter.shown(DockFrontend frontend, Dockable dockable)
           
 void DockFrontendListener.shown(DockFrontend frontend, Dockable dockable)
          Invoked if a Dockable was made visible.
 

Uses of DockFrontend in bibliothek.gui.dock.facile.lookandfeel
 

Constructors in bibliothek.gui.dock.facile.lookandfeel with parameters of type DockFrontend
DockableCollector(DockFrontend frontend)
          Creates a new collector
 

Uses of DockFrontend in bibliothek.gui.dock.facile.menu
 

Methods in bibliothek.gui.dock.facile.menu that return DockFrontend
 DockFrontend CloseableDockableMenuPiece.getFrontend()
          Gets the frontend which is observed by this piece.
 DockFrontend FrontendSettingsMenuPiece.getFrontend()
          Gets the frontend which might be modified by this menu.
 

Methods in bibliothek.gui.dock.facile.menu with parameters of type DockFrontend
 void CloseableDockableMenuPiece.setFrontend(DockFrontend frontend)
          Sets the frontend which will be observed by this piece.
 void FrontendSettingsMenuPiece.setFrontend(DockFrontend frontend)
          Sets the frontend which might be modified by this menu.
 

Constructors in bibliothek.gui.dock.facile.menu with parameters of type DockFrontend
CloseableDockableMenuPiece(DockFrontend frontend)
          Creates a new piece
FrontendSettingsDeleteList(DockFrontend frontend)
          Creates a new list.
FrontendSettingsLoadList(DockFrontend frontend)
          Creates a new list.
FrontendSettingsMenuPiece(DockFrontend frontend, boolean loadAsSubmenu)
          Creates a new piece.
 

Uses of DockFrontend in bibliothek.gui.dock.frontend
 

Constructors in bibliothek.gui.dock.frontend with parameters of type DockFrontend
RegisteringDockFactory(DockFrontend frontend, DockFactory<D,L> factory)
          Creates a new factory
 

Uses of DockFrontend in bibliothek.gui.dock.support.menu
 

Methods in bibliothek.gui.dock.support.menu that return DockFrontend
 DockFrontend FrontendSettingsList.getFrontend()
          Gets the frontend which is currently observed
 

Methods in bibliothek.gui.dock.support.menu with parameters of type DockFrontend
 void FrontendSettingsList.setFrontend(DockFrontend frontend)
          Changes the frontend which is observed by this list.
 

Constructors in bibliothek.gui.dock.support.menu with parameters of type DockFrontend
FrontendSettingsList(DockFrontend frontend)
          Creates a new list.