Class JDBCConnectionPanel
java.lang.Object
org.gvsig.newlayer.prov.jdbc.panels.JDBCConnectionPanel
- All Implemented Interfaces:
org.gvsig.newlayer.NewLayerProviderPanel,org.gvsig.tools.swing.api.Component
- Author:
- gvSIG Team
-
Constructor Summary
ConstructorsConstructorDescriptionJDBCConnectionPanel(org.gvsig.newlayer.NewLayerWizard wizard, NewLayerJDBCProviderParameters parameters) -
Method Summary
Modifier and TypeMethodDescriptionvoidorg.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParametersvoidvoidboolean
-
Constructor Details
-
JDBCConnectionPanel
public JDBCConnectionPanel(org.gvsig.newlayer.NewLayerWizard wizard, NewLayerJDBCProviderParameters parameters)
-
-
Method Details
-
previousPanel
public void previousPanel()- Specified by:
previousPanelin interfaceorg.gvsig.newlayer.NewLayerProviderPanel
-
enterPanel
public void enterPanel()- Specified by:
enterPanelin interfaceorg.gvsig.newlayer.NewLayerProviderPanel
-
getServerExplorerParameters
public org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters getServerExplorerParameters() -
getIdPanel
- Specified by:
getIdPanelin interfaceorg.gvsig.newlayer.NewLayerProviderPanel
-
getTitlePanel
- Specified by:
getTitlePanelin interfaceorg.gvsig.newlayer.NewLayerProviderPanel
-
nextPanel
public void nextPanel()- Specified by:
nextPanelin interfaceorg.gvsig.newlayer.NewLayerProviderPanel
-
validatePanel
public boolean validatePanel() throws org.gvsig.newlayer.spi.NewLayerPanelValidationException- Specified by:
validatePanelin interfaceorg.gvsig.newlayer.NewLayerProviderPanel- Throws:
org.gvsig.newlayer.spi.NewLayerPanelValidationException
-
asJComponent
- Specified by:
asJComponentin interfaceorg.gvsig.tools.swing.api.Component
-