Uses of Interface
bibliothek.gui.dock.common.SingleCDockableFactory
Packages that use SingleCDockableFactory
Package
Description
A set of classes that can be used to create basic applications.
Classes and interfaces used internally.
-
Uses of SingleCDockableFactory in bibliothek.gui.dock.common
Methods in bibliothek.gui.dock.common that return SingleCDockableFactoryModifier and TypeMethodDescriptionCControl.getSingleDockableFactory(String id) Searches theSingleCDockableFactorywhich is responsible for creating theSingleCDockablewith identifierid.Methods in bibliothek.gui.dock.common with parameters of type SingleCDockableFactoryModifier and TypeMethodDescriptionvoidCControl.addSingleDockableFactory(Filter<String> ids, SingleCDockableFactory factory) Adds a factory to this control.voidCControl.addSingleDockableFactory(String id, SingleCDockableFactory backupFactory) Adds a factory to this control.voidCControl.removeSingleDockableFactory(SingleCDockableFactory factory) Removes all occurrences offactory. -
Uses of SingleCDockableFactory in bibliothek.gui.dock.common.behavior
Classes in bibliothek.gui.dock.common.behavior that implement SingleCDockableFactory -
Uses of SingleCDockableFactory in bibliothek.gui.dock.common.intern
Methods in bibliothek.gui.dock.common.intern that return SingleCDockableFactoryModifier and TypeMethodDescriptionCommonSingleDockableFactory.getFactory(String id) Searches the factory which handlesid.Methods in bibliothek.gui.dock.common.intern with parameters of type SingleCDockableFactoryModifier and TypeMethodDescriptionvoidCommonSingleDockableFactory.add(Filter<String> ids, SingleCDockableFactory factory) Registers a new factory that will loadSingleCDockablewith unique identifiers that are included byids.voidCommonSingleDockableFactory.add(String id, SingleCDockableFactory factory) Registers a new factory that will loadSingleCDockables with the unique idid.voidCommonSingleDockableFactory.remove(SingleCDockableFactory factory) Removes any occurrence offactory.