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
ConstructorsModifierConstructorDescriptionprotectedprotectedAbstractWindowLocation(DockingWindow window, WindowLocation parentLocation) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidread(ObjectInputStream in, RootWindow rootWindow) booleanset(DockingWindow window) protected abstract booleanset(DockingWindow parent, DockingWindow child) voidwrite(ObjectOutputStream out)
-
Constructor Details
-
AbstractWindowLocation
-
AbstractWindowLocation
protected AbstractWindowLocation()
-
-
Method Details
-
set
-
set
- Specified by:
setin interfaceWindowLocation
-
write
- Specified by:
writein interfaceWindowLocation- Throws:
IOException
-
read
- Throws:
IOException
-