Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I J K L M N O P Q R S T U V W _

A

ANCHORS - Static variable in class org.eclipse.jface.text.AbstractInformationControlManager
Internal anchor list.
ANCHOR_BOTTOM - Static variable in class org.eclipse.jface.text.AbstractInformationControlManager
Anchor representing the bottom of the information area
ANCHOR_GLOBAL - Static variable in class org.eclipse.jface.text.AbstractInformationControlManager
Anchor representing the middle of the subject control
ANCHOR_LEFT - Static variable in class org.eclipse.jface.text.AbstractInformationControlManager
Anchor representing the left side of the information area
ANCHOR_RIGHT - Static variable in class org.eclipse.jface.text.AbstractInformationControlManager
Anchor representing the right side of the information area
ANCHOR_TOP - Static variable in class org.eclipse.jface.text.AbstractInformationControlManager
Anchor representing the top of the information area
ASSERT_SEQUENTIALITY - Static variable in class org.eclipse.jface.text.SequentialRewriteTextStore
A flag to enforce sequential access.
AbstractDocument - class org.eclipse.jface.text.AbstractDocument.
Abstract default implementation of IDocument and its extension interfaces IDocumentExtension, IDocumentExtension2, IDocumentExtension3, as well as IRepairableDocument.
AbstractDocument() - Constructor for class org.eclipse.jface.text.AbstractDocument
The default constructor does not perform any configuration but leaves it to the clients who must first initialize the implementation plug-ins and then call completeInitialization.
AbstractDocument.RegisteredReplace - class org.eclipse.jface.text.AbstractDocument.RegisteredReplace.
Inner class to bundle a registered post notification replace operation together with its owner.
AbstractDocument.RegisteredReplace(IDocumentListener, IDocumentExtension.IReplace) - Constructor for class org.eclipse.jface.text.AbstractDocument.RegisteredReplace
Creates a new bundle object.
AbstractHoverInformationControlManager - class org.eclipse.jface.text.AbstractHoverInformationControlManager.
An information control manager that shows information in response to mouse hover events.
AbstractHoverInformationControlManager(IInformationControlCreator) - Constructor for class org.eclipse.jface.text.AbstractHoverInformationControlManager
Creates a new hover information control manager using the given information control creator.
AbstractHoverInformationControlManager.Closer - class org.eclipse.jface.text.AbstractHoverInformationControlManager.Closer.
The information control closer for the hover information.
AbstractHoverInformationControlManager.Closer() - Constructor for class org.eclipse.jface.text.AbstractHoverInformationControlManager.Closer
Creates a new information control closer.
AbstractHoverInformationControlManager.MouseTracker - class org.eclipse.jface.text.AbstractHoverInformationControlManager.MouseTracker.
To be installed on the manager's subject control.
AbstractHoverInformationControlManager.MouseTracker() - Constructor for class org.eclipse.jface.text.AbstractHoverInformationControlManager.MouseTracker
Creates a new mouse tracker.
AbstractInformationControlManager - class org.eclipse.jface.text.AbstractInformationControlManager.
Manages the life cycle, visibility, layout, and contents of an IInformationControl.
AbstractInformationControlManager(IInformationControlCreator) - Constructor for class org.eclipse.jface.text.AbstractInformationControlManager
Creates a new information control manager using the given information control creator.
AbstractInformationControlManager.Anchor - class org.eclipse.jface.text.AbstractInformationControlManager.Anchor.
Constitutes entities to enumerate anchors for the layout of the information control.
AbstractInformationControlManager.Anchor() - Constructor for class org.eclipse.jface.text.AbstractInformationControlManager.Anchor
 
AbstractInformationControlManager.IInformationControlCloser - interface org.eclipse.jface.text.AbstractInformationControlManager.IInformationControlCloser.
Interface of an information control closer.
AbstractLineTracker - class org.eclipse.jface.text.AbstractLineTracker.
Abstract implementation of ILineTracker.
AbstractLineTracker() - Constructor for class org.eclipse.jface.text.AbstractLineTracker
Creates a new line tracker.
AbstractLineTracker.DelimiterInfo - class org.eclipse.jface.text.AbstractLineTracker.DelimiterInfo.
Combines the information of the occurrence of a line delimiter.
AbstractLineTracker.DelimiterInfo() - Constructor for class org.eclipse.jface.text.AbstractLineTracker.DelimiterInfo
 
Assert - class org.eclipse.jface.text.Assert.
Assert is useful for for embedding runtime sanity checks in code.
Assert() - Constructor for class org.eclipse.jface.text.Assert
 
Assert.AssertionFailedException - exception org.eclipse.jface.text.Assert.AssertionFailedException.
AssertionFailedException is a runtime exception thrown by some of the methods in Assert.
Assert.AssertionFailedException() - Constructor for class org.eclipse.jface.text.Assert.AssertionFailedException
Constructs a new exception.
Assert.AssertionFailedException(String) - Constructor for class org.eclipse.jface.text.Assert.AssertionFailedException
Constructs a new exception with the given message.
acceptPostNotificationReplaces() - Method in class org.eclipse.jface.text.AbstractDocument
 
acceptPostNotificationReplaces() - Method in interface org.eclipse.jface.text.IDocumentExtension2
Tells the receiver to accept calls to registerPostNotificationReplace until ignorePostNotificationReplaces is called.
activatePlugins() - Method in interface org.eclipse.jface.text.ITextViewer
Activates the installed plug-ins.
activatePlugins() - Method in class org.eclipse.jface.text.TextViewer
 
