| java.lang.Object com.vividsolutions.jump.workbench.driver.DriverManager
DriverManager | public class DriverManager (Code) | | |
getInputDrivers | public List getInputDrivers()(Code) | | |
getOutputDrivers | public List getOutputDrivers()(Code) | | |
getSharedOpenBasicFileDriverPanel | public BasicFileDriverPanel getSharedOpenBasicFileDriverPanel()(Code) | | Need to share the file chooser; otherwise, whenever the user switched
drivers, he would lose the filename he typed in.
|
loadInputDriver | public void loadInputDriver(AbstractInputDriver driver)(Code) | | Loads an instantiated, but not yet initialized, InputDriver, and adds it to the list.
Parameters: driver - an instantiated but not yet initialed, InputDriver |
loadOutputDriver | public void loadOutputDriver(AbstractOutputDriver driver)(Code) | | Loads an instantiated, but not yet initialized OutputDriver, and adds it to the list.
Parameters: driver - an instantiated but not yet initialized OutputDriver |
|
|