Package net.infonode.docking.location
Class LocationDecoder
- java.lang.Object
-
- net.infonode.docking.location.LocationDecoder
-
public class LocationDecoder extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WindowLocation
decode(java.io.ObjectInputStream in, RootWindow rootWindow)
-
-
-
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
-
-
Method Detail
-
decode
public static WindowLocation decode(java.io.ObjectInputStream in, RootWindow rootWindow) throws java.io.IOException
- Throws:
java.io.IOException
-
-