Uses of Interface
bibliothek.gui.dock.layout.DockConverter

Packages that use DockConverter
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.intern.layout Implementation of a LayoutChangeStrategy and supporting classes. 
bibliothek.gui.dock.dockable Some classes related to Dockable
bibliothek.gui.dock.frontend Classes and interfaces needed by the DockFrontend 
bibliothek.gui.dock.layout Elements dealing with the location of Dockables on their DockStation and allowing to store the whole layout of a set of Dockables and stations. 
bibliothek.gui.dock.security A package dealing with the issues of Applets and Wepstart-applications. 
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
bibliothek.gui.dock.station.stack Elements which are related to the StackDockStation
 

Uses of DockConverter in bibliothek.gui.dock
 

Subinterfaces of DockConverter in bibliothek.gui.dock
 interface DockFactory<D extends DockElement,L>
          A DockConverter which can not only store and load the contents of an element, but also create a new DockElement with the content.
 

Uses of DockConverter in bibliothek.gui.dock.common.intern
 

Classes in bibliothek.gui.dock.common.intern that implement DockConverter
 class CommonMultipleDockableFactory
          A factory used to create CommonDockables.
 class CommonSingleDockableFactory
          This factory is used to create new SingleCDockables using various SingleCDockableBackupFactorys.
 

Uses of DockConverter in bibliothek.gui.dock.common.intern.layout
 

Classes in bibliothek.gui.dock.common.intern.layout that implement DockConverter
 class ReplacementDockFactory
          This factory is only used to extract MultipleCDockables that have been inserted into a layout by the CLayoutChangeStrategy.
 

Uses of DockConverter in bibliothek.gui.dock.dockable
 

Classes in bibliothek.gui.dock.dockable that implement DockConverter
 class DefaultDockableFactory
          A factory which can read and write the properties of a DefaultDockable.
 

Uses of DockConverter in bibliothek.gui.dock.frontend
 

Classes in bibliothek.gui.dock.frontend that implement DockConverter
 class RegisteringDockFactory<D extends Dockable,L>
          A DockFactory that wrapps around another factory and adds all elements that are read through RegisteringDockFactory.layout(BackupFactoryData) or RegisteringDockFactory.layout(BackupFactoryData, Map) to a DockFrontend.
 

Uses of DockConverter in bibliothek.gui.dock.layout
 

Subinterfaces of DockConverter in bibliothek.gui.dock.layout
 interface AdjacentDockFactory<L>
          An object that works together with a DockFactory, this object decides on its own whether it wants to store information about a DockElement or not.
 

Uses of DockConverter in bibliothek.gui.dock.security
 

Classes in bibliothek.gui.dock.security that implement DockConverter
 class SecureFlapDockStationFactory
          A factory that creates instances of SecureFlapDockStation
 class SecureScreenDockStationFactory
          A factory which creates instances of SecureScreenDockStation.
 class SecureSplitDockStationFactory
          Creates instances of SecureSplitDockStation.
 class SecureStackDockStationFactory
          A factory creating instances of SecureStackDockStation.
 

Uses of DockConverter in bibliothek.gui.dock.station.flap
 

Classes in bibliothek.gui.dock.station.flap that implement DockConverter
 class FlapDockStationFactory
          A DockFactory which can handle FlapDockStations.
 

Uses of DockConverter in bibliothek.gui.dock.station.screen
 

Classes in bibliothek.gui.dock.station.screen that implement DockConverter
 class ScreenDockStationFactory
          A DockFactory which writes and reads instances of ScreenDockStation.
 

Uses of DockConverter in bibliothek.gui.dock.station.split
 

Classes in bibliothek.gui.dock.station.split that implement DockConverter
 class SplitDockStationFactory
          A factory that creates SplitDockStations.
 

Uses of DockConverter in bibliothek.gui.dock.station.stack
 

Classes in bibliothek.gui.dock.station.stack that implement DockConverter
 class StackDockStationFactory
          A DockFactory that can read and write instances of StackDockStation.