adaptLineOffsets(int, int) - Method in class org.eclipse.jface.text.AbstractLineTracker
Adapts the offset of all lines with line numbers greater than the specified one to the given delta.
adaptToInsert() - Method in class org.eclipse.jface.text.DefaultPositionUpdater
Adapts the currently investigated position to an insertion.
adaptToInsert() - Method in class org.eclipse.jface.text.PaintManager.PaintPositionUpdater
If an insertion happens at a position's offset, the position is extended rather than shifted.
adaptToInsert() - Method in class org.eclipse.jface.text.TextViewer.ShiftPositionUpdater
If an insertion happens at the selection's start offset, the position is extended rather than shifted.
adaptToRemove() - Method in class org.eclipse.jface.text.DefaultPositionUpdater
Adapts the currently investigated position to a deletion.
adaptToReplace() - Method in class org.eclipse.jface.text.DefaultPositionUpdater
Adapts the currently investigated position to the replace operation.
add(DefaultUndoManager.TextCommand) - Method in class org.eclipse.jface.text.DefaultUndoManager.CompoundTextCommand
Adds a new individual command to this compound command.
addCommand(int, int, String, IDocumentListener) - Method in class org.eclipse.jface.text.DocumentCommand
Adds an additional replace command.
addDisposeListener(DisposeListener) - Method in class org.eclipse.jface.text.DefaultInformationControl
 
addDisposeListener(DisposeListener) - Method in interface org.eclipse.jface.text.IInformationControl
Adds the given listener to the list of dispose listeners.
addDocumentListener(IDocumentListener) - Method in class org.eclipse.jface.text.AbstractDocument
 
addDocumentListener(IDocumentListener) - Method in interface org.eclipse.jface.text.IDocument
Registers the document listener with the document.
addDocumentPartitioners(IDocument, Map) - Static method in class org.eclipse.jface.text.TextUtilities
Connects the given document with all document partitioners stored in the given map under their partitioning name.
addDocumentPartitioningListener(IDocumentPartitioningListener) - Method in class org.eclipse.jface.text.AbstractDocument
 
addDocumentPartitioningListener(IDocumentPartitioningListener) - Method in interface org.eclipse.jface.text.IDocument
Registers the document partitioning listener with the document.
addFocusListener(FocusListener) - Method in class org.eclipse.jface.text.DefaultInformationControl
 
addFocusListener(FocusListener) - Method in interface org.eclipse.jface.text.IInformationControl
Adds the given listener to the list of focus listeners.
addListeners() - Method in class org.eclipse.jface.text.DefaultUndoManager
Registers all necessary listeners with the text viewer.
addListeners() - Method in class org.eclipse.jface.text.PaintManager
Installs our listener set on the text viewer and the text widget, respectively.
addPainter(IPainter) - Method in interface org.eclipse.jface.text.ITextViewerExtension2
Adds the given painter to this viewer.
addPainter(IPainter) - Method in class org.eclipse.jface.text.PaintManager
Adds the given painter to the list of painters managed by this paint manager.
addPainter(IPainter) - Method in class org.eclipse.jface.text.TextViewer
Adds the given painter to this viewer.
addPosition(String, Position) - Method in class org.eclipse.jface.text.AbstractDocument
 
addPosition(Position) - Method in class org.eclipse.jface.text.AbstractDocument
 
addPosition(Position) - Method in interface org.eclipse.jface.text.IDocument
Adds the position to the document's default position category.
addPosition(String, Position) - Method in interface org.eclipse.jface.text.IDocument
Adds the position to the specified position category of the document.
addPositionCategory(String) - Method in class org.eclipse.jface.text.AbstractDocument
 
addPositionCategory(String) - Method in interface org.eclipse.jface.text.IDocument
Adds a new position category to the document.
addPositionUpdater(IPositionUpdater) - Method in class org.eclipse.jface.text.AbstractDocument
 
addPositionUpdater(IPositionUpdater) - Method in interface org.eclipse.jface.text.IDocument
Appends a new position updater to the document's list of position updaters.
addPostSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.jface.text.TextViewer
 
addPrenotifiedDocumentListener(IDocumentListener) - Method in class org.eclipse.jface.text.AbstractDocument
 
addPrenotifiedDocumentListener(IDocumentListener) - Method in interface org.eclipse.jface.text.IDocument
Adds the given document listener as one which is notified before those document listeners added with addDocumentListener are notified.
addPresentation(TextPresentation) - Method in class org.eclipse.jface.text.TextViewer
Adds the given presentation to the viewer's style information.
addStyleRange(StyleRange) - Method in class org.eclipse.jface.text.TextPresentation
Add the given range to the presentation.
addTextChangeListener(TextChangeListener) - Method in class org.eclipse.jface.text.DefaultDocumentAdapter
 
addTextInputListener(ITextInputListener) - Method in interface org.eclipse.jface.text.ITextViewer
Adds a text input listener to this viewer.
addTextInputListener(ITextInputListener) - Method in class org.eclipse.jface.text.TextViewer
 
addTextListener(ITextListener) - Method in interface org.eclipse.jface.text.ITextViewer
Adds a text listener to this viewer.
addTextListener(ITextListener) - Method in class org.eclipse.jface.text.TextViewer
 
addTextPresentationListener(ITextPresentationListener) - Method in interface org.eclipse.jface.text.ITextViewerExtension4
Adds the given text presentation listener to this text viewer.
addTextPresentationListener(ITextPresentationListener) - Method in class org.eclipse.jface.text.TextViewer
 
