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 classAddDatastoreLayerPanelclassRunDatastoreQueryPanelThe 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 ConnectionPanelAbstractAddDatastoreLayerPlugIn. createPanel(PlugInContext context)protected ConnectionPanelAddDatastoreLayerPlugIn. createPanel(PlugInContext context)Deprecated.protected ConnectionPanelRunDatastoreQueryPlugIn. createPanel(PlugInContext context)protected ConnectionPanelAbstractAddDatastoreLayerPlugIn. panel(PlugInContext context)Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore with parameters of type ConnectionPanel Modifier and Type Method Description protected abstract LayerableAbstractAddDatastoreLayerPlugIn. createLayerable(ConnectionPanel panel, TaskMonitor monitor, PlugInContext context)protected LayerableAddDatastoreLayerPlugIn. createLayerable(ConnectionPanel panel, TaskMonitor monitor, PlugInContext context)Deprecated.protected LayerableRunDatastoreQueryPlugIn. 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 classAddWritableDataStoreLayerPanelPanel 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 ConnectionPanelEditDataStoreQueryPlugIn. createPanel(PlugInContext context)
-