public final class NbDocument$Colors extends SystemOption
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_BREAKPOINT
Deprecated.
|
static String |
PROP_CURRENT
Deprecated.
|
static String |
PROP_ERROR
Deprecated.
|
| Constructor and Description |
|---|
NbDocument$Colors()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
clearSharedData, firePropertyChange, getHelpCtx, getName, isReadExternal, isWriteExternal, readExternal, reset, writeExternaladdNotify, addPropertyChangeListener, equals, finalize, findObject, findObject, getLock, getProperty, hashCode, initialize, putProperty, putProperty, removeNotify, removePropertyChangeListener, writeReplacepublic static final String PROP_BREAKPOINT
public static final String PROP_ERROR
public static final String PROP_CURRENT
public void setBreakpoint(Color c)
public Color getBreakpoint()
public void setError(Color c)
public Color getError()
public void setCurrent(Color c)
public Color getCurrent()
public String displayName()
SystemOptiondisplayName in class SystemOptionBuilt on May 24 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.