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 WindowRootLocationdecode(ObjectInputStream in, RootWindow rootWindow) protected booleanset(DockingWindow parent, DockingWindow child) voidwrite(ObjectOutputStream out) Methods inherited from class net.infonode.docking.location.AbstractWindowLocation
read, set
-
Constructor Details
-
WindowRootLocation
-
-
Method Details
-
set
- Specified by:
setin classAbstractWindowLocation
-
write
- Specified by:
writein interfaceWindowLocation- Overrides:
writein classAbstractWindowLocation- Throws:
IOException
-
decode
public static WindowRootLocation decode(ObjectInputStream in, RootWindow rootWindow) throws IOException - Throws:
IOException
-