Eclipse Platform
2.0

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

Packages that use IUpdate
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

Uses of IUpdate in org.eclipse.ui.texteditor
 

Classes in org.eclipse.ui.texteditor that implement IUpdate
 class AddMarkerAction
          Action for creating a marker of a specified type for the editor's input element based on the editor's selection.
 class AddTaskAction
          Creates a new task marker.
 class ContentAssistAction
          A content asisst action which gets its target from its text editor.
 class ConvertLineDelimitersAction
          An action to convert line delimiters of a text editor document to a particular line delimiter.
 class DeleteLineAction
          An action to delete a whole line, the fraction of the line that is left from the cursor or the fraction that is right from the cursor.
 class FindNextAction
          An action which finds the next/previous occurrence of the last search or the current selection if present.
 class FindReplaceAction
          An action which opens a Find/Replace dialog.
 class GotoLineAction
          Action for jumping to a particular line if the editor's text viewer.
 class IncrementalFindAction
          An action which enters the incremental find mode a la emacs.
 class MarkAction
          An action to handle emacs-like marked regions.
 class MarkerRulerAction
          A ruler action which can add and remove markers which have a visual representation in the ruler.
 class MarkerRulerInfoAction
          Deprecated. use MarkerRulerAction instead
 class RevertToSavedAction
          Action for abandoning changes made in the text editor since the last save operation.
 class SaveAction
          Action for saving recent changes made in the text editor.
 class SelectMarkerRulerAction
          A ruler action which can select the textual range of a marker that has a visual representation in the vertical ruler.
 class SelectMarkerRulerInfoAction
          Deprecated. use SelectMarkerRulerAction instead
 class ShiftAction
          Action for shifting code to the right or left by one indentation level.
 class TextEditorAction
          Sekelleton of a standard text editor action.
 class TextOperationAction
          An action which gets a text operation target from its text editor.
 


Eclipse Platform
2.0

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