net.infonode.docking.internal
Class ReadContext

java.lang.Object
  extended by net.infonode.docking.internal.ReadContext

public class ReadContext
extends java.lang.Object

Version:
$Revision: 1.4 $
Author:
$Author: jesper $

Field Summary
private  boolean propertyValuesAvailable
           
private  boolean readPropertiesEnabled
           
private  RootWindow rootWindow
           
private  int version
           
 
Constructor Summary
ReadContext(RootWindow rootWindow, int version, boolean propertyValuesAvailable, boolean readPropertiesEnabled)
           
 
Method Summary
 boolean getReadPropertiesEnabled()
           
 RootWindow getRootWindow()
           
 int getVersion()
           
 ViewSerializer getViewSerializer()
           
 boolean isPropertyValuesAvailable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rootWindow

private RootWindow rootWindow

version

private int version

propertyValuesAvailable

private boolean propertyValuesAvailable

readPropertiesEnabled

private boolean readPropertiesEnabled
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