public class PredefinedLayout
extends java.lang.Object
PredefinedDockSituation
to wrap
the data that is created by DockFactory
s.Constructor and Description |
---|
PredefinedLayout(java.lang.String predefined,
DockLayoutInfo delegate)
Creates a new layout.
|
Modifier and Type | Method and Description |
---|---|
DockLayoutInfo |
getDelegate()
Gets the layout which stores the contents of the predefined element.
|
java.lang.String |
getPredefined()
Gets the id of the element which was predefined.
|
public PredefinedLayout(java.lang.String predefined, DockLayoutInfo delegate)
predefined
- the element which was preloaded, not null
delegate
- the delegate which stores the contentpublic java.lang.String getPredefined()
public DockLayoutInfo getDelegate()