Uses of Interface
net.infonode.util.ReadWritable

Packages that use ReadWritable
net.infonode.docking Core classes for the docking windows framework. 
net.infonode.properties.propertymap Property maps are used for storage of property values. 
 

Uses of ReadWritable in net.infonode.docking
 

Classes in net.infonode.docking that implement ReadWritable
 class RootWindow
          The root window is a top level container for docking windows.
 

Uses of ReadWritable in net.infonode.properties.propertymap
 

Subinterfaces of ReadWritable in net.infonode.properties.propertymap
 interface PropertyMap
          A property map contains values for some or all properties in a PropertyMapGroup.
 

Classes in net.infonode.properties.propertymap that implement ReadWritable
 class PropertyMapImpl