Package net.infonode.docking.location
Class AbstractWindowLocation
java.lang.Object
net.infonode.docking.location.AbstractWindowLocation
- All Implemented Interfaces:
WindowLocation
- Direct Known Subclasses:
WindowRootLocation
,WindowSplitLocation
,WindowTabLocation
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
protected
AbstractWindowLocation
(DockingWindow window, WindowLocation parentLocation) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
read
(ObjectInputStream in, RootWindow rootWindow) boolean
set
(DockingWindow window) protected abstract boolean
set
(DockingWindow parent, DockingWindow child) void
write
(ObjectOutputStream out)
-
Constructor Details
-
AbstractWindowLocation
-
AbstractWindowLocation
protected AbstractWindowLocation()
-
-
Method Details
-
set
-
set
- Specified by:
set
in interfaceWindowLocation
-
write
- Specified by:
write
in interfaceWindowLocation
- Throws:
IOException
-
read
- Throws:
IOException
-