Tabnine Logo
IPresentationReconciler
Code IndexAdd Tabnine to your IDE (free)

How to use
IPresentationReconciler
in
org.eclipse.jface.text.presentation

Best Java code snippets using org.eclipse.jface.text.presentation.IPresentationReconciler (Showing top 4 results out of 315)

origin: org.eclipse.scout.sdk.deps/org.eclipse.jface.text

fPresentationReconciler.uninstall();
fPresentationReconciler= null;
origin: org.eclipse.scout.sdk.deps/org.eclipse.jface.text

fPresentationReconciler.install(this);
origin: org.eclipse.platform/org.eclipse.jface.text

fPresentationReconciler.install(this);
origin: org.eclipse.platform/org.eclipse.jface.text

fPresentationReconciler.uninstall();
fPresentationReconciler= null;
org.eclipse.jface.text.presentationIPresentationReconciler

Javadoc

An IPresentationReconciler defines and maintains the representation of a text viewer's document in the presence of changes applied to the document. An IPresentationReconciler is a ITextViewer add-on.

The presentation reconciler keeps track of changes applied to the text viewer. It sends each change to presentation damagers which are registered for the content types of the regions in which the change occurred. The presentation reconciler passes the computed damage to presentation repairer which construct text presentations. When applied to the presentation reconciler's text viewer, those text presentations bring the document's presentation in sync with the document's content and thus repair the damage. A presentation damager is expected to return damage which is a valid input for a presentation repairer registered for the same content type as the damager.

A presentation reconciler should always be configured with a pair of damager/repairer strategies. I.e. for each damager there should be a corresponding repairer.

The interface may be implemented by clients. Clients may use PresentationReconciler as the standard implementation of this interface.

In order to provided backward compatibility for clients of IPresentationReconciler, extension interfaces are used to provide a means of evolution. The following extension interface exists:

  • org.eclipse.jface.text.presentation.IPresentationReconcilerExtensionsince version 3.0 adding support for documents with multiple partitionings.

Most used methods

  • install
    Installs this presentation reconciler on the given text viewer. After this method has been finished,
  • uninstall
    Removes the reconciler from the text viewer it has previously been installed on.

Popular in Java

  • Reactive rest calls using spring rest template
  • onCreateOptionsMenu (Activity)
  • addToBackStack (FragmentTransaction)
  • runOnUiThread (Activity)
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • JTable (javax.swing)
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • 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