public interface IPreferencesUIProvider
Created on 28.10.2012
Modifier and Type | Method and Description |
---|---|
void |
addUIElements(PropertiesShowPanelFactory pspf,
org.jamesii.core.util.misc.Pair<org.jamesii.core.data.DBConnectionData,String> connData)
Adds the UI elements via a properties panel factory.
|
org.jamesii.core.util.misc.Pair<org.jamesii.core.data.DBConnectionData,String> |
getDBPreferences()
Gets the database connection preferences.
|
int |
getHeight()
Gets the required height of the UI elements.
|
void |
setDBPreferences(org.jamesii.core.util.misc.Pair<org.jamesii.core.data.DBConnectionData,String> prefs)
Sets the database connection preferences.
|
int getHeight()
void addUIElements(PropertiesShowPanelFactory pspf, org.jamesii.core.util.misc.Pair<org.jamesii.core.data.DBConnectionData,String> connData)
pspf
- the properties panel factoryconnData
- the current connection dataorg.jamesii.core.util.misc.Pair<org.jamesii.core.data.DBConnectionData,String> getDBPreferences()
void setDBPreferences(org.jamesii.core.util.misc.Pair<org.jamesii.core.data.DBConnectionData,String> prefs)
prefs
- the preferencesCopyright © 2013. All Rights Reserved.