congrats Icon
New! Announcing our next generation AI code completions
Read here
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

  • Making http requests using okhttp
  • putExtra (Intent)
  • requestLocationUpdates (LocationManager)
  • notifyDataSetChanged (ArrayAdapter)
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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