net.refractions.udig.printing.ui.actions
Class CreatePageAction
java.lang.Object
net.refractions.udig.printing.ui.actions.CreatePageAction
public class CreatePageAction
- extends java.lang.Object
Creates a Page using the current map
- Author:
- Richard Gould
Method Summary |
void |
run(IAction action)
|
void |
selectionChanged(IAction action,
ISelection selection)
TODO summary sentence for selectionChanged ... |
void |
setActiveEditor(IAction action,
IEditorPart targetEditor)
TODO summary sentence for setActiveEditor ... |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreatePageAction
public CreatePageAction()
run
public void run(IAction action)
setActiveEditor
public void setActiveEditor(IAction action,
IEditorPart targetEditor)
- TODO summary sentence for setActiveEditor ...
- Parameters:
action
- targetEditor
- - See Also:
org.eclipse.ui.IEditorActionDelegate#setActiveEditor(org.eclipse.jface.action.IAction,
org.eclipse.ui.IEditorPart)
selectionChanged
public void selectionChanged(IAction action,
ISelection selection)
- TODO summary sentence for selectionChanged ...
- Parameters:
action
- selection
- - See Also:
org.eclipse.ui.IActionDelegate#selectionChanged(org.eclipse.jface.action.IAction,
org.eclipse.jface.viewers.ISelection)