Package org.eclipse.ui.texteditor
Interface IUpdate
- All Known Implementing Classes:
AddMarkerAction,AddTaskAction,CaseAction,ChangeEncodingAction,ContentAssistAction,ConvertLineDelimitersAction,DeleteLineAction,FindNextAction,FindReplaceAction,GotoAnnotationAction,GotoLineAction,IncrementalFindAction,InsertLineAction,JoinLinesAction,MarkAction,MarkerRulerAction,MarkerRulerInfoAction,MergeViewerAction,MoveLinesAction,QuickDiffToggleAction,RecenterAction,RevertToSavedAction,RunToLineAction,SaveAction,SelectAnnotationRulerAction,SelectMarkerRulerAction,SelectMarkerRulerInfoAction,ShiftAction,ShowWhitespaceCharactersAction,TextEditorAction,TextOperationAction,TextViewerAction,TextViewerGotoLineAction,ToggleBreakpointAction
public interface IUpdate
Indicates the support of an update method.
-
Method Summary
-
Method Details
-
update
void update()Requests that this object update itself.
-