Package net.infonode.docking.location
Class WindowRootLocation
java.lang.Object
net.infonode.docking.location.AbstractWindowLocation
net.infonode.docking.location.WindowRootLocation
- All Implemented Interfaces:
WindowLocation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WindowRootLocation
decode
(ObjectInputStream in, RootWindow rootWindow) protected boolean
set
(DockingWindow parent, DockingWindow child) void
write
(ObjectOutputStream out) Methods inherited from class net.infonode.docking.location.AbstractWindowLocation
read, set
-
Constructor Details
-
WindowRootLocation
-
-
Method Details
-
set
- Specified by:
set
in classAbstractWindowLocation
-
write
- Specified by:
write
in interfaceWindowLocation
- Overrides:
write
in classAbstractWindowLocation
- Throws:
IOException
-
decode
public static WindowRootLocation decode(ObjectInputStream in, RootWindow rootWindow) throws IOException - Throws:
IOException
-