addViewportListener(IViewportListener) - Method in interface org.eclipse.jface.text.ITextViewer
Adds the given view port listener to this viewer.
addViewportListener(IViewportListener) - Method in class org.eclipse.jface.text.TextViewer
 
adjustGap(int, int) - Method in class org.eclipse.jface.text.GapTextStore
Adjusts the gap so that is at the right offset and capable of handling the addition of a specified number of characters without having to be shifted.
appendVerifyKeyListener(VerifyKeyListener) - Method in interface org.eclipse.jface.text.ITextViewerExtension
Appends a verify key listener to the viewer's list of verify key listeners.
appendVerifyKeyListener(VerifyKeyListener) - Method in class org.eclipse.jface.text.TextViewer
 
applyStyle(StyleRange, StyleRange, boolean) - Method in class org.eclipse.jface.text.TextPresentation
Applies the template's style to the target.
applyStyleRange(StyleRange, boolean) - Method in class org.eclipse.jface.text.TextPresentation
Applies the given range to this presentation.
applyStyleRanges(StyleRange[], boolean) - Method in class org.eclipse.jface.text.TextPresentation
Applies the given ranges to this presentation.
applyTextPresentation(TextPresentation) - Method in interface org.eclipse.jface.text.ITextPresentationListener
This method is called when a text presentation is about to be applied to the text viewer.
applyTextPresentation(TextPresentation, StyledText) - Static method in class org.eclipse.jface.text.TextPresentation
Applies the given presentation to the given text widget.
applyTextPresentation(TextPresentation) - Method in class org.eclipse.jface.text.TextViewer
Applies the given presentation to the given text widget.
areMultipleLinesSelected() - Method in class org.eclipse.jface.text.TextViewer
Returns true if one line is completely selected or if multiple lines are selected.
asRegPattern(String) - Method in class org.eclipse.jface.text.FindReplaceDocumentAdapter
Converts a non-regex string to a pattern that can be used with the regex search engine.
autoIndentAfterNewLine(IDocument, DocumentCommand) - Method in class org.eclipse.jface.text.DefaultAutoIndentStrategy
Copies the indentation of the previous line.

B

BORDER - Static variable in class org.eclipse.jface.text.DefaultInformationControl
Border thickness in pixels.
BadLocationException - exception org.eclipse.jface.text.BadLocationException.
Indicates the attempt to access a non-existing position.
BadLocationException() - Constructor for class org.eclipse.jface.text.BadLocationException
Creates a new bad location exception.
BadLocationException(String) - Constructor for class org.eclipse.jface.text.BadLocationException
Creates a new bad location exception.
BadPartitioningException - exception org.eclipse.jface.text.BadPartitioningException.
Represents the attempt to refer to a non-existing document partitioning.
BadPartitioningException() - Constructor for class org.eclipse.jface.text.BadPartitioningException
Creates a new bad partitioning exception.
BadPartitioningException(String) - Constructor for class org.eclipse.jface.text.BadPartitioningException
Creates a new bad partitioning exception.
BadPositionCategoryException - exception org.eclipse.jface.text.BadPositionCategoryException.
Indicates the attempt to access a non-existing position category in a document.
BadPositionCategoryException() - Constructor for class org.eclipse.jface.text.BadPositionCategoryException
Creates a new bad position category exception.
BadPositionCategoryException(String) - Constructor for class org.eclipse.jface.text.BadPositionCategoryException
Creates a new bad position category exception.
background - Variable in class org.eclipse.jface.text.TextAttribute
Background color
beginCompoundChange() - Method in class org.eclipse.jface.text.DefaultUndoManager
 
beginCompoundChange() - Method in interface org.eclipse.jface.text.IRewriteTarget
If an undo manager is connected to the document's visible presentation, this method tells the undo manager to fold all subsequent changes into one single undo command until endCompoundChange is called.
beginCompoundChange() - Method in interface org.eclipse.jface.text.IUndoManager
Signals the undo manager that all subsequent changes until endCompoundChange is called are to be undone in one piece.
beginCompoundChange() - Method in class org.eclipse.jface.text.TextViewer.RewriteTarget
 
beginSession() - Method in interface org.eclipse.jface.text.IFindReplaceTargetExtension
Indicates that a session with the target begins.
beginSession() - Method in class org.eclipse.jface.text.TextViewer.FindReplaceTarget
 

C

CONFIGURATION - Static variable in interface org.eclipse.jface.text.IPainter
Constant describing the reason of a repaint request: paint manager or painter configuration changed.
COPY - Static variable in interface org.eclipse.jface.text.ITextOperationTarget
Text operation code for copying the selected text to the clipboard.
CUT - Static variable in interface org.eclipse.jface.text.ITextOperationTarget
Text operation code for moving the selected text to the clipboard.
ConfigurableLineTracker - class org.eclipse.jface.text.ConfigurableLineTracker.
Standard implementation of a generic ILineTracker.
ConfigurableLineTracker(String[]) - Constructor for class org.eclipse.jface.text.ConfigurableLineTracker
Creates a standard line tracker for the given line delimiters.
CursorLinePainter - class org.eclipse.jface.text.CursorLinePainter.
A painter the draws the background of the caret line in a configured color.
CursorLinePainter(ITextViewer) - Constructor for class org.eclipse.jface.text.CursorLinePainter
Creates a new painter for the given source viewer.
canDoOperation(int) - Method in interface org.eclipse.jface.text.ITextOperationTarget
Returns whether the operation specified by the given operation code can be performed.
canDoOperation(int) - Method in class org.eclipse.jface.text.TextViewer
 
