Class AbstractDriver

java.lang.Object
com.vividsolutions.jump.workbench.driver.AbstractDriver
Direct Known Subclasses:
AbstractInputDriver, AbstractOutputDriver

public abstract class AbstractDriver extends Object
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 Details

    • driverManager

      protected DriverManager driverManager
      Deprecated.
    • errorHandler

      protected ErrorHandler errorHandler
      Deprecated.
  • Constructor Details

    • AbstractDriver

      public AbstractDriver()
      Deprecated.
  • Method Details

    • initialize

      public void initialize(DriverManager driverManager, ErrorHandler errorHandler)
      Deprecated.
    • toString

      public abstract String toString()
      Deprecated.
      Brief description of the data source to which this driver connects. Displayed in the DriverDialog "Format" combobox.
      Overrides:
      toString in class Object
    • getPanel

      public abstract AbstractDriverPanel getPanel()
      Deprecated.