public interface LegacyDBConfigurator
ConfiguratorMultiplexor
can handle a press of the "convert" button that these classes should also have.Modifier and Type | Method and Description |
---|---|
void |
addConvertButton(javax.swing.JButton convertButton)
Adds a convert button to the configurator
|
org.apache.commons.lang3.tuple.Pair<NamedQuery,NamedQueryBindingConfig> |
createNamedQuery(java.lang.String queryName)
Creates a NamedQuery from the info currently on the screen.
|
DesignerContext |
getContext()
Needed to save the resource.
|
org.apache.commons.lang3.tuple.Pair<NamedQuery,NamedQueryBindingConfig> createNamedQuery(java.lang.String queryName)
queryName
- Path for the new NamedQueryDesignerContext getContext()
void addConvertButton(javax.swing.JButton convertButton)
convertButton
- Completely configured button that will get a path and then call createNamedQuery()