canPerformFind() - Method in interface org.eclipse.jface.text.IFindReplaceTarget
Returns whether a find operation can be performed.
canPerformFind() - Method in class org.eclipse.jface.text.TextViewer.FindReplaceTarget
 
canPerformFind() - Method in class org.eclipse.jface.text.TextViewer
Adheres to the contract of IFindReplaceTarget.canPerformFind() 55 .
canReplace(IInformationControlCreator) - Method in interface org.eclipse.jface.text.IInformationControlCreatorExtension
Tests whether this information control creator can replace the given information control creator.
canReuse(IInformationControl) - Method in interface org.eclipse.jface.text.IInformationControlCreatorExtension
Tests if an existing information control can be reused.
caretOffset - Variable in class org.eclipse.jface.text.DocumentCommand
The caret offset with respect to the document before the document command is executed.
changeTextPresentation(TextPresentation, boolean) - Method in interface org.eclipse.jface.text.ITextViewer
Applies the color information encoded in the given text presentation.
changeTextPresentation(TextPresentation, boolean) - Method in class org.eclipse.jface.text.TextViewer
 
charAt(int) - Method in class org.eclipse.jface.text.FindReplaceDocumentAdapter
 
checkConsistency(StyleRange) - Method in class org.eclipse.jface.text.TextPresentation
Checks whether the given range is a subrange of the presentation's default style range.
checkForDefault() - Method in class org.eclipse.jface.text.PropagatingFontFieldEditor
Deprecated. Checks whether this editor presents the default value "inherited" from the workbench rather than its own font.
clear() - Method in class org.eclipse.jface.text.TextPresentation
Clears this presentation by resetting all applied changes.
clear() - Method in class org.eclipse.jface.text.TextViewer.FindReplaceRange
Clears the highlighting of this range.
clone() - Method in class org.eclipse.jface.text.DefaultTextDoubleClickStrategy.DocumentCharacterIterator
 
cmdCounter - Variable in class org.eclipse.jface.text.DefaultUndoManager.PretendedUndoManagerState
The counter in the undo stack
commit() - Method in class org.eclipse.jface.text.DefaultUndoManager.CompoundTextCommand
 
commit() - Method in class org.eclipse.jface.text.DefaultUndoManager.TextCommand
Commits the current change into this command.
commit() - Method in class org.eclipse.jface.text.DefaultUndoManager
Closes the current editing command and opens a new one.
commit() - Method in class org.eclipse.jface.text.SequentialRewriteTextStore
Commits all buffered replace commands.
compareTo(Object) - Method in class org.eclipse.jface.text.DocumentCommand.Command
 
completeInitialization() - Method in class org.eclipse.jface.text.AbstractDocument
Initializes document listeners, positions, and position updaters.
computationCompleted() - Method in class org.eclipse.jface.text.AbstractHoverInformationControlManager.MouseTracker
Tells this tracker that the start function processing has been completed.
computeArea(IRegion) - Method in class org.eclipse.jface.text.TextViewerHoverManager
Determines graphical area covered by the given text region.
computeIndex() - Method in class org.eclipse.jface.text.TextPresentation.FilterIterator
Computes the index of the styled range that is the next to be enumerated.
computeIndexInCategory(String, int) - Method in class org.eclipse.jface.text.AbstractDocument
 
computeIndexInCategory(String, int) - Method in interface org.eclipse.jface.text.IDocument
Computes the index at which a Position with the specified offset would be inserted into the given category.
computeIndexInPositionList(List, int) - Method in class org.eclipse.jface.text.AbstractDocument
Computes the index in the list of positions at which a position with the given offset would be inserted.
computeInformation() - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Computes the information to be displayed and the area in which the computed information is valid.
computeInformation() - Method in class org.eclipse.jface.text.TextViewerHoverManager
Determines all necessary details and delegates the computation into a background thread.
computeInformationControlLocation(Rectangle, Point) - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Computes the location of the information control depending on the subject area and the size of the information control.
computeLocation(Rectangle, Point, AbstractInformationControlManager.Anchor) - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Computes the display location of the information control.
computeNumberOfLines(String) - Method in class org.eclipse.jface.text.AbstractDocument
 
computeNumberOfLines(String) - Method in class org.eclipse.jface.text.AbstractLineTracker
 
computeNumberOfLines(String) - Method in interface org.eclipse.jface.text.IDocument
Computes the number of lines in the given text.
computeNumberOfLines(String) - Method in interface org.eclipse.jface.text.ILineTracker
Computes the number of lines in the given text.
computeOffsetAtLocation(int, int) - Method in class org.eclipse.jface.text.TextViewerHoverManager
Computes the document offset underlying the given text widget coordinates.
computePartitionManagingCategories(IDocument) - Static method in class org.eclipse.jface.text.TextUtilities
Computes and returns the partition managing position categories for the given document or null if this was impossible.
computePartitioning(int, int) - Method in class org.eclipse.jface.text.AbstractDocument
 
computePartitioning(String, int, int, boolean) - Method in class org.eclipse.jface.text.AbstractDocument
 
