Uses of Interface
bibliothek.gui.dock.common.intern.CommonDockable

Packages that use CommonDockable
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.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. 
 

Uses of CommonDockable in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common that return CommonDockable
protected  CommonDockable CGridArea.createCommonDockable()
           
 

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

Classes in bibliothek.gui.dock.common.intern that implement CommonDockable
 class DefaultCommonDockable
          A default implementation of CommonDockable, based on a DefaultDockable.
 

Methods in bibliothek.gui.dock.common.intern that return CommonDockable
 CommonDockable CommonElement.asDockable()
           
 CommonDockable DefaultCommonDockable.asDockable()
           
protected abstract  CommonDockable AbstractCDockable.createCommonDockable()
          Creates the CommonDockable that is associated with this dockable, called the first time the CommonDockable is required for an operation.
protected  CommonDockable AbstractDockableCStation.createCommonDockable()
           
 CommonDockable AbstractCDockable.intern()
          Gets the intern representation of this dockable.
 CommonDockable CDockable.intern()
          Gets the intern representation of this CDockable.
 CommonDockable CommonMultipleDockableFactory.layout(CommonMultipleDockableLayout layout, Map<Integer,Dockable> children, PlaceholderStrategy placeholders)
           
 CommonDockable CommonMultipleDockableFactory.layout(CommonMultipleDockableLayout layout, PlaceholderStrategy placeholders)
           
 CommonDockable CommonSingleDockableFactory.layout(CommonSingleDockableLayout layout, Map<Integer,Dockable> children, PlaceholderStrategy placeholders)
           
 CommonDockable CommonSingleDockableFactory.layout(CommonSingleDockableLayout layout, PlaceholderStrategy placeholders)
           
 

Methods in bibliothek.gui.dock.common.intern with parameters of type CommonDockable
 CommonMultipleDockableLayout CommonMultipleDockableFactory.getLayout(CommonDockable element, Map<Dockable,Integer> children)
           
 CommonSingleDockableLayout CommonSingleDockableFactory.getLayout(CommonDockable element, Map<Dockable,Integer> children)
           
protected  void AbstractCDockable.init(CommonDockable dockable)
          Initializes this CDockable.
protected  void AbstractDockableCStation.init(S station, String id, CLocation location, CommonDockable dockable)
          Initializes the fields of this station.
 void CommonMultipleDockableFactory.setLayout(CommonDockable element, CommonMultipleDockableLayout layout, Map<Integer,Dockable> children, PlaceholderStrategy placeholders)
           
 void CommonMultipleDockableFactory.setLayout(CommonDockable element, CommonMultipleDockableLayout layout, PlaceholderStrategy placeholders)
           
 void CommonSingleDockableFactory.setLayout(CommonDockable element, CommonSingleDockableLayout layout, Map<Integer,Dockable> children, PlaceholderStrategy placeholders)
           
 void CommonSingleDockableFactory.setLayout(CommonDockable element, CommonSingleDockableLayout layout, PlaceholderStrategy placeholders)
           
 

Constructors in bibliothek.gui.dock.common.intern with parameters of type CommonDockable
AbstractDockableCStation(S station, String id, CLocation location, CommonDockable dockable)
          Creates a new station.
 

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

Methods in bibliothek.gui.dock.common.intern.layout that return CommonDockable
 CommonDockable ReplacementDockFactory.layout(MultipleCDockable layout, Map<Integer,Dockable> children, PlaceholderStrategy placeholders)
           
 CommonDockable ReplacementDockFactory.layout(MultipleCDockable layout, PlaceholderStrategy placeholders)
           
 

Methods in bibliothek.gui.dock.common.intern.layout with parameters of type CommonDockable
 MultipleCDockable ReplacementDockFactory.getLayout(CommonDockable element, Map<Dockable,Integer> children)
           
 void ReplacementDockFactory.setLayout(CommonDockable element, MultipleCDockable layout, Map<Integer,Dockable> children, PlaceholderStrategy placeholders)
           
 void ReplacementDockFactory.setLayout(CommonDockable element, MultipleCDockable layout, PlaceholderStrategy placeholders)
           
 

Uses of CommonDockable in bibliothek.gui.dock.common.intern.station
 

Classes in bibliothek.gui.dock.common.intern.station that implement CommonDockable
 class CSplitDockStation
          An implementation of SplitDockStation that also satisfies the CommonDockStation interface.
 

Methods in bibliothek.gui.dock.common.intern.station that return CommonDockable
 CommonDockable CFlapDockStation.asDockable()
           
 CommonDockable CScreenDockStation.asDockable()
           
 CommonDockable CSplitDockStation.asDockable()