Eclipse Platform
2.0

Uses of Class
org.eclipse.ui.texteditor.TextEditorAction

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

Uses of TextEditorAction in org.eclipse.ui.texteditor
 

Subclasses of TextEditorAction in org.eclipse.ui.texteditor
 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 GotoLineAction
          Action for jumping to a particular line if the editor's text viewer.
 class MarkAction
          An action to handle emacs-like marked regions.
 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 ShiftAction
          Action for shifting code to the right or left by one indentation level.
 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.