public class AutoCompletionStyleContext extends Object
Constructor and Description |
---|
AutoCompletionStyleContext() |
Modifier and Type | Method and Description |
---|---|
Color |
getParameterCopyColor()
Returns the color of the highlight painted on copies of editable
parameters in parameterized completions.
|
Color |
getParameterizedCompletionCursorPositionColor()
Returns the color used to denote the ending caret position for
parameterized completions.
|
Color |
getParameterOutlineColor()
Returns the color of the outline highlight used to denote editable
parameters in parameterized completions.
|
void |
setParameterCopyColor(Color color)
Sets the color of the highlight painted on copies of editable
parameters in parameterized completions.
|
void |
setParameterizedCompletionCursorPositionColor(Color color)
Sets the color used to denote the ending caret position for
parameterized completions.
|
void |
setParameterOutlineColor(Color color)
Sets the color of the outline highlight used to denote editable
parameters in parameterized completions.
|
public Color getParameterCopyColor()
setParameterCopyColor(Color)
public Color getParameterizedCompletionCursorPositionColor()
setParameterizedCompletionCursorPositionColor(Color)
public Color getParameterOutlineColor()
setParameterOutlineColor(Color)
public void setParameterCopyColor(Color color)
color
- The color to use.setParameterCopyColor(Color)
public void setParameterizedCompletionCursorPositionColor(Color color)
color
- The color to use.getParameterizedCompletionCursorPositionColor()
public void setParameterOutlineColor(Color color)
color
- The color to use.getParameterOutlineColor()