|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openide.util.SharedClassObject org.openide.options.SystemOption org.openide.text.NbDocument.Colors
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 |
public static final String PROP_BREAKPOINT
public static final String PROP_ERROR
public static final String PROP_CURRENT
Constructor Detail |
public NbDocument.Colors()
Method Detail |
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()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |