|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MultipleCDockableLayout | |
|---|---|
| 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. |
| bibliothek.gui.dock.common.perspective | |
| Uses of MultipleCDockableLayout in bibliothek.gui.dock.common |
|---|
| Classes in bibliothek.gui.dock.common with type parameters of type MultipleCDockableLayout | |
|---|---|
interface |
MultipleCDockableFactory<F extends MultipleCDockable,L extends MultipleCDockableLayout>
A factory that can create and store MultipleCDockables. |
| Methods in bibliothek.gui.dock.common with type parameters of type MultipleCDockableLayout | ||
|---|---|---|
|
MissingCDockableStrategy.shouldCreate(java.lang.String id,
MultipleCDockableFactory<?,L> factory,
java.lang.String uniqueId,
L data)
Tells whether the MultipleCDockable with identifier uniqueId
should automatically be created outside the normal setup-phase. |
|
| Methods in bibliothek.gui.dock.common that return MultipleCDockableLayout | |
|---|---|
MultipleCDockableLayout |
EmptyMultipleCDockableFactory.create()
|
MultipleCDockableLayout |
EmptyMultipleCDockableFactory.write(F dockable)
|
| Methods in bibliothek.gui.dock.common with parameters of type MultipleCDockableLayout | |
|---|---|
boolean |
EmptyMultipleCDockableFactory.match(F dockable,
MultipleCDockableLayout layout)
|
F |
EmptyMultipleCDockableFactory.read(MultipleCDockableLayout layout)
|
| Uses of MultipleCDockableLayout in bibliothek.gui.dock.common.intern |
|---|
| Methods in bibliothek.gui.dock.common.intern that return MultipleCDockableLayout | |
|---|---|
MultipleCDockableLayout |
CommonMultipleDockableLayout.getLayout()
Gets the layout of the MultipleCDockable that is associated with
the CommonDockable for which this layout was created. |
| Methods in bibliothek.gui.dock.common.intern with parameters of type MultipleCDockableLayout | |
|---|---|
void |
CommonMultipleDockableLayout.setLayout(MultipleCDockableLayout layout)
Sets the description of the layout of a MultipleCDockable. |
| Uses of MultipleCDockableLayout in bibliothek.gui.dock.common.perspective |
|---|
| Methods in bibliothek.gui.dock.common.perspective that return MultipleCDockableLayout | |
|---|---|
MultipleCDockableLayout |
MultipleCDockablePerspective.getLayout()
Gets the layout which describes the content of this dockable. |
| Methods in bibliothek.gui.dock.common.perspective with parameters of type MultipleCDockableLayout | |
|---|---|
void |
MultipleCDockablePerspective.setLayout(MultipleCDockableLayout layout)
Sets the layout which describes this dockable. |
| Constructors in bibliothek.gui.dock.common.perspective with parameters of type MultipleCDockableLayout | |
|---|---|
MultipleCDockablePerspective(java.lang.String factoryId,
MultipleCDockableLayout layout)
Creates a new representation. |
|
MultipleCDockablePerspective(java.lang.String factoryId,
java.lang.String uniqueId,
MultipleCDockableLayout layout)
Creates a new representation. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||