com.vividsolutions.jump.workbench.ui.plugin.wms
Class AddWMSQueryPlugIn

java.lang.Object
  extended by org.openjump.core.ui.plugin.AbstractUiPlugIn
      extended by org.openjump.core.ui.plugin.AbstractThreadedUiPlugIn
          extended by org.openjump.core.ui.plugin.AbstractWizardPlugin
              extended by com.vividsolutions.jump.workbench.ui.plugin.wms.AddWMSQueryPlugIn
All Implemented Interfaces:
PlugIn, ThreadedPlugIn, java.awt.event.ActionListener, java.util.EventListener

public class AddWMSQueryPlugIn
extends AbstractWizardPlugin


Field Summary
 
Fields inherited from class org.openjump.core.ui.plugin.AbstractUiPlugIn
enableCheck, workbenchContext
 
Constructor Summary
AddWMSQueryPlugIn()
           
 
Method Summary
 void initialize(PlugInContext context)
          Method to be overridden by implementations to initialize the plug-in.
 
Methods inherited from class org.openjump.core.ui.plugin.AbstractWizardPlugin
execute, getWizard, run, setWizard
 
Methods inherited from class org.openjump.core.ui.plugin.AbstractUiPlugIn
actionPerformed, createName, getEnableCheck, getIcon, getName, getToolTip, isRollingBackInvalidEdits, reportNothingToUndoYet, setWorkbenchContext, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.vividsolutions.jump.workbench.plugin.PlugIn
getName
 

Constructor Detail

AddWMSQueryPlugIn

public AddWMSQueryPlugIn()
Method Detail

initialize

public void initialize(PlugInContext context)
                throws java.lang.Exception
Description copied from class: AbstractUiPlugIn
Method to be overridden by implementations to initialize the plug-in. Plug-ins must invoke super.initialize().

Specified by:
initialize in interface PlugIn
Overrides:
initialize in class AbstractUiPlugIn
Parameters:
context - The plug-in context.
Throws:
java.lang.Exception