Tabnine Logo
StyledString$Styler
Code IndexAdd Tabnine to your IDE (free)

How to use
StyledString$Styler
in
org.eclipse.jface.viewers

Best Java code snippets using org.eclipse.jface.viewers.StyledString$Styler (Showing top 4 results out of 315)

origin: org.eclipse.scout.sdk.deps/org.eclipse.jdt.ui

  @Override
  public void applyStyles(TextStyle textStyle) {
    StyledString.QUALIFIER_STYLER.applyStyles(textStyle);
    getBoldStylerProvider().getBoldStyler().applyStyles(textStyle);
  }
};
origin: org.eclipse.scout.sdk.deps/org.eclipse.jface

private StyleRange createStyleRange(int start, int end, Styler style) {
  StyleRange styleRange = new StyleRange();
  styleRange.start = start;
  styleRange.length = end - start;
  style.applyStyles(styleRange);
  return styleRange;
}
origin: org.eclipse.jdt/org.eclipse.jdt.ui

  @Override
  public void applyStyles(TextStyle textStyle) {
    StyledString.QUALIFIER_STYLER.applyStyles(textStyle);
    getBoldStylerProvider().getBoldStyler().applyStyles(textStyle);
  }
};
origin: org.eclipse.platform/org.eclipse.jface

private StyleRange createStyleRange(int start, int end, Styler style) {
  StyleRange styleRange = new StyleRange();
  styleRange.start = start;
  styleRange.length = end - start;
  style.applyStyles(styleRange);
  return styleRange;
}
org.eclipse.jface.viewersStyledString$Styler

Javadoc

A styler will be asked to apply its styles to one ore more ranges in the StyledString.

Most used methods

  • applyStyles
    Applies the styles represented by this object to the given textStyle.

Popular in Java

  • Finding current android device location
  • setContentView (Activity)
  • onRequestPermissionsResult (Fragment)
  • addToBackStack (FragmentTransaction)
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • CodeWhisperer alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now