Package net.infonode.docking.location
Class NullLocation
- java.lang.Object
-
- net.infonode.docking.location.NullLocation
-
- All Implemented Interfaces:
WindowLocation
public class NullLocation extends java.lang.Object implements WindowLocation
-
-
Field Summary
Fields Modifier and Type Field Description static NullLocation
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
set(DockingWindow window)
void
write(java.io.ObjectOutputStream out)
-
-
-
Field Detail
-
INSTANCE
public static final NullLocation INSTANCE
-
-
Method Detail
-
set
public boolean set(DockingWindow window)
- Specified by:
set
in interfaceWindowLocation
-
write
public void write(java.io.ObjectOutputStream out) throws java.io.IOException
- Specified by:
write
in interfaceWindowLocation
- Throws:
java.io.IOException
-
-