|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.layout.PredefinedLayout
public class PredefinedLayout
A layout that stores another layout and maybe also an identifier
for a preloaded element. This class is used by the PredefinedDockSituation to wrap
the data that is created by DockFactorys.
| Constructor Summary | |
|---|---|
PredefinedLayout(String predefined,
DockLayoutInfo delegate)
Creates a new layout. |
|
| Method Summary | |
|---|---|
DockLayoutInfo |
getDelegate()
Gets the layout which stores the contents of the predefined element. |
String |
getPredefined()
Gets the id of the element which was predefined. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PredefinedLayout(String predefined,
DockLayoutInfo delegate)
predefined - the element which was preloaded, not nulldelegate - the delegate which stores the content| Method Detail |
|---|
public String getPredefined()
public DockLayoutInfo getDelegate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||