@FrameworkOnly public class CSetting extends Setting
Setting that stores also the contents of a CLocationModeManager.| Constructor and Description |
|---|
CSetting() |
| Modifier and Type | Method and Description |
|---|---|
ModeSettings<Location,Location> |
getModes()
Gets the set of modes.
|
void |
read(DockSituation situation,
PropertyTransformer transformer,
boolean entry,
DataInputStream in) |
void |
readXML(DockSituation situation,
PropertyTransformer transformer,
boolean entry,
XElement element) |
void |
setModes(ModeSettings<Location,Location> modes)
Sets the set of modes.
|
void |
write(DockSituation situation,
PropertyTransformer transformer,
boolean entry,
DataOutputStream out) |
void |
writeXML(DockSituation situation,
PropertyTransformer transformer,
boolean entry,
XElement element) |
addInvisible, fillMissing, getInvisibleCount, getInvisibleKey, getInvisibleLayout, getInvisibleLocation, getInvisibleRoot, getRoot, getRootKeys, putRootpublic void setModes(ModeSettings<Location,Location> modes)
modes - the modespublic ModeSettings<Location,Location> getModes()
public void write(DockSituation situation, PropertyTransformer transformer, boolean entry, DataOutputStream out) throws IOException
write in class SettingIOExceptionpublic void writeXML(DockSituation situation, PropertyTransformer transformer, boolean entry, XElement element)
public void read(DockSituation situation, PropertyTransformer transformer, boolean entry, DataInputStream in) throws IOException
read in class SettingIOExceptionpublic void readXML(DockSituation situation, PropertyTransformer transformer, boolean entry, XElement element)
Copyright © 2018. All rights reserved.