| java.lang.Object com.xoetrope.editor.eclipse.XuiProShowLanguageEditorAction com.xoetrope.editor.eclipse.XuiProCheckSpellingAction
XuiProCheckSpellingAction | public class XuiProCheckSpellingAction extends XuiProShowLanguageEditorAction (Code) | | Our sample action implements workbench action delegate. The action proxy will
be created by the workbench and shown in the UI. When the user tries to use
the action, this delegate will be created and execution will be delegated to
it.
See Also: IWorkbenchWindowActionDelegate |
Method Summary | |
public void | run(IAction action) | public void | selectionChanged(IAction action, ISelection selection) Selection in the workbench has been changed. |
run | public void run(IAction action)(Code) | | |
selectionChanged | public void selectionChanged(IAction action, ISelection selection)(Code) | | Selection in the workbench has been changed. We can change the state of the
'real' action here if we want, but this can only happen after the delegate
has been created.
See Also: IWorkbenchWindowActionDelegate.selectionChanged |
|
|