Uses of Interface
bibliothek.gui.dock.common.MultipleCDockableLayout

Packages that use MultipleCDockableLayout
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.perspective The perspective API offers clients the possibility to define or modify the layout of an application without actually creating any CDockables. 
 

Uses of MultipleCDockableLayout in bibliothek.gui.dock.common
 

Classes in bibliothek.gui.dock.common with type parameters of type MultipleCDockableLayout
 interface MultipleCDockableFactory<F extends MultipleCDockable,L extends MultipleCDockableLayout>
          A factory that can create and store MultipleCDockables.
 

Methods in bibliothek.gui.dock.common with type parameters of type MultipleCDockableLayout
<L extends MultipleCDockableLayout>
boolean
MissingCDockableStrategy.shouldCreate(String id, MultipleCDockableFactory<?,L> factory, String uniqueId, L data)
          Tells whether the MultipleCDockable with identifier uniqueId should automatically be created outside the normal setup-phase.
 

Methods in bibliothek.gui.dock.common that return MultipleCDockableLayout
 MultipleCDockableLayout EmptyMultipleCDockableFactory.create()
           
 MultipleCDockableLayout EmptyMultipleCDockableFactory.write(F dockable)
           
 

Methods in bibliothek.gui.dock.common with parameters of type MultipleCDockableLayout
 boolean EmptyMultipleCDockableFactory.match(F dockable, MultipleCDockableLayout layout)
           
 F EmptyMultipleCDockableFactory.read(MultipleCDockableLayout layout)
           
 

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

Methods in bibliothek.gui.dock.common.intern that return MultipleCDockableLayout
 MultipleCDockableLayout CommonMultipleDockableLayout.getLayout()
          Gets the layout of the MultipleCDockable that is associated with the CommonDockable for which this layout was created.
 

Methods in bibliothek.gui.dock.common.intern with parameters of type MultipleCDockableLayout
 void CommonMultipleDockableLayout.setLayout(MultipleCDockableLayout layout)
          Sets the description of the layout of a MultipleCDockable.
 

Uses of MultipleCDockableLayout in bibliothek.gui.dock.common.perspective
 

Methods in bibliothek.gui.dock.common.perspective that return MultipleCDockableLayout
 MultipleCDockableLayout MultipleCDockablePerspective.getLayout()
          Gets the layout which describes the content of this dockable.
 

Methods in bibliothek.gui.dock.common.perspective with parameters of type MultipleCDockableLayout
 void MultipleCDockablePerspective.setLayout(MultipleCDockableLayout layout)
          Sets the layout which describes this dockable.
 

Constructors in bibliothek.gui.dock.common.perspective with parameters of type MultipleCDockableLayout
MultipleCDockablePerspective(String factoryId, MultipleCDockableLayout layout)
          Creates a new representation.
MultipleCDockablePerspective(String factoryId, String uniqueId, MultipleCDockableLayout layout)
          Creates a new representation.