| java.lang.Object net.refractions.udig.project.ui.internal.CommitAction
CommitAction | public class CommitAction implements IEditorActionDelegate(Code) | | Provides ...TODO summary sentence
TODO Description
Responsibilities:
Example Use:
CommitAction x = new CommitAction( ... );
TODO code example
author: jones since: 0.3 |
Method Summary | |
public void | run(IAction action) | public void | selectionChanged(IAction action, ISelection selection) | public void | setActiveEditor(IAction action, IEditorPart targetEditor) |
run | public void run(IAction action)(Code) | | See Also: org.eclipse.ui.IActionDelegate.run(org.eclipse.jface.action.IAction) |
selectionChanged | public void selectionChanged(IAction action, ISelection selection)(Code) | | See Also: org.eclipse.ui.IActionDelegate.selectionChanged(org.eclipse.jface.action.IActionorg.eclipse.jface.viewers.ISelection) |
setActiveEditor | public void setActiveEditor(IAction action, IEditorPart targetEditor)(Code) | | See Also: org.eclipse.ui.IEditorActionDelegate.setActiveEditor(org.eclipse.jface.action.IActionorg.eclipse.ui.IEditorPart) |
|
|