public class JDBCConnectionPanel extends java.lang.Object implements NewLayerProviderPanel
Constructor and Description |
---|
JDBCConnectionPanel(NewLayerWizard wizard,
NewLayerJDBCProviderParameters parameters) |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
asJComponent()
Returns this component as a swing
JComponent . |
void |
enterPanel()
Este metodo se llama cada vez que se va a presenta un panel al usuario,
indistintamente si llego a el por ir hacia delante o hacia atras.
|
java.lang.String |
getIdPanel() |
JDBCServerExplorerParameters |
getServerExplorerParameters() |
java.lang.String |
getTitlePanel() |
void |
nextPanel()
Este metodo se llama sobre el panel que abandona el usuario cuando
pulsa en el boton "siguiente".
|
void |
previousPanel()
Este metodo se llama sobre el panel que abandona el usuario cuando pulsa
en el boton "anterior".
|
boolean |
validatePanel()
Este metodo se llamo para comprobar si los datos del panel son coherentes
y se pueden aceptar.
|
public JDBCConnectionPanel(NewLayerWizard wizard, NewLayerJDBCProviderParameters parameters)
public void previousPanel()
NewLayerProviderPanel
previousPanel
in interface NewLayerProviderPanel
public void enterPanel()
NewLayerProviderPanel
enterPanel
in interface NewLayerProviderPanel
public JDBCServerExplorerParameters getServerExplorerParameters()
public java.lang.String getIdPanel()
getIdPanel
in interface NewLayerProviderPanel
public java.lang.String getTitlePanel()
getTitlePanel
in interface NewLayerProviderPanel
public void nextPanel()
NewLayerProviderPanel
nextPanel
in interface NewLayerProviderPanel
public boolean validatePanel() throws NewLayerPanelValidationException
NewLayerProviderPanel
validatePanel
in interface NewLayerProviderPanel
NewLayerPanelValidationException
public javax.swing.JComponent asJComponent()
Component
JComponent
.asJComponent
in interface Component
JComponent