Uses of Interface
bibliothek.gui.dock.common.MultipleCDockableLayout
Packages that use MultipleCDockableLayout
Package
Description
A set of classes that can be used to create basic applications.
Classes and interfaces used internally.
The perspective API offers clients the possibility to define or modify the layout
of an application without actually creating any
CDockables.-
Uses of MultipleCDockableLayout in bibliothek.gui.dock.common
Classes in bibliothek.gui.dock.common with type parameters of type MultipleCDockableLayoutModifier and TypeInterfaceDescriptioninterfaceMultipleCDockableFactory<F extends MultipleCDockable,L extends MultipleCDockableLayout> A factory that can create and storeMultipleCDockables.Methods in bibliothek.gui.dock.common with type parameters of type MultipleCDockableLayoutModifier and TypeMethodDescription<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.Methods in bibliothek.gui.dock.common that return MultipleCDockableLayoutMethods in bibliothek.gui.dock.common with parameters of type MultipleCDockableLayoutModifier and TypeMethodDescriptionbooleanEmptyMultipleCDockableFactory.match(F dockable, MultipleCDockableLayout layout) EmptyMultipleCDockableFactory.read(MultipleCDockableLayout layout) -
Uses of MultipleCDockableLayout in bibliothek.gui.dock.common.intern
Methods in bibliothek.gui.dock.common.intern that return MultipleCDockableLayoutModifier and TypeMethodDescriptionCommonMultipleDockableLayout.getLayout()Gets the layout of theMultipleCDockablethat is associated with theCommonDockablefor which this layout was created.Methods in bibliothek.gui.dock.common.intern with parameters of type MultipleCDockableLayoutModifier and TypeMethodDescriptionvoidCommonMultipleDockableLayout.setLayout(MultipleCDockableLayout layout) Sets the description of the layout of aMultipleCDockable. -
Uses of MultipleCDockableLayout in bibliothek.gui.dock.common.perspective
Methods in bibliothek.gui.dock.common.perspective that return MultipleCDockableLayoutModifier and TypeMethodDescriptionMultipleCDockablePerspective.getLayout()Gets the layout which describes the content of this dockable.Methods in bibliothek.gui.dock.common.perspective with parameters of type MultipleCDockableLayoutModifier and TypeMethodDescriptionvoidMultipleCDockablePerspective.setLayout(MultipleCDockableLayout layout) Sets the layout which describes this dockable.Constructors in bibliothek.gui.dock.common.perspective with parameters of type MultipleCDockableLayoutModifierConstructorDescriptionMultipleCDockablePerspective(String factoryId, MultipleCDockableLayout layout) Creates a new representation.MultipleCDockablePerspective(String factoryId, String uniqueId, MultipleCDockableLayout layout) Creates a new representation.