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

Packages that use DockConverter
bibliothek.gui.dock   
bibliothek.gui.dock.common.intern   
bibliothek.gui.dock.dockable   
bibliothek.gui.dock.frontend   
bibliothek.gui.dock.layout   
bibliothek.gui.dock.security   
bibliothek.gui.dock.station.flap   
bibliothek.gui.dock.station.screen   
bibliothek.gui.dock.station.split   
bibliothek.gui.dock.station.stack   
 

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