Class AbstractInputDriver
java.lang.Object
com.vividsolutions.jump.workbench.driver.AbstractDriver
com.vividsolutions.jump.workbench.driver.AbstractInputDriver
- Direct Known Subclasses:
FMEFileInputDriver, GMLFileInputDriver, JMLFileInputDriver, ShapeFileInputDriver, WKTFileInputDriver
Deprecated.
Use DataSourceQueryChooser instead
-
Field Summary
Fields inherited from class AbstractDriver
driverManager, errorHandler -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPanel()Deprecated.voidinitialize(DriverManager driverManager, ErrorHandler errorHandler) Deprecated.abstract voidinput(LayerManager layerManager, String categoryName) Deprecated.Prompts the user for a data source to add as a Layer to the LayerManager.Methods inherited from class AbstractDriver
toString
-
Constructor Details
-
AbstractInputDriver
public AbstractInputDriver()Deprecated.
-
-
Method Details
-
input
Deprecated.Prompts the user for a data source to add as a Layer to the LayerManager.- Throws:
Exception
-
getPanel
-
initialize
Deprecated.- Overrides:
initializein classAbstractDriver
-