Uses of Class
bibliothek.gui.dock.DefaultDockable

Packages that use DefaultDockable
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.dockable Some classes related to Dockable
 

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

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

Uses of DefaultDockable in bibliothek.gui.dock.dockable
 

Methods in bibliothek.gui.dock.dockable that return DefaultDockable
 DefaultDockable DefaultDockableFactory.layout(Object layout)
           
 DefaultDockable DefaultDockableFactory.layout(Object layout, Map<Integer,Dockable> children)
           
 

Methods in bibliothek.gui.dock.dockable with parameters of type DefaultDockable
 Object DefaultDockableFactory.getLayout(DefaultDockable element, Map<Dockable,Integer> children)
           
 void DefaultDockableFactory.setLayout(DefaultDockable element, Object layout)
           
 void DefaultDockableFactory.setLayout(DefaultDockable element, Object layout, Map<Integer,Dockable> children)