public class BaseDocumentLayout extends Object implements bibliothek.gui.dock.common.MultipleCDockableLayout
| Modifier and Type | Class and Description |
|---|---|
static interface |
BaseDocumentLayout.Persist |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<Class,Map<Integer,Set<Field>>> |
cachedFields |
| Constructor and Description |
|---|
BaseDocumentLayout() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
fetchUniqueValues() |
boolean |
matched(Object trgt) |
protected static Map<Integer,Set<Field>> |
persistentFieldsOf(Class cls) |
void |
read(BaseDocumentLayout sample) |
void |
readStream(DataInputStream in) |
void |
readXML(bibliothek.util.xml.XElement element) |
void |
writeStream(DataOutputStream out) |
void |
writeXML(bibliothek.util.xml.XElement element) |
public boolean matched(Object trgt)
public void read(BaseDocumentLayout sample)
public void writeStream(DataOutputStream out) throws IOException
writeStream in interface bibliothek.gui.dock.common.MultipleCDockableLayoutIOExceptionpublic void readStream(DataInputStream in) throws IOException
readStream in interface bibliothek.gui.dock.common.MultipleCDockableLayoutIOExceptionpublic void writeXML(bibliothek.util.xml.XElement element)
writeXML in interface bibliothek.gui.dock.common.MultipleCDockableLayoutpublic void readXML(bibliothek.util.xml.XElement element)
readXML in interface bibliothek.gui.dock.common.MultipleCDockableLayoutCopyright © 2018. All rights reserved.