Tabnine Logo
TextViewer.releaseWidgetToken
Code IndexAdd Tabnine to your IDE (free)

How to use
releaseWidgetToken
method
in
org.eclipse.jface.text.TextViewer

Best Java code snippets using org.eclipse.jface.text.TextViewer.releaseWidgetToken (Showing top 10 results out of 315)

origin: org.eclipse.platform/org.eclipse.jface.text

@Override
public void hideInformationControl() {
  try {
    super.hideInformationControl();
  } finally {
    if (fTextViewer != null)
      fTextViewer.releaseWidgetToken(this);
  }
}
origin: org.eclipse.scout.sdk.deps/org.eclipse.jface.text

@Override
void replaceInformationControl(boolean takeFocus) {
  if (fTextViewer != null)
    fTextViewer.releaseWidgetToken(this);
  super.replaceInformationControl(takeFocus);
}
origin: org.eclipse.scout.sdk.deps/org.eclipse.jface.text

@Override
protected void handleInformationControlDisposed() {
  try {
    super.handleInformationControlDisposed();
  } finally {
    if (fTextViewer != null)
      fTextViewer.releaseWidgetToken(this);
  }
}
origin: org.eclipse.scout.sdk.deps/org.eclipse.jface.text

@Override
protected void handleInformationControlDisposed() {
  try {
    super.handleInformationControlDisposed();
  } finally {
    if (fTextViewer != null)
      fTextViewer.releaseWidgetToken(this);
  }
}
origin: org.eclipse.platform/org.eclipse.jface.text

@Override
protected void handleInformationControlDisposed() {
  try {
    super.handleInformationControlDisposed();
  } finally {
    if (fTextViewer != null)
      fTextViewer.releaseWidgetToken(this);
  }
}
origin: org.eclipse.platform/org.eclipse.jface.text

@Override
void replaceInformationControl(boolean takeFocus) {
  if (fTextViewer != null)
    fTextViewer.releaseWidgetToken(this);
  super.replaceInformationControl(takeFocus);
}
origin: org.eclipse.platform/org.eclipse.jface.text

@Override
protected void hideInformationControl() {
  try {
    fTextHover= null;
    super.hideInformationControl();
  } finally {
    if (fTextViewer != null)
      fTextViewer.releaseWidgetToken(this);
  }
}
origin: org.eclipse.platform/org.eclipse.jface.text

@Override
protected void handleInformationControlDisposed() {
  try {
    super.handleInformationControlDisposed();
  } finally {
    if (fTextViewer != null)
      fTextViewer.releaseWidgetToken(this);
  }
}
origin: org.eclipse.scout.sdk.deps/org.eclipse.jface.text

@Override
public void hideInformationControl() {
  try {
    super.hideInformationControl();
  } finally {
    if (fTextViewer != null)
      fTextViewer.releaseWidgetToken(this);
  }
}
origin: org.eclipse.scout.sdk.deps/org.eclipse.jface.text

@Override
protected void hideInformationControl() {
  try {
    fTextHover= null;
    super.hideInformationControl();
  } finally {
    if (fTextViewer != null)
      fTextViewer.releaseWidgetToken(this);
  }
}
org.eclipse.jface.textTextViewerreleaseWidgetToken

Popular methods of TextViewer

  • getTextWidget
  • getControl
  • doOperation
  • setDocument
  • modelRange2WidgetRange
    Same as #modelRange2WidgetRange(IRegion) just for a org.eclipse.jface.text.Position.
  • getRewriteTarget
  • getSelection
  • modelLine2WidgetLine
    Implements the contract of ITextViewerExtension5#modelLine2WidgetLine(int).
  • getDocument
  • setSelectedRange
  • setSelection
  • <init>
    Create a new text viewer with the given SWT style bits. The viewer is ready to use but does not have
  • setSelection,
  • <init>,
  • canDoOperation,
  • getVisibleRegion,
  • handleDispose,
  • invalidateTextPresentation,
  • setTopIndex,
  • _getVisibleRegionOffset,
  • activatePlugins,
  • addPresentation

Popular in Java

  • Reactive rest calls using spring rest template
  • getContentResolver (Context)
  • onRequestPermissionsResult (Fragment)
  • notifyDataSetChanged (ArrayAdapter)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Collectors (java.util.stream)
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • Top 12 Jupyter Notebook extensions
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