public class PredefinedLayout extends Object
PredefinedDockSituation
to wrap
the data that is created by DockFactory
s.Constructor and Description |
---|
PredefinedLayout(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.
|
String |
getPredefined()
Gets the id of the element which was predefined.
|
public PredefinedLayout(String predefined, DockLayoutInfo delegate)
predefined
- the element which was preloaded, not null
delegate
- the delegate which stores the contentpublic String getPredefined()
public DockLayoutInfo getDelegate()