| java.lang.Object net.refractions.udig.printing.ui.actions.CreatePageAction
CreatePageAction | public class CreatePageAction implements IEditorActionDelegate(Code) | | Creates a Page using the current map
author: Richard Gould |
Method Summary | |
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 ... |
run | public void run(IAction action)(Code) | | |
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 - |
|
|