Uses of Interface
net.infonode.util.Readable

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

Uses of Readable in net.infonode.docking
 

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

Uses of Readable in net.infonode.properties.propertymap
 

Subinterfaces of Readable 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 Readable
 class PropertyMapImpl
           
 

Uses of Readable in net.infonode.util
 

Subinterfaces of Readable in net.infonode.util
 interface ReadWritable
          Interface for objects that can be read from and written to streams.
 

Methods in net.infonode.util with parameters of type Readable
static void StreamUtil.read(byte[] data, Readable readable)