computePartitioning(int, int) - Method in interface org.eclipse.jface.text.IDocument
Computes the partitioning of the given document range using the document's partitioner.
computePartitioning(String, int, int, boolean) - Method in interface org.eclipse.jface.text.IDocumentExtension3
Computes the partitioning of the given document range based on the given partitioning type.
computePartitioning(int, int) - Method in interface org.eclipse.jface.text.IDocumentPartitioner
Returns the partitioning of the given range of the connected document.
computePartitioning(int, int, boolean) - Method in interface org.eclipse.jface.text.IDocumentPartitionerExtension2
Returns the partitioning of the given range of the connected document.
computePartitioning(IDocument, String, int, int, boolean) - Static method in class org.eclipse.jface.text.TextUtilities
Computes and returns the partitioning for the given region of the given document for the given partitioning name.
computeSizeConstraints(Control, IInformationControl) - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Computes the size constraints of the information control in points based on the default font of the given subject control as well as the size constraints in character width.
computeSizeConstraints(Control, Rectangle, IInformationControl) - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Computes the size constraints of the information control in points.
computeSizeHint() - Method in class org.eclipse.jface.text.DefaultInformationControl
 
computeSizeHint() - Method in interface org.eclipse.jface.text.IInformationControl
Computes and returns a proposal for the size of this information control depending on the information to present.
computeTrim() - Method in class org.eclipse.jface.text.DefaultInformationControl
 
computeTrim() - Method in interface org.eclipse.jface.text.IInformationControlExtension3
Computes the trim for this control.
computeWidgetX() - Method in class org.eclipse.jface.text.MarginPainter
Computes and remembers the x-offset of the margin column for the current widget font.
connect(ITextViewer) - Method in class org.eclipse.jface.text.DefaultUndoManager
 
connect(IDocument) - Method in interface org.eclipse.jface.text.IDocumentPartitioner
Connects the partitioner to a document.
connect(ITextViewer) - Method in interface org.eclipse.jface.text.IUndoManager
Connects this undo manager to the given text viewer.
containsPosition(String, int, int) - Method in class org.eclipse.jface.text.AbstractDocument
 
containsPosition(String, int, int) - Method in interface org.eclipse.jface.text.IDocument
Determines whether a position described by the parameters is managed by this document.
containsPositionCategory(String) - Method in class org.eclipse.jface.text.AbstractDocument
 
containsPositionCategory(String) - Method in interface org.eclipse.jface.text.IDocument
Checks the presence of the specified position category.
controlMoved(ControlEvent) - Method in class org.eclipse.jface.text.AbstractHoverInformationControlManager.Closer
 
controlMoved(ControlEvent) - Method in class org.eclipse.jface.text.TextViewer.ViewportGuard
 
controlResized(ControlEvent) - Method in class org.eclipse.jface.text.AbstractHoverInformationControlManager.Closer
 
controlResized(ControlEvent) - Method in class org.eclipse.jface.text.TextViewer.ViewportGuard
 
copyMarkedRegion(boolean) - Method in class org.eclipse.jface.text.TextViewer
Copies/cuts the marked region.
createControl(Composite, int) - Method in class org.eclipse.jface.text.TextViewer
Creates the viewer's SWT control.
createCurrent() - Method in class org.eclipse.jface.text.DefaultUndoManager.CompoundTextCommand
 
createCurrent() - Method in class org.eclipse.jface.text.DefaultUndoManager.TextCommand
Creates a new uncommitted text command depending on whether a compound change is currently being executed.
createDocumentAdapter() - Method in class org.eclipse.jface.text.TextViewer
Factory method to create the document adapter to be used by this viewer.
createInformationControl(Shell) - Method in interface org.eclipse.jface.text.IInformationControlCreator
Creates a new information control with the given shell as the control's parent.
createLines(String, int, int) - Method in class org.eclipse.jface.text.AbstractLineTracker
Creates the line structure for the given text.
createMasterSlaveMapping(IDocument) - Method in interface org.eclipse.jface.text.ISlaveDocumentManager
Creates a new document information mapping between the given slave document and its master document.
createSlaveDocument(IDocument) - Method in interface org.eclipse.jface.text.ISlaveDocumentManager
Creates a new slave document for the given master document.
createSlaveDocument(IDocument) - Method in class org.eclipse.jface.text.TextViewer
Creates a slave document for the given document if there is a slave document manager associated with this viewer.
createSlaveDocumentManager() - Method in class org.eclipse.jface.text.TextViewer
Creates a new slave document manager.
createTextWidget(Composite, int) - Method in class org.eclipse.jface.text.TextViewer
Factory method to create the text widget to be used as the viewer's text widget.
createWindowRelativeRange(IRegion, StyleRange) - Method in class org.eclipse.jface.text.TextPresentation
Returns a style range which is relative to the specified window and appropriately clipped if necessary.
createWindowRelativeRegion(IRegion) - Method in class org.eclipse.jface.text.TextPresentation
Returns the region which is relative to the specified window and appropriately clipped if necessary.
current() - Method in class org.eclipse.jface.text.DefaultTextDoubleClickStrategy.DocumentCharacterIterator
 
customizeDocumentCommand(IDocument, DocumentCommand) - Method in class org.eclipse.jface.text.DefaultAutoIndentStrategy
 
customizeDocumentCommand(IDocument, DocumentCommand) - Method in interface org.eclipse.jface.text.IAutoEditStrategy
Allows the strategy to manipulate the document command.
customizeDocumentCommand(DocumentCommand) - Method in class org.eclipse.jface.text.TextViewer
Hook called on receipt of a VerifyEvent.

