Uses of Interface
bibliothek.gui.dock.common.MultipleCDockableFactory
Packages that use MultipleCDockableFactory
Package
Description
A set of classes that can be used to create basic applications.
Classes and interfaces used internally.
-
Uses of MultipleCDockableFactory in bibliothek.gui.dock.common
Classes in bibliothek.gui.dock.common that implement MultipleCDockableFactoryModifier and TypeClassDescriptionclassEmptyMultipleCDockableFactory<F extends MultipleCDockable>A factory that does not store anything.classThis specializedMultipleCDockableFactorydoes not create newMultipleCDockables at all.Methods in bibliothek.gui.dock.common that return MultipleCDockableFactoryModifier and TypeMethodDescriptionCControlRegister.getFactory(String id) Searches the factory with identifierid.DefaultMultipleCDockable.getFactory()Gets the factory that created this dockable.MultipleCDockable.getFactory()Gets the factory that created this dockable.CControl.getMultipleDockableFactory(String id) Searches for theMultipleCDockableFactorywith the identifierid.Methods in bibliothek.gui.dock.common that return types with arguments of type MultipleCDockableFactoryModifier and TypeMethodDescriptionCControlRegister.getFactories()Gets an unmodifiable map of allMultipleCDockableFactorys that are known to this register.Methods in bibliothek.gui.dock.common with parameters of type MultipleCDockableFactoryModifier and TypeMethodDescriptionvoidCControl.addMultipleDockableFactory(String id, MultipleCDockableFactory<?, ?> factory) Adds a factory to this control.CControl.getFactoryId(MultipleCDockableFactory<?, ?> factory) Gets the unique identifier offactory.CControlRegister.listMultipleDockables(MultipleCDockableFactory<?, ?> factory) Gets a list of allMultipleCDockables that are registered at this control and whoseMultipleCDockable.getFactory()method returnsfactory.booleanMissingCDockableStrategy.shouldCreate(String id, MultipleCDockableFactory<?, ?> factory) Tells whether the factoryfactoryshould be used to createMultipleCDockables for which location information is available.<L extends MultipleCDockableLayout>
booleanMissingCDockableStrategy.shouldCreate(String id, MultipleCDockableFactory<?, L> factory, String uniqueId, L data) Tells whether theMultipleCDockablewith identifieruniqueIdshould automatically be created outside the normal setup-phase.Constructors in bibliothek.gui.dock.common with parameters of type MultipleCDockableFactoryModifierConstructorDescriptionDefaultMultipleCDockable(MultipleCDockableFactory<?, ?> factory, CAction... actions) Creates a new dockableDefaultMultipleCDockable(MultipleCDockableFactory<?, ?> factory, Component content, 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.DefaultMultipleCDockable(MultipleCDockableFactory<?, ?> factory, Icon icon, CAction... actions) Creates a new dockable.DefaultMultipleCDockable(MultipleCDockableFactory<?, ?> factory, Icon icon, IconHandling iconHandling, String title, Component content, DefaultCDockable.Permissions permissions, 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. -
Uses of MultipleCDockableFactory in bibliothek.gui.dock.common.intern
Methods in bibliothek.gui.dock.common.intern that return MultipleCDockableFactoryModifier and TypeMethodDescriptionCommonMultipleDockableFactory.getFactory()Gets the delegate of this factory.DefaultCControlRegister.getFactory(String id) Methods in bibliothek.gui.dock.common.intern that return types with arguments of type MultipleCDockableFactoryMethods in bibliothek.gui.dock.common.intern with parameters of type MultipleCDockableFactoryModifier and TypeMethodDescriptionCControlAccess.getFactoryId(MultipleCDockableFactory<?, ?> factory) Gets the id offactory.DefaultCControlRegister.listMultipleDockables(MultipleCDockableFactory<?, ?> factory) Gets a list of allMultipleCDockables that are registered at this control and whoseMultipleCDockable.getFactory()method returnsfactory.Constructors in bibliothek.gui.dock.common.intern with parameters of type MultipleCDockableFactoryModifierConstructorDescriptionCommonMultipleDockableFactory(String id, MultipleCDockableFactory<?, ?> delegate, CControlAccess access) Creates a new factory.CommonMultipleDockableFactory(String id, MultipleCDockableFactory<?, ?> delegate, CControlAccess access, CPerspective perspective) Creates a new factory.