Uses of Class
com.vividsolutions.jump.workbench.ui.plugin.datastore.ConnectionPanel
-
Packages that use ConnectionPanel Package Description com.vividsolutions.jump.workbench.ui.plugin.datastore org.openjump.core.ui.plugin.datastore -
-
Uses of ConnectionPanel in com.vividsolutions.jump.workbench.ui.plugin.datastore
Subclasses of ConnectionPanel in com.vividsolutions.jump.workbench.ui.plugin.datastore Modifier and Type Class Description class
AddDatastoreLayerPanel
class
RunDatastoreQueryPanel
The panel used to choose a connection and input a SQL query.Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore that return ConnectionPanel Modifier and Type Method Description protected abstract ConnectionPanel
AbstractAddDatastoreLayerPlugIn. createPanel(PlugInContext context)
protected ConnectionPanel
AddDatastoreLayerPlugIn. createPanel(PlugInContext context)
Deprecated.protected ConnectionPanel
RunDatastoreQueryPlugIn. createPanel(PlugInContext context)
protected ConnectionPanel
AbstractAddDatastoreLayerPlugIn. panel(PlugInContext context)
Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore with parameters of type ConnectionPanel Modifier and Type Method Description protected abstract Layerable
AbstractAddDatastoreLayerPlugIn. createLayerable(ConnectionPanel panel, TaskMonitor monitor, PlugInContext context)
protected Layerable
AddDatastoreLayerPlugIn. createLayerable(ConnectionPanel panel, TaskMonitor monitor, PlugInContext context)
Deprecated.protected Layerable
RunDatastoreQueryPlugIn. createLayerable(ConnectionPanel panel, TaskMonitor monitor, PlugInContext context)
-
Uses of ConnectionPanel in org.openjump.core.ui.plugin.datastore
Subclasses of ConnectionPanel in org.openjump.core.ui.plugin.datastore Modifier and Type Class Description class
AddWritableDataStoreLayerPanel
Panel to define a connection to a read/write datastore.Methods in org.openjump.core.ui.plugin.datastore that return ConnectionPanel Modifier and Type Method Description protected ConnectionPanel
EditDataStoreQueryPlugIn. createPanel(PlugInContext context)
-