D

DEFAULT_CATEGORY - Static variable in interface org.eclipse.jface.text.IDocument
The identifier of the default position category.
DEFAULT_CONTENT_TYPE - Static variable in interface org.eclipse.jface.text.IDocument
The identifier of the default partition content type.
DEFAULT_HOVER_STATE_MASK - Static variable in interface org.eclipse.jface.text.ITextViewerExtension2
The state mask of the default hover (value 0xff).
DEFAULT_PARTITIONING - Static variable in interface org.eclipse.jface.text.IDocumentExtension3
The identifier of the default partitioning.
DELETE - Static variable in interface org.eclipse.jface.text.ITextOperationTarget
Text operation code for deleting the selected text or if selection is empty the character at the right of the current position.
DELIMITERS - Static variable in class org.eclipse.jface.text.DefaultLineTracker
The predefined delimiters of this tracker
DELIMITERS - Static variable in class org.eclipse.jface.text.TextUtilities
Default line delimiters used by the text functions of this class.
DefaultAutoIndentStrategy - class org.eclipse.jface.text.DefaultAutoIndentStrategy.
Default implementation of IAutoIndentStrategy.
DefaultAutoIndentStrategy() - Constructor for class org.eclipse.jface.text.DefaultAutoIndentStrategy
Creates a new default auto indent strategy which can be installed on text viewers.
DefaultDocumentAdapter - class org.eclipse.jface.text.DefaultDocumentAdapter.
Default implementation of IDocumentAdapter.
DefaultDocumentAdapter() - Constructor for class org.eclipse.jface.text.DefaultDocumentAdapter
Creates a new document adapter which is initially not connected to any document.
DefaultInformationControl - class org.eclipse.jface.text.DefaultInformationControl.
Default implementation of IInformationControl.
DefaultInformationControl(Shell, int, int, DefaultInformationControl.IInformationPresenter) - Constructor for class org.eclipse.jface.text.DefaultInformationControl
Creates a default information control with the given shell as parent.
DefaultInformationControl(Shell, int, int, DefaultInformationControl.IInformationPresenter, String) - Constructor for class org.eclipse.jface.text.DefaultInformationControl
Creates a default information control with the given shell as parent.
DefaultInformationControl(Shell, int, DefaultInformationControl.IInformationPresenter) - Constructor for class org.eclipse.jface.text.DefaultInformationControl
Creates a default information control with the given shell as parent.
DefaultInformationControl(Shell, int, DefaultInformationControl.IInformationPresenter, String) - Constructor for class org.eclipse.jface.text.DefaultInformationControl
Creates a default information control with the given shell as parent.
DefaultInformationControl(Shell) - Constructor for class org.eclipse.jface.text.DefaultInformationControl
Creates a default information control with the given shell as parent.
DefaultInformationControl(Shell, DefaultInformationControl.IInformationPresenter) - Constructor for class org.eclipse.jface.text.DefaultInformationControl
Creates a default information control with the given shell as parent.
DefaultInformationControl.IInformationPresenter - interface org.eclipse.jface.text.DefaultInformationControl.IInformationPresenter.
An information presenter determines the style presentation of information displayed in the default information control.
DefaultLineTracker - class org.eclipse.jface.text.DefaultLineTracker.
Standard implementation of ILineTracker.
DefaultLineTracker() - Constructor for class org.eclipse.jface.text.DefaultLineTracker
Creates a standard line tracker.
DefaultPositionUpdater - class org.eclipse.jface.text.DefaultPositionUpdater.
Default implementation of IPositionUpdater.
DefaultPositionUpdater(String) - Constructor for class org.eclipse.jface.text.DefaultPositionUpdater
Creates a new default position updater for the given category.
DefaultTextDoubleClickStrategy - class org.eclipse.jface.text.DefaultTextDoubleClickStrategy.
Standard implementation of ITextDoubleClickStrategy.
DefaultTextDoubleClickStrategy() - Constructor for class org.eclipse.jface.text.DefaultTextDoubleClickStrategy
Creates a new default text double click strategy.
DefaultTextDoubleClickStrategy.DocumentCharacterIterator - class org.eclipse.jface.text.DefaultTextDoubleClickStrategy.DocumentCharacterIterator.
Implements a character iterator that works directly on instances of IDocument.
DefaultTextDoubleClickStrategy.DocumentCharacterIterator() - Constructor for class org.eclipse.jface.text.DefaultTextDoubleClickStrategy.DocumentCharacterIterator
Creates a new document iterator.
DefaultUndoManager - class org.eclipse.jface.text.DefaultUndoManager.
Standard implementation of IUndoManager.
DefaultUndoManager(int) - Constructor for class org.eclipse.jface.text.DefaultUndoManager
Creates a new undo manager who remembers the specified number of edit commands.
DefaultUndoManager.CompoundTextCommand - class org.eclipse.jface.text.DefaultUndoManager.CompoundTextCommand.
Represents an undo-able edit command consisting of several individual edit commands.
DefaultUndoManager.CompoundTextCommand() - Constructor for class org.eclipse.jface.text.DefaultUndoManager.CompoundTextCommand
 
DefaultUndoManager.DocumentListener - class org.eclipse.jface.text.DefaultUndoManager.DocumentListener.
Internal listener to document changes.
DefaultUndoManager.DocumentListener() - Constructor for class org.eclipse.jface.text.DefaultUndoManager.DocumentListener
 
