public interface JDBCConnectionPanel extends Component
Modifier and Type | Interface and Description |
---|---|
static interface |
JDBCConnectionPanel.ConnectorFilter |
Modifier and Type | Method and Description |
---|---|
boolean |
areTheParametersValid() |
void |
clear() |
void |
delete() |
java.lang.String |
getConnectionName() |
LabeledValue<JDBCServerExplorerParameters> |
getLabeledServerExplorerParameters() |
java.lang.String |
getParametersProblems() |
JDBCServerExplorerParameters |
getServerExplorerParametersAndRegister() |
JDBCServerExplorerParameters |
getServerExplorerParametersWithoutRegister() |
boolean |
isNewConnection() |
void |
setConnectorFilter(JDBCConnectionPanel.ConnectorFilter connectorFilter) |
void |
setLabeledServerExplorerParameters(LabeledValue<JDBCServerExplorerParameters> parameters) |
void |
setServerExplorerParameters(JDBCServerExplorerParameters parameters) |
asJComponent
void setServerExplorerParameters(JDBCServerExplorerParameters parameters)
void setLabeledServerExplorerParameters(LabeledValue<JDBCServerExplorerParameters> parameters)
JDBCServerExplorerParameters getServerExplorerParametersAndRegister()
JDBCServerExplorerParameters getServerExplorerParametersWithoutRegister()
LabeledValue<JDBCServerExplorerParameters> getLabeledServerExplorerParameters()
boolean areTheParametersValid()
java.lang.String getParametersProblems()
void delete()
void clear()
java.lang.String getConnectionName()
boolean isNewConnection()
void setConnectorFilter(JDBCConnectionPanel.ConnectorFilter connectorFilter)