Uses of Interface
net.infonode.docking.location.WindowLocation

Packages that use WindowLocation
net.infonode.docking.location   
 

Uses of WindowLocation in net.infonode.docking.location
 

Classes in net.infonode.docking.location that implement WindowLocation
 class AbstractWindowLocation
           
 class NullLocation
           
 class WindowRootLocation
           
 class WindowSplitLocation
           
 class WindowTabLocation
           
 

Fields in net.infonode.docking.location declared as WindowLocation
private  WindowLocation AbstractWindowLocation.parentLocation
           
 

Methods in net.infonode.docking.location that return WindowLocation
static WindowLocation LocationDecoder.decode(java.io.ObjectInputStream in, RootWindow rootWindow)
           
 

Constructors in net.infonode.docking.location with parameters of type WindowLocation
AbstractWindowLocation(DockingWindow window, WindowLocation parentLocation)
           
WindowSplitLocation(DockingWindow splitWith, WindowLocation parentLocation, Direction direction, float dividerLocation)
           
WindowTabLocation(AbstractTabWindow window, WindowLocation parentLocation, int index)