DefaultUndoManager.KeyAndMouseListener - class org.eclipse.jface.text.DefaultUndoManager.KeyAndMouseListener.
Internal listener to mouse and key events.
DefaultUndoManager.KeyAndMouseListener() - Constructor for class org.eclipse.jface.text.DefaultUndoManager.KeyAndMouseListener
 
DefaultUndoManager.PretendedUndoManagerState - class org.eclipse.jface.text.DefaultUndoManager.PretendedUndoManagerState.
Represents pretended UndoManager state.
DefaultUndoManager.PretendedUndoManagerState() - Constructor for class org.eclipse.jface.text.DefaultUndoManager.PretendedUndoManagerState
 
DefaultUndoManager.TextCommand - class org.eclipse.jface.text.DefaultUndoManager.TextCommand.
Represents an undo-able edit command.
DefaultUndoManager.TextCommand() - Constructor for class org.eclipse.jface.text.DefaultUndoManager.TextCommand
 
DefaultUndoManager.TextInputListener - class org.eclipse.jface.text.DefaultUndoManager.TextInputListener.
Internal text input listener.
DefaultUndoManager.TextInputListener() - Constructor for class org.eclipse.jface.text.DefaultUndoManager.TextInputListener
 
Document - class org.eclipse.jface.text.Document.
Default document implementation.
Document() - Constructor for class org.eclipse.jface.text.Document
Creates a new empty document.
Document(String) - Constructor for class org.eclipse.jface.text.Document
Creates a new document with the given initial content.
DocumentClone - class org.eclipse.jface.text.DocumentClone.
An IDocument that is a read-only clone of another document.
DocumentClone(String, String[]) - Constructor for class org.eclipse.jface.text.DocumentClone
Creates a new document clone with the given content.
DocumentClone.StringTextStore - class org.eclipse.jface.text.DocumentClone.StringTextStore.
 
DocumentClone.StringTextStore(String) - Constructor for class org.eclipse.jface.text.DocumentClone.StringTextStore
Creates a new string text store with the given content.
DocumentCommand - class org.eclipse.jface.text.DocumentCommand.
Represents a text modification as a document replace command.
DocumentCommand() - Constructor for class org.eclipse.jface.text.DocumentCommand
Creates a new document command.
DocumentCommand.Command - class org.eclipse.jface.text.DocumentCommand.Command.
A command which is added to document commands.
DocumentCommand.Command(int, int, String, IDocumentListener) - Constructor for class org.eclipse.jface.text.DocumentCommand.Command
Creates a new command with the given specification.
DocumentCommand.CommandIterator - class org.eclipse.jface.text.DocumentCommand.CommandIterator.
A command iterator.
DocumentCommand.CommandIterator(List, DocumentCommand.Command, boolean) - Constructor for class org.eclipse.jface.text.DocumentCommand.CommandIterator
Creates a command iterator.
DocumentCommand.ReverseListIterator - class org.eclipse.jface.text.DocumentCommand.ReverseListIterator.
An iterator, which iterates in reverse over a list.
DocumentCommand.ReverseListIterator(ListIterator) - Constructor for class org.eclipse.jface.text.DocumentCommand.ReverseListIterator
Creates a reverse list iterator.
DocumentEvent - class org.eclipse.jface.text.DocumentEvent.
Specification of changes applied to documents.
DocumentEvent(IDocument, int, int, String) - Constructor for class org.eclipse.jface.text.DocumentEvent
Creates a new document event.
DocumentEvent() - Constructor for class org.eclipse.jface.text.DocumentEvent
Creates a new, not initialized document event.
DocumentPartitioningChangedEvent - class org.eclipse.jface.text.DocumentPartitioningChangedEvent.
Event describing the change of document partitionings.
DocumentPartitioningChangedEvent(IDocument) - Constructor for class org.eclipse.jface.text.DocumentPartitioningChangedEvent
Creates a new document partitioning changed event for the given document.
deactivate() - Method in class org.eclipse.jface.text.AbstractHoverInformationControlManager.MouseTracker
Deactivates this tracker's restart function and enables the information control manager.
deactivate(boolean) - Method in class org.eclipse.jface.text.CursorLinePainter
 
deactivate(boolean) - Method in interface org.eclipse.jface.text.IPainter
Deactivates this painter.
deactivate(boolean) - Method in class org.eclipse.jface.text.MarginPainter
 
delete() - Method in class org.eclipse.jface.text.Position
Marks this position as deleted.
deleteText() - Method in class org.eclipse.jface.text.TextViewer
Deprecated. use StyledText.invokeAction instead
delimiter - Variable in class org.eclipse.jface.text.AbstractLineTracker.DelimiterInfo
 
delimiter - Variable in class org.eclipse.jface.text.Line
The delimiter of this line
delimiterIndex - Variable in class org.eclipse.jface.text.AbstractLineTracker.DelimiterInfo
 
delimiterLength - Variable in class org.eclipse.jface.text.AbstractLineTracker.DelimiterInfo
 
determineLineDelimiter(String, String) - Static method in class org.eclipse.jface.text.TextUtilities
Determines which one of default line delimiters appears first in the list.
disableRedrawing() - Method in class org.eclipse.jface.text.TextViewer
Disables the redrawing of this text viewer.
disconnect() - Method in class org.eclipse.jface.text.DefaultUndoManager
 
