|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataServerPreferenceSection
This section will appear inside a preference page as a Tab for data servers to provide vendor specific preferences. The implementation should be contributed in via the preferenceSections extension point.
Method Summary | |
---|---|
org.eclipse.swt.widgets.Composite |
createSectionComposite(org.eclipse.swt.widgets.Composite parent)
create the UI section's composite. |
org.eclipse.swt.widgets.Composite |
getSectionComposite()
get the UI section's composite |
org.eclipse.core.runtime.IStatus |
getStatus()
get the validation status of this section. |
void |
loadDefaultPreference(org.eclipse.jface.preference.IPreferenceStore store)
load default preferences to this UI section |
void |
loadFromPreferenceStore(org.eclipse.jface.preference.IPreferenceStore store)
load preferences to this UI section |
void |
saveToPreferenceStore(org.eclipse.jface.preference.IPreferenceStore store)
save the UI section's status to preference store |
Method Detail |
---|
void loadDefaultPreference(org.eclipse.jface.preference.IPreferenceStore store)
store
- void saveToPreferenceStore(org.eclipse.jface.preference.IPreferenceStore store)
store
- void loadFromPreferenceStore(org.eclipse.jface.preference.IPreferenceStore store)
store
- org.eclipse.swt.widgets.Composite getSectionComposite()
org.eclipse.swt.widgets.Composite createSectionComposite(org.eclipse.swt.widgets.Composite parent)
org.eclipse.core.runtime.IStatus getStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |