net.infonode.docking.location
Class WindowRootLocation

java.lang.Object
  extended by net.infonode.docking.location.AbstractWindowLocation
      extended by net.infonode.docking.location.WindowRootLocation
All Implemented Interfaces:
WindowLocation

public class WindowRootLocation
extends AbstractWindowLocation

Version:
$Revision: 1.8 $
Author:
$Author: jesper $

Constructor Summary
private WindowRootLocation()
           
  WindowRootLocation(RootWindow rootWindow)
           
 
Method Summary
static WindowRootLocation decode(java.io.ObjectInputStream in, RootWindow rootWindow)
           
protected  boolean set(DockingWindow parent, DockingWindow child)
           
 void write(java.io.ObjectOutputStream out)
           
 
Methods inherited from class net.infonode.docking.location.AbstractWindowLocation
read, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowRootLocation

public WindowRootLocation(RootWindow rootWindow)

WindowRootLocation

private WindowRootLocation()
Method Detail

set

protected boolean set(DockingWindow parent,
                      DockingWindow child)
Specified by:
set in class AbstractWindowLocation

write

public void write(java.io.ObjectOutputStream out)
           throws java.io.IOException
Specified by:
write in interface WindowLocation
Overrides:
write in class AbstractWindowLocation
Throws:
java.io.IOException

decode

public static WindowRootLocation decode(java.io.ObjectInputStream in,
                                        RootWindow rootWindow)
                                 throws java.io.IOException
Throws:
java.io.IOException