Package net.infonode.docking.internal
Class ReadContext
java.lang.Object
net.infonode.docking.internal.ReadContext
-
Constructor Summary
ConstructorsConstructorDescriptionReadContext
(RootWindow rootWindow, int version, boolean propertyValuesAvailable, boolean readPropertiesEnabled) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
boolean
-
Constructor Details
-
ReadContext
public ReadContext(RootWindow rootWindow, int version, boolean propertyValuesAvailable, boolean readPropertiesEnabled)
-
-
Method Details
-
getRootWindow
-
getViewSerializer
-
isPropertyValuesAvailable
public boolean isPropertyValuesAvailable() -
getReadPropertiesEnabled
public boolean getReadPropertiesEnabled() -
getVersion
public int getVersion()- Returns:
- returns the serialized version
-