Package | Description |
---|---|
org.eclipse.core.filebuffers.manipulation |
Provides the API for manipulating file buffers.
|
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 |
ConvertLineDelimitersOperation
A text file buffer operation that changes the line delimiters to a specified
line delimiter.
|
class |
RemoveTrailingWhitespaceOperation
A text file buffer operation that removes all trailing whitespace.
|
class |
TextFileBufferOperation
Abstraction for a file buffer operation that works on text file buffers.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericFileBufferOperationRunner.execute(IPath[] locations,
IFileBufferOperation operation,
IProgressMonitor monitor)
Executes the given operation for all file buffers specified by the given locations.
|
Modifier and Type | Field and Description |
---|---|
protected IFileBufferOperation |
FileBufferOperationAction.fFileBufferOperation |
Modifier and Type | Method and Description |
---|---|
protected void |
FileBufferOperationAction.doRun(IFile[] files,
IPath location,
IFileBufferOperation fileBufferOperation) |
protected void |
FileBufferOperationHandler.doRun(IFile[] files,
IPath location,
IFileBufferOperation fileBufferOperation)
Runs the given operation.
|
Constructor and Description |
---|
FileBufferOperationAction(IFileBufferOperation fileBufferOperation) |
FileBufferOperationHandler(IFileBufferOperation fileBufferOperation)
Creates a new file buffer operation handler.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.