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

How to use
ISubjectControlContextInformationValidator
in
org.eclipse.jface.contentassist

Best Java code snippets using org.eclipse.jface.contentassist.ISubjectControlContextInformationValidator (Showing top 2 results out of 315)

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

/**
 * Installs this adapter's information validator on the given context frame.
 *
 * @param frame the context frame
 */
public void installValidator(ContextFrame frame) {
  if (fContentAssistSubjectControl != null) {
    if (frame.fValidator instanceof ISubjectControlContextInformationValidator)
      ((ISubjectControlContextInformationValidator)frame.fValidator).install(frame.fInformation, fContentAssistSubjectControl, frame.fOffset);
  } else
    frame.fValidator.install(frame.fInformation, fViewer, frame.fOffset);
}
origin: org.eclipse.scout.sdk.deps/org.eclipse.jface.text

/**
 * Installs this adapter's information validator on the given context frame.
 *
 * @param frame the context frame
 */
public void installValidator(ContextFrame frame) {
  if (fContentAssistSubjectControl != null) {
    if (frame.fValidator instanceof ISubjectControlContextInformationValidator)
      ((ISubjectControlContextInformationValidator)frame.fValidator).install(frame.fInformation, fContentAssistSubjectControl, frame.fOffset);
  } else
    frame.fValidator.install(frame.fInformation, fViewer, frame.fOffset);
}
org.eclipse.jface.contentassistISubjectControlContextInformationValidator

Javadoc

Extends org.eclipse.jface.text.contentassist.IContextInformationValidator to allow to install a content assistant on the given org.eclipse.jface.contentassist.IContentAssistSubjectControl.

Most used methods

  • install
    Installs this validator for the given context information.

Popular in Java

  • Making http requests using okhttp
  • setContentView (Activity)
  • onCreateOptionsMenu (Activity)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • JFrame (javax.swing)
  • 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