congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
FastPartitioner.initialize
Code IndexAdd Tabnine to your IDE (free)

How to use
initialize
method
in
org.eclipse.jface.text.rules.FastPartitioner

Best Java code snippets using org.eclipse.jface.text.rules.FastPartitioner.initialize (Showing top 4 results out of 315)

origin: at.bestsolution.efxclipse.rt/org.eclipse.fx.text.compat

/**
 * Calls {@link #initialize()} if the receiver is not yet initialized.
 */
protected final void checkInitialization() {
  if (!fIsInitialized)
    initialize();
}
origin: org.eclipse.scout.sdk.deps/org.eclipse.jface.text

/**
 * Calls {@link #initialize()} if the receiver is not yet initialized.
 */
protected final void checkInitialization() {
  if (!fIsInitialized)
    initialize();
}
origin: org.eclipse.platform/org.eclipse.jface.text

/**
 * Calls {@link #initialize()} if the receiver is not yet initialized.
 */
protected final void checkInitialization() {
  if (!fIsInitialized)
    initialize();
}
origin: at.bestsolution.eclipse/org.eclipse.fx.text.compat

/**
 * Calls {@link #initialize()} if the receiver is not yet initialized.
 */
protected final void checkInitialization() {
  if (!fIsInitialized)
    initialize();
}
org.eclipse.jface.text.rulesFastPartitionerinitialize

Javadoc

Performs the initial partitioning of the partitioner's document.

May be extended by subclasses.

Popular methods of FastPartitioner

  • <init>
    Creates a new partitioner that uses the given scanner and may return partitions of the given legal c
  • connect
    May be extended by subclasses.
  • flushRewriteSession
    Flushes the active rewrite session.
  • checkInitialization
    Calls #initialize() if the receiver is not yet initialized.
  • clearPositionCache
    Clears the position cache. Needs to be called whenever the positions have been updated.
  • computePartitioning
    May be replaced or extended by subclasses.
  • createRegion
    Creates the minimal region containing all partition changes using the remembered offset, end offset,
  • documentChanged2
    May be extended by subclasses.
  • findClosestPosition
    Returns the position in the partitoner's position category which is close to the given offset. This
  • getFirstIndexEndingAfterOffset
    Returns the index of the first position which ends after the given offset.
  • getFirstIndexStartingAfterOffset
    Returns the index of the first position which starts at or after the given offset.
  • getPartition
    May be replaced or extended by subclasses.
  • getFirstIndexStartingAfterOffset,
  • getPartition,
  • getPositions,
  • getTokenContentType,
  • isSupportedContentType,
  • overlapsOrTouches,
  • rememberDeletedOffset,
  • rememberRegion,
  • toString

Popular in Java

  • Running tasks concurrently on multiple threads
  • onRequestPermissionsResult (Fragment)
  • runOnUiThread (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • Kernel (java.awt.image)
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • Notification (javax.management)
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • 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