站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

NbDocument.Colors (NetBeans Text API) - NetBeans API Javadoc 5.0.0

 

org.openide.text
Class NbDocument.Colors

java.lang.Object
  extended byorg.openide.util.SharedClassObject
      extended byorg.openide.options.SystemOption
          extended byorg.openide.text.NbDocument.Colors
All Implemented Interfaces:
Externalizable, HelpCtx.Provider, 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.  
 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, reset, 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. 
See Also:
Constant Field Values

PROP_ERROR

public static final String PROP_ERROR
Deprecated. 
See Also:
Constant Field Values

PROP_CURRENT

public static final String PROP_CURRENT
Deprecated. 
See Also:
Constant Field Values
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. 

 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.