net.infonode.docking.location
Class NullLocation

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

public class NullLocation
extends java.lang.Object
implements WindowLocation

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

Field Summary
static NullLocation INSTANCE
           
 
Constructor Summary
private NullLocation()
           
 
Method Summary
 boolean set(DockingWindow window)
           
 void write(java.io.ObjectOutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final NullLocation INSTANCE
Constructor Detail

NullLocation

private NullLocation()
Method Detail

set

public boolean set(DockingWindow window)
Specified by:
set in interface WindowLocation

write

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