org.gjt.btools.utilities
Class NullObject

java.lang.Object
  |
  +--org.gjt.btools.utilities.NullObject

public final class NullObject
extends java.lang.Object

An object representing null. This can be used in list boxes, combo boxes and the like where a null option is desired but everything stored must be a real object.


Field Summary
static NullObject instance
          A publicly available null object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static final NullObject instance
A publicly available null object.



Copyright © 1998-2001, Ben Burton
This software is released under the GNU Public License.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@debian.org).