Package | Description |
---|---|
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.
|
org.eclipse.ui.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
Modifier and Type | Class and Description |
---|---|
protected class |
FileDocumentProvider.FileInfo
Bundle of all required information to allow files as underlying document resources.
|
protected class |
StorageDocumentProvider.StorageInfo
Bundle of all required information to allow
IStorage as underlying document resources. |
Modifier and Type | Method and Description |
---|---|
protected AbstractDocumentProvider.ElementInfo |
StorageDocumentProvider.createElementInfo(Object element) |
protected AbstractDocumentProvider.ElementInfo |
FileDocumentProvider.createElementInfo(Object element) |
protected AbstractDocumentProvider.ElementInfo |
FileDocumentProvider.getElementInfo(Object element) |
Modifier and Type | Method and Description |
---|---|
protected void |
FileDocumentProvider.disposeElementInfo(Object element,
AbstractDocumentProvider.ElementInfo info) |
Modifier and Type | Method and Description |
---|---|
protected AbstractDocumentProvider.ElementInfo |
AbstractDocumentProvider.createElementInfo(Object element)
Creates a new element info object for the given element.
|
protected AbstractDocumentProvider.ElementInfo |
AbstractDocumentProvider.getElementInfo(Object element)
Returns the element info object for the given element.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDocumentProvider.addUnchangedElementListeners(Object element,
AbstractDocumentProvider.ElementInfo info)
Called on initial creation and when the dirty state of the element
changes to
false . |
protected void |
AbstractDocumentProvider.disposeElementInfo(Object element,
AbstractDocumentProvider.ElementInfo info)
Disposes of the given element info object.
|
protected void |
AbstractDocumentProvider.removeUnchangedElementListeners(Object element,
AbstractDocumentProvider.ElementInfo info)
Called when the given element gets dirty.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.