public class ReadContext
extends java.lang.Object
Constructor and Description |
---|
ReadContext(RootWindow rootWindow,
int version,
boolean propertyValuesAvailable,
boolean readPropertiesEnabled) |
Modifier and Type | Method and Description |
---|---|
boolean |
getReadPropertiesEnabled() |
RootWindow |
getRootWindow() |
int |
getVersion() |
ViewSerializer |
getViewSerializer() |
boolean |
isPropertyValuesAvailable() |
public ReadContext(RootWindow rootWindow, int version, boolean propertyValuesAvailable, boolean readPropertiesEnabled)
public RootWindow getRootWindow()
public ViewSerializer getViewSerializer()
public boolean isPropertyValuesAvailable()
public boolean getReadPropertiesEnabled()
public int getVersion()