| net.refractions.udig.style.sld.editor.OpenStyleEditorAction
OpenStyleEditorAction | public class OpenStyleEditorAction extends Action implements IWorkbenchWindowActionDelegate,IViewActionDelegate(Code) | | Open the style editor dialog and add its pages
|
Constructor Summary | |
public | OpenStyleEditorAction() Create a new OpenPreferenceAction
This default constructor allows the the action to be called from the welcome page. | public | OpenStyleEditorAction(IWorkbenchWindow window) Create a new OpenPreferenceAction and initialize it
from the given resource bundle. |
OpenStyleEditorAction | public OpenStyleEditorAction()(Code) | | Create a new OpenPreferenceAction
This default constructor allows the the action to be called from the welcome page.
|
OpenStyleEditorAction | public OpenStyleEditorAction(IWorkbenchWindow window)(Code) | | Create a new OpenPreferenceAction and initialize it
from the given resource bundle.
Parameters: window - |
dispose | public void dispose()(Code) | | |
init | public void init(IWorkbenchWindow window)(Code) | | |
init | public void init(IViewPart view)(Code) | | |
run | public void run(IAction action)(Code) | | |
selectionChanged | public void selectionChanged(IAction action, ISelection selection)(Code) | | |
|
|