net.infonode.docking.internal
Class WriteContext
java.lang.Object
net.infonode.docking.internal.WriteContext
public class WriteContext
- extends java.lang.Object
Contains information used when writing a docking window state.
- Version:
- $Revision: 1.1 $
- Author:
- $Author: jesper $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
writePropertiesEnabled
private boolean writePropertiesEnabled
viewSerializer
private ViewSerializer viewSerializer
WriteContext
public WriteContext(boolean writePropertiesEnabled,
ViewSerializer viewSerializer)
- Constructor.
- Parameters:
writePropertiesEnabled
- true if property values should be written
getWritePropertiesEnabled
public boolean getWritePropertiesEnabled()
- Returns true if property values should be written.
- Returns:
- true if property values should be written
getViewSerializer
public ViewSerializer getViewSerializer()
setViewSerializer
public void setViewSerializer(ViewSerializer viewSerializer)