public class AutoCompletionStyleContext
extends java.lang.Object
构造器和说明 |
---|
AutoCompletionStyleContext() |
限定符和类型 | 方法和说明 |
---|---|
java.awt.Color |
getParameterCopyColor()
Returns the color of the highlight painted on copies of editable
parameters in parameterized completions.
|
java.awt.Color |
getParameterizedCompletionCursorPositionColor()
Returns the color used to denote the ending caret position for
parameterized completions.
|
java.awt.Color |
getParameterOutlineColor()
Returns the color of the outline highlight used to denote editable
parameters in parameterized completions.
|
void |
setParameterCopyColor(java.awt.Color color)
Sets the color of the highlight painted on copies of editable
parameters in parameterized completions.
|
void |
setParameterizedCompletionCursorPositionColor(java.awt.Color color)
Sets the color used to denote the ending caret position for
parameterized completions.
|
void |
setParameterOutlineColor(java.awt.Color color)
Sets the color of the outline highlight used to denote editable
parameters in parameterized completions.
|
public java.awt.Color getParameterCopyColor()
setParameterCopyColor(Color)
public java.awt.Color getParameterizedCompletionCursorPositionColor()
setParameterizedCompletionCursorPositionColor(Color)
public java.awt.Color getParameterOutlineColor()
setParameterOutlineColor(Color)
public void setParameterCopyColor(java.awt.Color color)
color
- The color to use.setParameterCopyColor(Color)
public void setParameterizedCompletionCursorPositionColor(java.awt.Color color)
color
- The color to use.getParameterizedCompletionCursorPositionColor()
public void setParameterOutlineColor(java.awt.Color color)
color
- The color to use.getParameterOutlineColor()