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. 
 

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 CommonDockableLayout.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 CommonDockableLayout.setLayout(MultipleCDockableLayout layout)
          Sets the description of the layout of a MultipleCDockable.