public interface ParameterInfoUIContextEx extends ParameterInfoUIContext
Modifier and Type | Interface and Description |
---|---|
static class |
ParameterInfoUIContextEx.Flag |
Modifier and Type | Method and Description |
---|---|
void |
setEscapeFunction(Function<? super java.lang.String,java.lang.String> escapeFunction) |
java.lang.String |
setupUIComponentPresentation(java.lang.String[] texts,
java.util.EnumSet<ParameterInfoUIContextEx.Flag>[] flags,
java.awt.Color background)
Set the contents and formatting of a one-line, multi-formatted popup hint.
|
getCurrentParameterIndex, getDefaultParameterColor, getParameterOwner, isSingleOverload, isSingleParameterInfo, isUIComponentEnabled, setUIComponentEnabled, setupRawUIComponentPresentation, setupUIComponentPresentation
java.lang.String setupUIComponentPresentation(java.lang.String[] texts, java.util.EnumSet<ParameterInfoUIContextEx.Flag>[] flags, java.awt.Color background)
texts
- pieces ot text to be put together, each individually formattable.flags
- a set of Flags; flags[i] describes formatting of texts[i].background
- background color of the hint.void setEscapeFunction(Function<? super java.lang.String,java.lang.String> escapeFunction)
escapeFunction
- Escape function to convert custom tags to HTML.