net.infonode.docking.location

Class LocationDecoder

public class LocationDecoder extends Object

Version: $Revision: 1.5 $

Author: $Author: jesper $

Field Summary
static intNULL
static intROOT
static intSPLIT
static intTAB
Method Summary
static WindowLocationdecode(ObjectInputStream in, RootWindow rootWindow)

Field Detail

NULL

public static final int NULL

ROOT

public static final int ROOT

SPLIT

public static final int SPLIT

TAB

public static final int TAB

Method Detail

decode

public static WindowLocation decode(ObjectInputStream in, RootWindow rootWindow)