@Deprecated 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, writeExternal
addNotify, addPropertyChangeListener, equals, finalize, findObject, findObject, getLock, getProperty, hashCode, initialize, putProperty, putProperty, removeNotify, removePropertyChangeListener, writeReplace
public 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()
SystemOption
displayName
in class SystemOption