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   
 

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 that return MultipleCDockableLayout
 MultipleCDockableLayout EmptyMultipleCDockableFactory.create()
           
 MultipleCDockableLayout EmptyMultipleCDockableFactory.write(F dockable)
           
 

Methods in bibliothek.gui.dock.common with parameters of type MultipleCDockableLayout
 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.