| java.lang.Object org.eclipse.ui.texteditor.quickdiff.QuickDiffToggleAction
QuickDiffToggleAction | public class QuickDiffToggleAction implements IEditorActionDelegate,IUpdate(Code) | | Action to toggle the line number bar's quick diff display. When turned on, quick diff shows
the changes relative to the saved version of the file.
since: 3.0 |
Method Summary | |
boolean | isConnected() States whether this toggle action has been installed and a incremental differ has been
installed with the line number bar. | public void | run(IAction action) | public void | selectionChanged(IAction action, ISelection selection) | public void | setActiveEditor(IAction action, IEditorPart targetEditor) | public void | update() |
fProxy | IAction fProxy(Code) | | Our UI proxy action.
|
isConnected | boolean isConnected()(Code) | | States whether this toggle action has been installed and a incremental differ has been
installed with the line number bar.
true if a differ has been installed on fEditor . |
run | public void run(IAction action)(Code) | | |
selectionChanged | public void selectionChanged(IAction action, ISelection selection)(Code) | | |
setActiveEditor | public void setActiveEditor(IAction action, IEditorPart targetEditor)(Code) | | |
update | public void update()(Code) | | |
|
|