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

java.lang.Object
  extended bycom.vividsolutions.jump.workbench.plugin.AbstractPlugIn
      extended bycom.vividsolutions.jump.workbench.plugin.ThreadedBasePlugIn
          extended bycom.vividsolutions.jump.workbench.ui.plugin.datastore.AbstractAddDatastoreLayerPlugIn
              extended bycom.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)
           
 
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, getName, 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
getName, 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