Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.jface.text.IDocumentPartitioner

Packages that use IDocumentPartitioner
org.eclipse.compare.contentmergeviewer Support for compare and merge viewers which show the content side-by-side. 
org.eclipse.compare.structuremergeviewer Provides support for finding and displaying the differences between hierarchically structured data. 
org.eclipse.jface.text Provides a framework for creating and manipulating text documents. 
org.eclipse.jface.text.rules Provides a framework for rule based text scanning and uses the framework to provide rule-driven default implementations of IPresentationDamager, IPresentationRepairer and IDocumentPartitioner
org.eclipse.ui.console Application programming interfaces for interaction with the Eclipse console. 
 

Uses of IDocumentPartitioner in org.eclipse.compare.contentmergeviewer
 

Methods in org.eclipse.compare.contentmergeviewer that return IDocumentPartitioner
protected   IDocumentPartitioner TextMergeViewer. getDocumentPartitioner ()
          Returns a document partitioner which is suitable for the underlying content type.
 

Uses of IDocumentPartitioner in org.eclipse.compare.structuremergeviewer
 

Methods in org.eclipse.compare.structuremergeviewer that return IDocumentPartitioner
protected   IDocumentPartitioner StructureCreator. getDocumentPartitioner ()
          Return the partitioner to be associated with the document or null is partitioning is not needed or if the subclass overrode StructureCreator.setupDocument(IDocument) directly.
 

Uses of IDocumentPartitioner in org.eclipse.jface.text
 

Methods in org.eclipse.jface.text that return IDocumentPartitioner
  IDocumentPartitioner AbstractDocument. getDocumentPartitioner ()
           
  IDocumentPartitioner IDocument. getDocumentPartitioner ()
          Returns this document's partitioner.
  IDocumentPartitioner AbstractDocument. getDocumentPartitioner ( String partitioning)
           
  IDocumentPartitioner IDocumentExtension3. getDocumentPartitioner ( String partitioning)
          Returns the partitioner for the given partitioning or null if no partitioner is registered.
 

Methods in org.eclipse.jface.text with parameters of type IDocumentPartitioner
protected  void AbstractDocument. checkStateOfPartitioner ( IDocumentPartitioner partitioner, String partitioning)
          Checks the state for the given partitioner and stops the active rewrite session.
 void AbstractDocument. setDocumentPartitioner ( IDocumentPartitioner partitioner)
           
 void IDocument. setDocumentPartitioner ( IDocumentPartitioner partitioner)
          Sets this document's partitioner.
 void AbstractDocument. setDocumentPartitioner ( String partitioning, IDocumentPartitioner partitioner)
           
 void IDocumentExtension3. setDocumentPartitioner ( String partitioning, IDocumentPartitioner partitioner)
          Sets this document's partitioner.
 

Uses of IDocumentPartitioner in org.eclipse.jface.text.rules
 

Classes in org.eclipse.jface.text.rules that implement IDocumentPartitioner
 class DefaultPartitioner
          Deprecated. As of 3.1, replaced by FastPartitioner instead
 class FastPartitioner
          A standard implementation of a document partitioner.
 class RuleBasedPartitioner
          Deprecated. use FastPartitioner instead
 

Uses of IDocumentPartitioner in org.eclipse.ui.console
 

Subinterfaces of IDocumentPartitioner in org.eclipse.ui.console
 interface IConsoleDocumentPartitioner
          A document partitioner for a text console.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire