Package | Description |
---|---|
org.eclipse.jface.text |
Provides a framework for creating and manipulating text documents.
|
org.eclipse.jface.text.source |
Provides a framework for connecting document regions
with annotations and for displaying those.
|
org.eclipse.ui.editors.text |
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultUndoManager
Deprecated.
As of 3.2, replaced by
TextViewerUndoManager |
class |
TextViewerUndoManager
Implementation of
IUndoManager using the shared
document undo manager. |
Modifier and Type | Field and Description |
---|---|
protected IUndoManager |
TextViewer.fUndoManager
The text viewer's undo manager
|
Modifier and Type | Method and Description |
---|---|
IUndoManager |
TextViewer.getUndoManager() |
IUndoManager |
ITextViewerExtension6.getUndoManager()
Returns this viewer's undo manager.
|
Modifier and Type | Method and Description |
---|---|
void |
TextViewer.setUndoManager(IUndoManager undoManager) |
void |
ITextViewer.setUndoManager(IUndoManager undoManager)
Sets this viewer's undo manager.
|
Modifier and Type | Method and Description |
---|---|
IUndoManager |
SourceViewerConfiguration.getUndoManager(ISourceViewer sourceViewer)
Returns the undo manager for the given source viewer.
|
Modifier and Type | Method and Description |
---|---|
IUndoManager |
TextSourceViewerConfiguration.getUndoManager(ISourceViewer sourceViewer) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.