Uses of Class
bibliothek.gui.DockFrontend

Packages that use DockFrontend
bibliothek.extension.gui.dock.station.split Optional helper functions to keep the size of Dockable even if the elements are moved around. 
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.menu Some MenuPieces to modify the layout and settings of an application that uses Common
bibliothek.gui.dock.event Listeners, adapters and events used in the whole framework. 
bibliothek.gui.dock.facile.lookandfeel Generic helper classes for the LookAndFeelList 
bibliothek.gui.dock.facile.menu Implementations of MenuPiece
bibliothek.gui.dock.frontend Classes and interfaces needed by the DockFrontend 
bibliothek.gui.dock.support.menu Basic interfaces for a small framework that builds and manages JMenus with changing content. 
 

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

Subclasses of DockFrontend in bibliothek.gui.dock.common.intern
 class CDockFrontend
          A DockFrontend that uses CSetting instead of Setting.
 

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 that return DockFrontend
 DockFrontend VetoableDockFrontendEvent.getFrontend()
          Gets the source of the 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.
 

Constructors in bibliothek.gui.dock.event with parameters of type DockFrontend
VetoableDockFrontendEvent(DockFrontend frontend, boolean cancelable, boolean expected, Dockable... dockables)
          Creates a new event
 

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
 

Methods in bibliothek.gui.dock.frontend that return DockFrontend
 DockFrontend DockFrontendInternals.getFrontend()
          The frontend that grants this permissions.
 DockFrontend VetoManager.getFrontend()
          Gets the owner of this manager.
 

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

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.