|
Uses of Interface org.eclipse.ui.texteditor.ITextEditor
Classes in
org.eclipse.ui.texteditor that implement
ITextEditor
|
class
|
AbstractDecoratedTextEditor
An intermediate editor comprising functionality not present in the leaner AbstractTextEditor ,
but used in many heavy weight (and especially source editing) editors, such as line numbers,
change ruler, overview ruler, print margins, current line highlighting, etc. |
class
|
AbstractTextEditor
Abstract base implementation of a text editor. |
class
|
StatusTextEditor
Capable of handling input elements that have an associated status with them. |
Constructors in
org.eclipse.ui.texteditor with parameters of type
ITextEditor
|
AbstractTextEditor.TextEditorSavable
(
ITextEditor textEditor)
Creates a new savable for this text editor. |
AddMarkerAction
(
ResourceBundle bundle,
String prefix,
ITextEditor textEditor,
String markerType,
boolean askForLabel)
Creates a new action for the given text editor. |
AddTaskAction
(
ResourceBundle bundle,
String prefix,
ITextEditor editor)
Creates a new action for the given text editor. |
ChangeEncodingAction
(
ITextEditor editor)
Creates a new action for the given text editor. |
ChangeEncodingAction
(
ResourceBundle bundle,
String prefix,
ITextEditor editor)
Creates a new action for the given text editor. |
ContentAssistAction
(
ResourceBundle bundle,
String prefix,
ITextEditor editor)
Creates and initializes the action for the given text editor. |
ConvertLineDelimitersAction
(
ITextEditor editor,
String lineDelimiter)
Deprecated. Creates a line delimiter conversion action. |
ConvertLineDelimitersAction
(
ResourceBundle bundle,
String prefix,
ITextEditor editor,
String lineDelimiter)
Deprecated. Creates a line delimiter conversion action. |
DeleteLineAction
(
ITextEditor editor,
int type,
boolean copyToClipboard)
Creates a line deletion action. |
DeleteLineAction
(
ResourceBundle bundle,
String prefix,
ITextEditor editor,
int type)
Creates a line deletion action. |
DeleteLineAction
(
ResourceBundle bundle,
String prefix,
ITextEditor editor,
int type,
boolean copyToClipboard)
Creates a line deletion action. |
GotoAnnotationAction
(
ITextEditor editor,
boolean forward)
Creates a new action for the given text editor. |
GotoAnnotationAction
(
ResourceBundle bundle,
String prefix,
ITextEditor editor,
boolean forward)
Creates a new action for the given text editor. |
GotoLineAction
(
ITextEditor editor)
Creates a new action for the given text editor. |
GotoLineAction
(
ResourceBundle bundle,
String prefix,
ITextEditor editor)
Creates a new action for the given text editor. |
InsertLineAction
(
ResourceBundle bundle,
String prefix,
ITextEditor textEditor,
boolean above)
Creates a new smart enter action. |
JoinLinesAction
(
ResourceBundle bundle,
String prefix,
ITextEditor editor,
String joint)
Creates a line joining action. |
MarkAction
(
ResourceBundle bundle,
String prefix,
ITextEditor editor,
int type)
Constructor for MarkAction. |
MarkerRulerAction
(
ResourceBundle bundle,
String prefix,
ITextEditor editor,
IVerticalRulerInfo ruler,
String markerType,
boolean askForLabel)
Creates a new action for the given ruler and editor. |
MarkerRulerAction
(
ResourceBundle bundle,
String prefix,
IVerticalRuler ruler,
ITextEditor editor,
String markerType,
boolean askForLabel)
Deprecated. use MarkerRulerAction(ResourceBundle, String, ITextEditor, IVerticalRulerInfo, String, boolean) instead
|
MarkerRulerInfoAction
(
ResourceBundle bundle,
String prefix,
IVerticalRulerInfo ruler,
ITextEditor editor,
String markerType,
boolean askForLabel)
Deprecated. use super class constructor instead
|
MoveLinesAction
(
ResourceBundle bundle,
String prefix,
ITextEditor editor,
ITextViewer textViewer,
boolean upwards,
boolean copy)
Creates and initializes the action for the given text editor. |
RecenterAction
(
ResourceBundle bundle,
String prefix,
ITextEditor editor)
Creates a new action for the given text editor. |
RevertToSavedAction
(
ResourceBundle bundle,
String prefix,
ITextEditor editor)
Creates a new action for the given text editor. |
SaveAction
(
ResourceBundle bundle,
String prefix,
ITextEditor editor)
Deprecated. Creates a new action for the given text editor. |
SelectAnnotationRulerAction
(
ResourceBundle bundle,
String prefix,
ITextEditor editor)
Creates a new action for the given ruler and editor. |
SelectMarkerRulerAction
(
ResourceBundle bundle,
String prefix,
ITextEditor editor,
IVerticalRulerInfo ruler)
Creates a new action for the given ruler and editor. |
SelectMarkerRulerAction
(
ResourceBundle bundle,
String prefix,
IVerticalRuler ruler,
ITextEditor editor)
Deprecated. As of 3.0, replaced by
SelectMarkerRulerAction.SelectMarkerRulerAction(ResourceBundle, String, ITextEditor, IVerticalRulerInfo)
|
SelectMarkerRulerInfoAction
(
ResourceBundle bundle,
String prefix,
IVerticalRulerInfo ruler,
ITextEditor editor)
Deprecated. As of 2.1 replaced by
SelectMarkerRulerAction.SelectMarkerRulerAction(ResourceBundle, String, ITextEditor, IVerticalRulerInfo)
|
ShiftAction
(
ResourceBundle bundle,
String prefix,
ITextEditor editor,
int operationCode)
Creates and initializes the action for the given text editor and operation
code. |
ShowWhitespaceCharactersAction
(
ResourceBundle resourceBundle,
String prefix,
ITextEditor editor,
IPreferenceStore store)
Construct the action and initialize its state. |
TextEditorAction
(
ResourceBundle bundle,
String prefix,
ITextEditor editor)
Creates and initializes the action for the given text editor. |
TextEditorAction
(
ResourceBundle bundle,
String prefix,
ITextEditor editor,
int style)
Creates and initializes the action for the given text editor. |
TextOperationAction
(
ResourceBundle bundle,
String prefix,
ITextEditor editor,
int operationCode)
Creates and initializes the action for the given text editor and operation
code. |
TextOperationAction
(
ResourceBundle bundle,
String prefix,
ITextEditor editor,
int operationCode,
boolean runsOnReadOnly)
Creates and initializes the action for the given text editor and operation
code. |
TextSelectionNavigationLocation
(
ITextEditor part,
boolean initialize)
Creates a new text selection navigation location. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|