Uses of Class
org.eclipse.jface.viewers.StyledString
Package
Description
Provides a content assist add-on for an
ITextViewer
.Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Provides a workbench adapter for displaying workbench elements in the UI without
having to know the concrete type of the element, and various label providers for
workbench-specific objects like editors, views, and perspectives.
-
Uses of StyledString in org.eclipse.jface.text.contentassist
Modifier and TypeMethodDescriptionICompletionProposalExtension6.getStyledDisplayString()
Returns the styled string used to display this proposal in the list of completion proposals.ICompletionProposalExtension7.getStyledDisplayString
(IDocument document, int offset, BoldStylerProvider boldStylerProvider) Returns the styled display string for this proposal with emphasized ranges that match the token at the current caret offset. -
Uses of StyledString in org.eclipse.jface.viewers
Modifier and TypeMethodDescriptionStyledString.append
(char ch) Appends the string representation of the given character to theStyledString
.StyledString.append
(char[] chars) Appends the string representation of the given character array to theStyledString
.StyledString.append
(char[] chars, StyledString.Styler styler) Appends the string representation of the given character array with a style to theStyledString
.StyledString.append
(char ch, StyledString.Styler styler) Appends the string representation of the given character with a style to theStyledString
.Appends a string to theStyledString
.StyledString.append
(String string, StyledString.Styler styler) Appends a string with a style to theStyledString
.StyledString.append
(StyledString string) Appends a string with styles to theStyledString
.protected StyledString
DecoratingStyledCellLabelProvider.getStyledText
(Object element) Returns the styled text for the label of the given element.protected StyledString
DelegatingStyledCellLabelProvider.getStyledText
(Object element) Returns the styled text for the label of the given element.DelegatingStyledCellLabelProvider.IStyledLabelProvider.getStyledText
(Object element) Returns the styled text label for the given elementStyledString.insert
(char ch, int offset) Inserts the character at the given offset.static StyledString
StyledCellLabelProvider.styleDecoratedString
(String decoratedString, StyledString.Styler decorationStyler, StyledString styledString) Applies decoration styles to the decorated string and adds the styles of the previously undecorated string.Modifier and TypeMethodDescriptionStyledString.append
(StyledString string) Appends a string with styles to theStyledString
.static StyledString
StyledCellLabelProvider.styleDecoratedString
(String decoratedString, StyledString.Styler decorationStyler, StyledString styledString) Applies decoration styles to the decorated string and adds the styles of the previously undecorated string. -
Uses of StyledString in org.eclipse.ui.dialogs
Modifier and TypeMethodDescriptionIStyledStringHighlighter.highlight
(String text, String pattern, StyledString.Styler styler) Used to highlight matchesStyledStringHighlighter.highlight
(String text, String pattern, StyledString.Styler styler) -
Uses of StyledString in org.eclipse.ui.model
Modifier and TypeMethodDescriptionIWorkbenchAdapter3.getStyledText
(Object element) Returns the styled text label for the given element.WorkbenchAdapter.getStyledText
(Object object) The default implementation of thisIWorkbenchAdapter3
method returns theStyledString
which wraps the label of the element.WorkbenchLabelProvider.getStyledText
(Object element) The default implementation of this returns the styled text label for the given element.