Package net.infonode.docking.internal
Class ReadContext
- java.lang.Object
-
- net.infonode.docking.internal.ReadContext
-
public class ReadContext extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReadContext(RootWindow rootWindow, int version, boolean propertyValuesAvailable, boolean readPropertiesEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getReadPropertiesEnabled()
RootWindow
getRootWindow()
int
getVersion()
ViewSerializer
getViewSerializer()
boolean
isPropertyValuesAvailable()
-
-
-
Constructor Detail
-
ReadContext
public ReadContext(RootWindow rootWindow, int version, boolean propertyValuesAvailable, boolean readPropertiesEnabled)
-
-
Method Detail
-
getRootWindow
public RootWindow getRootWindow()
-
getViewSerializer
public ViewSerializer getViewSerializer()
-
isPropertyValuesAvailable
public boolean isPropertyValuesAvailable()
-
getReadPropertiesEnabled
public boolean getReadPropertiesEnabled()
-
getVersion
public int getVersion()
- Returns:
- returns the serialized version
-
-