disconnect() - Method in interface org.eclipse.jface.text.IDocumentPartitioner
Disconnects the partitioner from the document it is connected to.
disconnect() - Method in interface org.eclipse.jface.text.IUndoManager
Disconnects this undo manager from its text viewer.
dispose() - Method in class org.eclipse.jface.text.AbstractHoverInformationControlManager
Disposes this manager's information control.
dispose() - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Disposes this manager and if necessary all dependent parts such as the information control.
dispose() - Method in class org.eclipse.jface.text.CursorLinePainter
 
dispose() - Method in class org.eclipse.jface.text.DefaultInformationControl
 
dispose() - Method in interface org.eclipse.jface.text.IInformationControl
Disposes this information control.
dispose() - Method in interface org.eclipse.jface.text.IPainter
Disposes this painter.
dispose() - Method in class org.eclipse.jface.text.MarginPainter
 
dispose() - Method in class org.eclipse.jface.text.PaintManager.PositionManager
Disposes this position manager.
dispose() - Method in class org.eclipse.jface.text.PaintManager
Disposes this paint manager.
dispose() - Method in class org.eclipse.jface.text.SequentialRewriteTextStore
Disposes this rewrite store.
dispose() - Method in class org.eclipse.jface.text.TextViewerHoverManager
 
disposeInformationControl() - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Disposes this manager's information control.
doFireDocumentChanged(DocumentEvent) - Method in class org.eclipse.jface.text.AbstractDocument
Notifies all listeners about the given document change.
doFireDocumentChanged(DocumentEvent, boolean, IRegion) - Method in class org.eclipse.jface.text.AbstractDocument
Deprecated. as of 3.0. Use doFireDocumentChanged2(DocumentEvent) instead; this method will be removed.
doFireDocumentChanged2(DocumentEvent) - Method in class org.eclipse.jface.text.AbstractDocument
Notifies all listeners about the given document change.
doGetLine(IDocument, int) - Method in class org.eclipse.jface.text.DefaultDocumentAdapter
Returns the line for the given line number.
doLoad() - Method in class org.eclipse.jface.text.PropagatingFontFieldEditor
Deprecated.  
doLoadDefault() - Method in class org.eclipse.jface.text.PropagatingFontFieldEditor
Deprecated.  
doOperation(int) - Method in interface org.eclipse.jface.text.ITextOperationTarget
Performs the operation specified by the operation code on the target.
doOperation(int) - Method in class org.eclipse.jface.text.TextViewer
 
doPresentInformation() - Method in class org.eclipse.jface.text.TextViewerHoverManager
 
doShowInformation() - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Computes information to be displayed as well as the subject area and initiates that this information is presented in the information control.
documentAboutToBeChanged(DocumentEvent) - Method in class org.eclipse.jface.text.DefaultDocumentAdapter
 
documentAboutToBeChanged(DocumentEvent) - Method in class org.eclipse.jface.text.DefaultUndoManager.DocumentListener
 
documentAboutToBeChanged(DocumentEvent) - Method in interface org.eclipse.jface.text.IDocumentListener
The manipulation described by the document event will be performed.
documentAboutToBeChanged(DocumentEvent) - Method in interface org.eclipse.jface.text.IDocumentPartitioner
Informs about a forthcoming document change.
documentAboutToBeChanged(DocumentEvent) - Method in class org.eclipse.jface.text.TextViewer.VisibleDocumentListener
 
documentChanged(DocumentEvent) - Method in class org.eclipse.jface.text.DefaultDocumentAdapter
 
documentChanged(DocumentEvent) - Method in class org.eclipse.jface.text.DefaultUndoManager.DocumentListener
 
documentChanged(DocumentEvent) - Method in interface org.eclipse.jface.text.IDocumentListener
The manipulation described by the document event has been performed.
documentChanged(DocumentEvent) - Method in interface org.eclipse.jface.text.IDocumentPartitioner
The document has been changed.
documentChanged(DocumentEvent) - Method in class org.eclipse.jface.text.TextViewer.VisibleDocumentListener
 
documentChanged2(DocumentEvent) - Method in interface org.eclipse.jface.text.IDocumentPartitionerExtension
The document has been changed.
documentPartitioningChanged(IDocument) - Method in interface org.eclipse.jface.text.IDocumentPartitioningListener
The partitioning of the given document changed.
documentPartitioningChanged(IDocument, IRegion) - Method in interface org.eclipse.jface.text.IDocumentPartitioningListenerExtension
The partitioning of the given document changed in the given region.
documentPartitioningChanged(DocumentPartitioningChangedEvent) - Method in interface org.eclipse.jface.text.IDocumentPartitioningListenerExtension2
Signals the change of document partitionings.
doit - Variable in class org.eclipse.jface.text.DocumentCommand
Must the command be updated
doubleClicked(ITextViewer) - Method in class org.eclipse.jface.text.DefaultTextDoubleClickStrategy
 
doubleClicked(ITextViewer) - Method in interface org.eclipse.jface.text.ITextDoubleClickStrategy
The mouse has been double clicked on the given text viewer.
drawHighlightLine(Position) - Method in class org.eclipse.jface.text.CursorLinePainter
Assumes the given position to specify offset and length of a line to be painted.

E

EPSILON - Static variable in class org.eclipse.jface.text.AbstractHoverInformationControlManager.MouseTracker
Margin around the original hover event location for computing the hover area.
emptySelection() - Static method in class org.eclipse.jface.text.TextSelection
Returns a shared instance of an empty text selection.
enableOperation(int, boolean) - Method in interface org.eclipse.jface.text.ITe