Codota Logo
AnnotationRulerColumn.postRedraw
Code IndexAdd Codota to your IDE (free)

How to use
postRedraw
method
in
org.eclipse.jface.text.source.AnnotationRulerColumn

Best Java code snippets using org.eclipse.jface.text.source.AnnotationRulerColumn.postRedraw (Showing top 2 results out of 315)

  • Common ways to obtain AnnotationRulerColumn
private void myMethod () {
AnnotationRulerColumn a =
  • Codota IconJavaEditor javaEditor;new AnnotationRulerColumn(width, javaEditor.getAnnotationAccess())
  • Smart code suggestions by Codota
}
origin: org.eclipse.platform/org.eclipse.jface.text

@Override
public void setModel(IAnnotationModel model) {
  if (fAllowSetModel && model != fModel) {
    if (fModel != null)
      fModel.removeAnnotationModelListener(fAnnotationListener);
    fModel= model;
    if (fModel != null)
      fModel.addAnnotationModelListener(fAnnotationListener);
    postRedraw();
  }
}
origin: org.eclipse.scout.sdk.deps/org.eclipse.jface.text

@Override
public void setModel(IAnnotationModel model) {
  if (fAllowSetModel && model != fModel) {
    if (fModel != null)
      fModel.removeAnnotationModelListener(fInternalListener);
    fModel= model;
    if (fModel != null)
      fModel.addAnnotationModelListener(fInternalListener);
    postRedraw();
  }
}
org.eclipse.jface.text.sourceAnnotationRulerColumnpostRedraw

Javadoc

Post a redraw request for this column into the UI thread.

Popular methods of AnnotationRulerColumn

  • <init>
    Constructs this column with the given arguments.
  • redraw
  • addAnnotationType
    Adds the given annotation type to this annotation ruler column. Starting with this call, annotations
  • setHover
  • createCanvas
    Creates a canvas with the given parent.
  • createControl
  • doPaint
    Draws the vertical ruler w/o drawing the Canvas background.
  • doPaint1
    Draws the vertical ruler w/o drawing the Canvas background. Implementation based on ITextViewerExten
  • doubleBufferPaint
    Double buffer drawing.
  • getExclusiveBottomIndexEndOffset
    Returns the first invisible document offset of the lower right corner of the source viewer's view po
  • getInclusiveTopIndexStartOffset
    Returns the document offset of the upper left corner of the source viewer's view port, possibly incl
  • hasAnnotation
    Tells whether the given line contains an annotation.
  • getInclusiveTopIndexStartOffset,
  • hasAnnotation,
  • isPropagatingMouseListener,
  • mouseClicked,
  • mouseDoubleClicked,
  • mouseDown,
  • removeAnnotationType,
  • setModel,
  • skip

Popular in Java

  • Reading from database using SQL prepared statement
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • startActivity (Activity)
  • getSystemService (Context)
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • MalformedURLException (java.net)
    Thrown to indicate that a malformed URL has occurred. Either no legal protocol could be found in a s
  • DecimalFormat (java.text)
    DecimalFormat is a concrete subclass ofNumberFormat that formats decimal numbers. It has a variety o
  • Properties (java.util)
    The Properties class represents a persistent set of properties. The Properties can be saved to a st
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • JOptionPane (javax.swing)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now