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.common.intern.station Contains the CommonDockStation, various implementations of CommonDockStation 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.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,P extends PerspectiveElement,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 SingleCDockableFactorys.
 class RootStationAdjacentFactory
          This factory stores the property CStation.getTypeId() for any CStation that is found.
 

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

Classes in bibliothek.gui.dock.common.intern.station that implement DockConverter
 class CommonDockStationFactory
          A factory that is responsible for storing and loading the layout of the CommonDockStations.
 

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,P extends PerspectiveElement,L>
          A DockFactory that wraps around another factory and adds all elements that are read through RegisteringDockFactory.layout(BackupFactoryData, PlaceholderStrategy) or RegisteringDockFactory.layout(BackupFactoryData, Map, PlaceholderStrategy) 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.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.