net.refractions.udig.style.sld.editor
Class OpenStyleEditorAction

java.lang.Object
  extended by Action
      extended by net.refractions.udig.style.sld.editor.OpenStyleEditorAction

public class OpenStyleEditorAction
extends Action

Open the style editor dialog and add its pages


Field Summary
static java.lang.String ATT_CLASS
           
static java.lang.String ATT_ID
           
static java.lang.String ATT_LABEL
           
static java.lang.String ATT_REQUIRES
           
static java.lang.String STYLE_ID
           
 
Constructor Summary
OpenStyleEditorAction()
          Create a new OpenPreferenceAction This default constructor allows the the action to be called from the welcome page.
OpenStyleEditorAction(IWorkbenchWindow window)
          Create a new OpenPreferenceAction and initialize it from the given resource bundle.
 
Method Summary
 void dispose()
           
 void init(IWorkbenchWindow window)
           
 void run(IAction action)
           
 void selectionChanged(IAction action, ISelection selection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATT_ID

public static final java.lang.String ATT_ID
See Also:
Constant Field Values

ATT_CLASS

public static final java.lang.String ATT_CLASS
See Also:
Constant Field Values

ATT_LABEL

public static final java.lang.String ATT_LABEL
See Also:
Constant Field Values

ATT_REQUIRES

public static final java.lang.String ATT_REQUIRES
See Also:
Constant Field Values

STYLE_ID

public static final java.lang.String STYLE_ID
See Also:
Constant Field Values
Constructor Detail

OpenStyleEditorAction

public OpenStyleEditorAction()
Create a new OpenPreferenceAction This default constructor allows the the action to be called from the welcome page.


OpenStyleEditorAction

public OpenStyleEditorAction(IWorkbenchWindow window)
Create a new OpenPreferenceAction and initialize it from the given resource bundle.

Parameters:
window -
Method Detail

run

public void run(IAction action)

selectionChanged

public void selectionChanged(IAction action,
                             ISelection selection)

dispose

public void dispose()

init

public void init(IWorkbenchWindow window)