org.openide.text
Class NbDocument.Colors

java.lang.Object
  |
  +--org.openide.util.SharedClassObject
        |
        +--org.openide.options.SystemOption
              |
              +--org.openide.text.NbDocument.Colors
All Implemented Interfaces:
Externalizable, Serializable
Enclosing class:
NbDocument

Deprecated. Not useful for anything.

public static final class NbDocument.Colors
extends SystemOption

See Also:
Serialized Form

Field Summary
static String PROP_BREAKPOINT
          Deprecated.  
static String PROP_CURRENT
          Deprecated.  
static String PROP_ERROR
          Deprecated.  
 
Constructor Summary
NbDocument.Colors()
          Deprecated.  
 
Method Summary
 String displayName()
          Deprecated. Get the display name of this system option.
 Color getBreakpoint()
          Deprecated.  
 Color getCurrent()
          Deprecated.  
 Color getError()
          Deprecated.  
 void setBreakpoint(Color c)
          Deprecated.  
 void setCurrent(Color c)
          Deprecated.  
 void setError(Color c)
          Deprecated.  
 
Methods inherited from class org.openide.options.SystemOption
clearSharedData, firePropertyChange, getHelpCtx, getName, isReadExternal, isWriteExternal, readExternal, writeExternal
 
Methods inherited from class org.openide.util.SharedClassObject
addNotify, addPropertyChangeListener, equals, finalize, findObject, findObject, getLock, getProperty, hashCode, initialize, putProperty, putProperty, removeNotify, removePropertyChangeListener, writeReplace
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_BREAKPOINT

public static final String PROP_BREAKPOINT
Deprecated. 

PROP_ERROR

public static final String PROP_ERROR
Deprecated. 

PROP_CURRENT

public static final String PROP_CURRENT
Deprecated. 
Constructor Detail

NbDocument.Colors

public NbDocument.Colors()
Deprecated. 
Method Detail

setBreakpoint

public void setBreakpoint(Color c)
Deprecated. 

getBreakpoint

public Color getBreakpoint()
Deprecated. 

setError

public void setError(Color c)
Deprecated. 

getError

public Color getError()
Deprecated. 

setCurrent

public void setCurrent(Color c)
Deprecated. 

getCurrent

public Color getCurrent()
Deprecated. 

displayName

public String displayName()
Deprecated. 
Description copied from class: SystemOption
Get the display name of this system option.
Overrides:
displayName in class SystemOption
Following copied from class: org.openide.options.SystemOption
Returns:
the display name


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.