com.vividsolutions.jump.workbench.ui.plugin.datastore
Class RunDatastoreQueryPlugIn

java.lang.Object
  extended by com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
      extended by com.vividsolutions.jump.workbench.plugin.ThreadedBasePlugIn
          extended by com.vividsolutions.jump.workbench.ui.plugin.datastore.AbstractAddDatastoreLayerPlugIn
              extended by com.vividsolutions.jump.workbench.ui.plugin.datastore.RunDatastoreQueryPlugIn
All Implemented Interfaces:
PlugIn, ThreadedPlugIn

public class RunDatastoreQueryPlugIn
extends AbstractAddDatastoreLayerPlugIn


Constructor Summary
RunDatastoreQueryPlugIn()
           
 
Method Summary
protected  Layerable createLayerable(ConnectionPanel panel, TaskMonitor monitor, PlugInContext context)
           
protected  ConnectionPanel createPanel(PlugInContext context)
           
 java.lang.String getName()
          Returns a very brief description of this PlugIn e.g. for display as a menu item
 
Methods inherited from class com.vividsolutions.jump.workbench.ui.plugin.datastore.AbstractAddDatastoreLayerPlugIn
execute, panel, run
 
Methods inherited from class com.vividsolutions.jump.workbench.plugin.ThreadedBasePlugIn
main
 
Methods inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
createName, execute, execute, initialize, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, 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
initialize
 

Constructor Detail

RunDatastoreQueryPlugIn

public RunDatastoreQueryPlugIn()
Method Detail

createPanel

protected ConnectionPanel createPanel(PlugInContext context)
Specified by:
createPanel in class AbstractAddDatastoreLayerPlugIn

createLayerable

protected Layerable createLayerable(ConnectionPanel panel,
                                    TaskMonitor monitor,
                                    PlugInContext context)
                             throws java.lang.Exception
Specified by:
createLayerable in class AbstractAddDatastoreLayerPlugIn
Throws:
java.lang.Exception

getName

public java.lang.String getName()
Description copied from interface: PlugIn
Returns a very brief description of this PlugIn e.g. for display as a menu item

Specified by:
getName in interface PlugIn
Overrides:
getName in class AbstractPlugIn
Returns:
the class name, minus "PlugIn", with spaces inserted at the appropriate point before each uppercase+lowercase and lowercase+uppercase combination.