Class CSetting
java.lang.Object
bibliothek.gui.dock.frontend.Setting
bibliothek.gui.dock.common.intern.CSetting
A
Setting that stores also the contents of a CLocationModeManager.- Author:
- Benjamin Sigg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetModes()Gets the set of modes.voidread(DockSituation situation, PropertyTransformer transformer, boolean entry, DataInputStream in) voidreadXML(DockSituation situation, PropertyTransformer transformer, boolean entry, XElement element) voidsetModes(ModeSettings<Location, Location> modes) Sets the set of modes.voidwrite(DockSituation situation, PropertyTransformer transformer, boolean entry, DataOutputStream out) voidwriteXML(DockSituation situation, PropertyTransformer transformer, boolean entry, XElement element) Methods inherited from class bibliothek.gui.dock.frontend.Setting
addInvisible, fillMissing, getInvisibleCount, getInvisibleKey, getInvisibleLayout, getInvisibleLocation, getInvisibleRoot, getRoot, getRootKeys, putRoot
-
Constructor Details
-
CSetting
public CSetting()
-
-
Method Details
-
setModes
Sets the set of modes.- Parameters:
modes- the modes
-
getModes
Gets the set of modes.- Returns:
- the modes
-
write
public void write(DockSituation situation, PropertyTransformer transformer, boolean entry, DataOutputStream out) throws IOException - Overrides:
writein classSetting- Throws:
IOException
-
writeXML
public void writeXML(DockSituation situation, PropertyTransformer transformer, boolean entry, XElement element) -
read
public void read(DockSituation situation, PropertyTransformer transformer, boolean entry, DataInputStream in) throws IOException - Overrides:
readin classSetting- Throws:
IOException
-
readXML
public void readXML(DockSituation situation, PropertyTransformer transformer, boolean entry, XElement element)
-