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