Eclipse Platform
2.1

Uses of Interface
org.eclipse.ui.texteditor.ITextEditor

Packages that use ITextEditor
org.eclipse.ui.editors.text Provides a standard text editor and a file-based document provider. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

Uses of ITextEditor in org.eclipse.ui.editors.text
 

Classes in org.eclipse.ui.editors.text that implement ITextEditor
 class TextEditor
          The standard text editor for file resources (IFile).
 

Methods in org.eclipse.ui.editors.text with parameters of type ITextEditor
 void EncodingActionGroup.retarget(ITextEditor editor)
          Retargets this action group to the given editor.
 

Constructors in org.eclipse.ui.editors.text with parameters of type ITextEditor
EncodingActionGroup(ITextEditor editor)
          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
 class AbstractTextEditor
          Abstract base implementation of a text editor.
 class StatusTextEditor
          Capable of handling input elements that have an associated status with them.
 

Methods in org.eclipse.ui.texteditor that return ITextEditor
protected  ITextEditor TextEditorAction.getTextEditor()
          Returns the action's text editor.
protected  ITextEditor MarkerRulerAction.getTextEditor()
          Returns this action's text editor.
 

Methods in org.eclipse.ui.texteditor with parameters of type ITextEditor
protected  IAction BasicTextEditorActionContributor.getAction(ITextEditor editor, String actionId)
          Returns the action registered with the given text editor.
 void TextEditorAction.setEditor(ITextEditor editor)
          Retargets this action to the given editor.
protected abstract  IAction AbstractRulerActionDelegate.createAction(ITextEditor editor, IVerticalRulerInfo rulerInfo)
          The factory method creating the underlying action.
protected  IAction BookmarkRulerAction.createAction(ITextEditor editor, IVerticalRulerInfo rulerInfo)
           
 void ShiftAction.setEditor(ITextEditor editor)
           
 void ContentAssistAction.setEditor(ITextEditor editor)
           
protected  IAction SelectRulerAction.createAction(ITextEditor editor, IVerticalRulerInfo rulerInfo)
           
protected  IAction TaskRulerAction.createAction(ITextEditor editor, IVerticalRulerInfo rulerInfo)
           
 void TextOperationAction.setEditor(ITextEditor editor)
           
 

Constructors in org.eclipse.ui.texteditor with parameters of type ITextEditor
TextEditorAction(ResourceBundle bundle, String prefix, ITextEditor editor)
          Creates and initializes the action for the given text editor.
SaveAction(ResourceBundle bundle, String prefix, ITextEditor editor)
          Creates a new action for the given text editor.
ShiftAction(ResourceBundle bundle, String prefix, ITextEditor editor, int operationCode)
          Creates and initializes the action for the given text editor and operation code.
ContentAssistAction(ResourceBundle bundle, String prefix, ITextEditor editor)
          Creates and initializes the action for the given text 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. use SelectMarkerRulerInfoAction(ResourceBundle, String, IVerticalRulerInfo, ITextEditor)
SelectMarkerRulerInfoAction(ResourceBundle bundle, String prefix, IVerticalRulerInfo ruler, ITextEditor editor)
          Deprecated. use super class instead
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 instead
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.
RevertToSavedAction(ResourceBundle bundle, String prefix, ITextEditor editor)
          Creates a new action for the given text editor.
DeleteLineAction(ResourceBundle bundle, String prefix, ITextEditor editor, int type)
          Creates a line delimiter conversion action.
DeleteLineAction(ResourceBundle bundle, String prefix, ITextEditor editor, int type, boolean copyToClipboard)
          Creates a line deletion action.
ConvertLineDelimitersAction(ITextEditor editor, String lineDelimiter)
          Creates a line delimiter conversion action.
ConvertLineDelimitersAction(ResourceBundle bundle, String prefix, ITextEditor editor, String lineDelimiter)
          Creates a line delimiter conversion action.
GotoLineAction(ResourceBundle bundle, String prefix, ITextEditor editor)
          Creates a new action for the given text editor.
MarkAction(ResourceBundle bundle, String prefix, ITextEditor editor, int type)
          Constructor for MarkAction.
TextSelectionNavigationLocation(ITextEditor part, boolean initialize)
          Creates a new text selection navigation location.
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.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.