Package | Description |
---|---|
org.netbeans.editor |
Modifier and Type | Method and Description |
---|---|
Coloring |
Coloring.apply(Coloring c)
Apply this coloring to some other coloring c and return
the resulting coloring.
|
static Coloring |
Coloring.changeBackColor(Coloring c,
Color newBackColor)
Derive a new coloring by changing
the background-color and its color-mode
and leaving the rest of the coloring unchanged.
|
static Coloring |
Coloring.changeFont(Coloring c,
Font newFont)
Derive a new coloring by changing the font and leaving
the rest of the coloring (including the font-mode) unchanged.
|
static Coloring |
Coloring.changeFont(Coloring c,
Font newFont,
int newFontMode)
Derive a new coloring by changing the font and font-mode and leaving
the rest of the coloring unchanged.
|
static Coloring |
Coloring.changeForeColor(Coloring c,
Color newForeColor)
Derive a new coloring by changing
the foreground-color and its color-mode
and leaving the rest of the coloring unchanged.
|
static Coloring |
Coloring.fromAttributeSet(AttributeSet as)
Converts
AttributeSet to a Coloring . |
Coloring |
AnnotationDesc.getColoring()
Gets annotation coloring.
|
Coloring |
AnnotationType.getColoring()
Gets all the colors composed as Coloring
|
Coloring |
EditorUI.getColoring(String coloringName)
Deprecated.
Use Editor Settings API instead.
|
Coloring |
EditorUI.getDefaultColoring()
Deprecated.
Use Editor Settings API instead.
|
Modifier and Type | Method and Description |
---|---|
Coloring |
Coloring.apply(Coloring c)
Apply this coloring to some other coloring c and return
the resulting coloring.
|
static Coloring |
Coloring.changeBackColor(Coloring c,
Color newBackColor)
Derive a new coloring by changing
the background-color and its color-mode
and leaving the rest of the coloring unchanged.
|
static Coloring |
Coloring.changeFont(Coloring c,
Font newFont)
Derive a new coloring by changing the font and leaving
the rest of the coloring (including the font-mode) unchanged.
|
static Coloring |
Coloring.changeFont(Coloring c,
Font newFont,
int newFontMode)
Derive a new coloring by changing the font and font-mode and leaving
the rest of the coloring unchanged.
|
static Coloring |
Coloring.changeForeColor(Coloring c,
Color newForeColor)
Derive a new coloring by changing
the foreground-color and its color-mode
and leaving the rest of the coloring unchanged.
|
static void |
Utilities.setStatusText(JTextComponent c,
String text,
Coloring extraColoring) |
void |
StatusBar.setText(String cellName,
String text,
Coloring extraColoring) |
void |
StatusBar.setText(String cellName,
String text,
Coloring extraColoring,
int importance) |