| net.refractions.udig.printing.ui.internal.PrintAction
PrintAction | public class PrintAction extends Action implements IEditorActionDelegate(Code) | | Provides ...TODO summary sentence
TODO Description
Responsibilities:
Example Use:
PrintAction x = new PrintAction( ... );
TODO code example
author: Richard Gould since: 0.3 |
Method Summary | |
public void | run() | public void | run(IAction action) | public void | selectionChanged(IAction action, ISelection selection) TODO summary sentence for selectionChanged ... | public void | setActiveEditor(IAction action, IEditorPart targetEditor) TODO summary sentence for setActiveEditor ... |
PrintAction | public PrintAction()(Code) | | |
run | public void run(IAction action)(Code) | | See Also: org.eclipse.ui.IActionDelegate.run(org.eclipse.jface.action.IAction) Parameters: action - |
selectionChanged | public void selectionChanged(IAction action, ISelection selection)(Code) | | TODO summary sentence for selectionChanged ...
See Also: org.eclipse.ui.IActionDelegate.selectionChanged(org.eclipse.jface.action.IActionorg.eclipse.jface.viewers.ISelection) Parameters: action - Parameters: selection - |
setActiveEditor | public void setActiveEditor(IAction action, IEditorPart targetEditor)(Code) | | TODO summary sentence for setActiveEditor ...
See Also: org.eclipse.ui.IEditorActionDelegate.setActiveEditor(org.eclipse.jface.action.IActionorg.eclipse.ui.IEditorPart) Parameters: action - Parameters: targetEditor - |
|
|