Uses of Interface
org.eclipse.ui.texteditor.ITextEditor
-
Packages that use ITextEditor Package Description org.eclipse.debug.ui.actions Provides a set of actions related to running and debugging applications.org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers basedIFileBufferand others directly handlingIFileandIStorageas editor input.org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules.org.eclipse.ui.texteditor.quickdiff Provides interfaces to for theorg.eclipse.ui.editors.quickDiffReferenceProviderextension point and adds an action to enable quick diff display for an editor.org.eclipse.ui.texteditor.rulers Provides interfaces and classes for theorg.eclipse.ui.workbench.texteditor.rulerColumns.org.eclipse.ui.texteditor.spelling Partial infrastructure for spell checking in text editors.org.eclipse.ui.texteditor.templates Application programming interfaces for interaction with the Eclipse text editor template support. -
-
Uses of ITextEditor in org.eclipse.debug.ui.actions
Methods in org.eclipse.debug.ui.actions that return ITextEditor Modifier and Type Method Description protected ITextEditorRulerBreakpointAction. getEditor()Returns the editor this action was created for.Methods in org.eclipse.debug.ui.actions with parameters of type ITextEditor Modifier and Type Method Description protected IActionRulerEnableDisableBreakpointActionDelegate. createAction(ITextEditor editor, IVerticalRulerInfo rulerInfo)protected IActionRulerRunToLineActionDelegate. createAction(ITextEditor editor, IVerticalRulerInfo rulerInfo)protected IActionRulerToggleBreakpointActionDelegate. createAction(ITextEditor editor, IVerticalRulerInfo rulerInfo)Constructors in org.eclipse.debug.ui.actions with parameters of type ITextEditor Constructor Description RulerBreakpointAction(ITextEditor editor, IVerticalRulerInfo info)Constructs an action to work on breakpoints in the specified text editor with the specified vertical ruler information. -
Uses of ITextEditor in org.eclipse.ui.editors.text
Classes in org.eclipse.ui.editors.text that implement ITextEditor Modifier and Type Class Description classTextEditorThe standard/default text editor.Methods in org.eclipse.ui.editors.text with parameters of type ITextEditor Modifier and Type Method Description voidEncodingActionGroup. retarget(ITextEditor editor)Deprecated.Retargets this action group to the given editor.Constructors in org.eclipse.ui.editors.text with parameters of type ITextEditor Constructor Description EncodingActionGroup(ITextEditor editor)Deprecated.Creates a new encoding action group for the given editor. -
Uses of ITextEditor in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement ITextEditor Modifier and Type Class Description classAbstractDecoratedTextEditorAn intermediate editor comprising functionality not present in the leanerAbstractTextEditor, 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.classAbstractTextEditorAbstract base implementation of a text editor.classStatusTextEditorCapable of handling input elements that have an associated status with them.Methods in org.eclipse.ui.texteditor that return ITextEditor Modifier and Type Method Description protected ITextEditorMarkerRulerAction. getTextEditor()Returns this action's text editor.protected ITextEditorTextEditorAction. getTextEditor()Returns the action's text editor.Methods in org.eclipse.ui.texteditor with parameters of type ITextEditor Modifier and Type Method Description protected abstract IActionAbstractRulerActionDelegate. createAction(ITextEditor editor, IVerticalRulerInfo rulerInfo)The factory method creating the underlying action.protected IActionBookmarkRulerAction. createAction(ITextEditor editor, IVerticalRulerInfo rulerInfo)protected IActionSelectRulerAction. createAction(ITextEditor editor, IVerticalRulerInfo rulerInfo)protected IActionTaskRulerAction. createAction(ITextEditor editor, IVerticalRulerInfo rulerInfo)protected IActionBasicTextEditorActionContributor. getAction(ITextEditor editor, String actionId)Returns the action registered with the given text editor.voidContentAssistAction. setEditor(ITextEditor editor)voidGotoAnnotationAction. setEditor(ITextEditor editor)voidMoveLinesAction. setEditor(ITextEditor editor)voidSelectAnnotationRulerAction. setEditor(ITextEditor editor)voidShiftAction. setEditor(ITextEditor editor)voidTextEditorAction. setEditor(ITextEditor editor)Retargets this action to the given editor.voidTextOperationAction. setEditor(ITextEditor editor)Constructors in org.eclipse.ui.texteditor with parameters of type ITextEditor Constructor Description 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(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.ContentAssistAction(ResourceBundle bundle, String prefix, ITextEditor editor)Creates and initializes the action for the given text editor.ConvertLineDelimitersAction(ResourceBundle bundle, String prefix, ITextEditor editor, String lineDelimiter)Deprecated.Creates a line delimiter conversion action.ConvertLineDelimitersAction(ITextEditor editor, String lineDelimiter)Deprecated.Creates a line delimiter conversion 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.DeleteLineAction(ITextEditor editor, int type, boolean copyToClipboard)Creates a line deletion action.GotoAnnotationAction(ResourceBundle bundle, String prefix, ITextEditor editor, boolean forward)Creates a new action for the given text editor.GotoAnnotationAction(ITextEditor editor, boolean forward)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.GotoLineAction(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, IVerticalRuler ruler, ITextEditor editor, String markerType, boolean askForLabel)Deprecated.useMarkerRulerAction(ResourceBundle, String, ITextEditor, IVerticalRulerInfo, String, boolean)insteadMarkerRulerAction(ResourceBundle bundle, String prefix, ITextEditor editor, IVerticalRulerInfo ruler, String markerType, boolean askForLabel)Creates a new action for the given ruler and editor.MarkerRulerInfoAction(ResourceBundle bundle, String prefix, IVerticalRulerInfo ruler, ITextEditor editor, String markerType, boolean askForLabel)Deprecated.use super class constructor insteadMoveLinesAction(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, IVerticalRuler ruler, ITextEditor editor)Deprecated.As of 3.0, replaced bySelectMarkerRulerAction(ResourceBundle, String, ITextEditor, IVerticalRulerInfo)SelectMarkerRulerAction(ResourceBundle bundle, String prefix, ITextEditor editor, IVerticalRulerInfo ruler)Creates a new action for the given ruler and editor.SelectMarkerRulerInfoAction(ResourceBundle bundle, String prefix, IVerticalRulerInfo ruler, ITextEditor editor)Deprecated.As of 2.1 replaced bySelectMarkerRulerAction(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.TextEditorSavable(ITextEditor textEditor)Creates a new savable for this 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. -
Uses of ITextEditor in org.eclipse.ui.texteditor.quickdiff
Methods in org.eclipse.ui.texteditor.quickdiff with parameters of type ITextEditor Modifier and Type Method Description IAnnotationModelQuickDiff. createQuickDiffAnnotationModel(ITextEditor editor, String id)Creates a new line differ annotation model with its reference provider set to the reference provider obtained by callinggetReferenceProviderOrDefault(editor, id).IQuickDiffReferenceProviderQuickDiff. getReferenceProviderOrDefault(ITextEditor editor, String id)Returns the quick diff reference provider registered underid, or the default reference provider.voidIQuickDiffReferenceProvider. setActiveEditor(ITextEditor editor)Sets the active editor for the provider implementation. -
Uses of ITextEditor in org.eclipse.ui.texteditor.rulers
Methods in org.eclipse.ui.texteditor.rulers that return ITextEditor Modifier and Type Method Description ITextEditorAbstractContributedRulerColumn. getEditor()ITextEditorIContributedRulerColumn. getEditor()Returns the editor targeted by this ruler instance.Methods in org.eclipse.ui.texteditor.rulers with parameters of type ITextEditor Modifier and Type Method Description IContributedRulerColumnRulerColumnDescriptor. createColumn(ITextEditor editor)Creates aIContributedRulerColumninstance as described by the receiver.booleanRulerColumnDescriptor. matchesEditor(ITextEditor editor)Returnstrueif this contribution matches the passed editor,falseif not.voidAbstractContributedRulerColumn. setEditor(ITextEditor editor)voidIContributedRulerColumn. setEditor(ITextEditor editor)Sets the editor (called right after the extension was instantiated). -
Uses of ITextEditor in org.eclipse.ui.texteditor.spelling
Methods in org.eclipse.ui.texteditor.spelling with parameters of type ITextEditor Modifier and Type Method Description static voidSpellingProblem. removeAllInActiveEditor(ITextEditor editor, String word)Deprecated.As of 3.4, replaced bySpellingProblem.removeAll(ISourceViewer, String) -
Uses of ITextEditor in org.eclipse.ui.texteditor.templates
Constructors in org.eclipse.ui.texteditor.templates with parameters of type ITextEditor Constructor Description AbstractTemplatesPage(ITextEditor editor, ISourceViewer viewer)Creates a new templates page.
-