Class AbstractDriver
java.lang.Object
com.vividsolutions.jump.workbench.driver.AbstractDriver
- Direct Known Subclasses:
AbstractInputDriver, AbstractOutputDriver
Deprecated.
Use DataSourceQueryChooser instead
Adds/saves a Layer from/to a data source, such as a file. Subclasses should
call #setReader and #setDriverProperties on the layers they create
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DriverManagerDeprecated.protected ErrorHandlerDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract AbstractDriverPanelgetPanel()Deprecated.voidinitialize(DriverManager driverManager, ErrorHandler errorHandler) Deprecated.abstract StringtoString()Deprecated.Brief description of the data source to which this driver connects.
-
Field Details
-
driverManager
Deprecated. -
errorHandler
Deprecated.
-
-
Constructor Details
-
AbstractDriver
public AbstractDriver()Deprecated.
-
-
Method Details
-
initialize
Deprecated. -
toString
-
getPanel
Deprecated.
-