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

Packages that use MultipleCDockableFactory
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 MultipleCDockableFactory in bibliothek.gui.dock.common
 

Classes in bibliothek.gui.dock.common that implement MultipleCDockableFactory
 class EmptyMultipleCDockableFactory<F extends MultipleCDockable>
          A factory that does not store anything.
 

Methods in bibliothek.gui.dock.common that return MultipleCDockableFactory
 MultipleCDockableFactory<?,?> DefaultMultipleCDockable.getFactory()
          Gets the factory that created this dockable.
 MultipleCDockableFactory<?,?> MultipleCDockable.getFactory()
          Gets the factory that created this dockable.
 

Methods in bibliothek.gui.dock.common with parameters of type MultipleCDockableFactory
 void CControl.add(String id, MultipleCDockableFactory<?,?> factory)
          Adds a factory to this control.
 

Constructors in bibliothek.gui.dock.common with parameters of type MultipleCDockableFactory
DefaultMultipleCDockable(MultipleCDockableFactory<?,?> factory, CAction... actions)
          Creates a new dockable
DefaultMultipleCDockable(MultipleCDockableFactory<?,?> factory, Component content, CAction... actions)
          Creates a new dockable.
DefaultMultipleCDockable(MultipleCDockableFactory<?,?> factory, Icon icon, CAction... actions)
          Creates a new dockable.
DefaultMultipleCDockable(MultipleCDockableFactory<?,?> factory, Icon icon, Component content, CAction... actions)
          Creates a new dockable.
DefaultMultipleCDockable(MultipleCDockableFactory<?,?> factory, Icon icon, String title, CAction... actions)
          Creates a new dockable.
DefaultMultipleCDockable(MultipleCDockableFactory<?,?> factory, Icon icon, String title, Component content, CAction... actions)
          Creates a new dockable.
DefaultMultipleCDockable(MultipleCDockableFactory<?,?> factory, Icon icon, String title, Component content, DefaultCDockable.Permissions permissions, CAction... actions)
          Creates a new dockable.
DefaultMultipleCDockable(MultipleCDockableFactory<?,?> factory, String title, CAction... actions)
          Creates a new dockable.
DefaultMultipleCDockable(MultipleCDockableFactory<?,?> factory, String title, Component content, CAction... actions)
          Creates a new dockable.
 

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

Methods in bibliothek.gui.dock.common.intern with parameters of type MultipleCDockableFactory
 String CControlAccess.getFactoryId(MultipleCDockableFactory<?,?> factory)
          Gets the id of factory.
 

Constructors in bibliothek.gui.dock.common.intern with parameters of type MultipleCDockableFactory
CommonMultipleDockableFactory(String id, MultipleCDockableFactory<?,?> delegate, CControlAccess access)
          Creates a new factory.