net.infonode.docking.location
Class LocationDecoder

java.lang.Object
  extended by net.infonode.docking.location.LocationDecoder

public class LocationDecoder
extends java.lang.Object

Version:
$Revision: 1.5 $
Author:
$Author: jesper $

Field Summary
static int NULL
           
static int ROOT
           
static int SPLIT
           
static int TAB
           
 
Constructor Summary
private LocationDecoder()
           
 
Method Summary
static WindowLocation decode(java.io.ObjectInputStream in, RootWindow rootWindow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

public static final int NULL
See Also:
Constant Field Values

ROOT

public static final int ROOT
See Also:
Constant Field Values

SPLIT

public static final int SPLIT
See Also:
Constant Field Values

TAB

public static final int TAB
See Also:
Constant Field Values
Constructor Detail

LocationDecoder

private LocationDecoder()
Method Detail

decode

public static WindowLocation decode(java.io.ObjectInputStream in,
                                    RootWindow rootWindow)
                             throws java.io.IOException
Throws:
java.io.IOException