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

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

Methods in bibliothek.gui.dock.common that return SingleCDockableFactory
 SingleCDockableFactory CControl.getSingleDockableFactory(String id)
          Searches the SingleCDockableFactory which is responsible for creating the SingleCDockable with identifier id.
 

Methods in bibliothek.gui.dock.common with parameters of type SingleCDockableFactory
 void CControl.addSingleDockableFactory(Filter<String> ids, SingleCDockableFactory factory)
          Adds a factory to this control.
 void CControl.addSingleDockableFactory(String id, SingleCDockableFactory backupFactory)
          Adds a factory to this control.
 void CControl.removeSingleDockableFactory(SingleCDockableFactory factory)
          Removes all occurrences of factory.
 

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

Methods in bibliothek.gui.dock.common.intern that return SingleCDockableFactory
 SingleCDockableFactory CommonSingleDockableFactory.getFactory(String id)
          Searches the factory which handles id.
 

Methods in bibliothek.gui.dock.common.intern with parameters of type SingleCDockableFactory
 void CommonSingleDockableFactory.add(Filter<String> ids, SingleCDockableFactory factory)
          Registers a new factory that will load SingleCDockable with unique identifiers that are included by ids.
 void CommonSingleDockableFactory.add(String id, SingleCDockableFactory factory)
          Registers a new factory that will load SingleCDockables with the unique id id.
 void CommonSingleDockableFactory.remove(SingleCDockableFactory factory)
          Removes any occurrence of factory.