public class PredefinedLayout extends Object
PredefinedDockSituation to wrap
the data that is created by DockFactorys.| 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 nulldelegate - the delegate which stores the contentpublic String getPredefined()
public DockLayoutInfo getDelegate()
Copyright © 2017 Docking Frames. All rights reserved.