Skip navigation links

Package info.textgrid.lab.conf

Together with ConfClient, this package contains the Eclipse side of the configuration stuff.

See: Description

Package info.textgrid.lab.conf Description

Together with ConfClient, this package contains the Eclipse side of the configuration stuff.

ConfPlugin is this plugin's Activator. Use ConfPlugin.getDefault().getPreferenceStore() to retrieve the preference store containing the configured Configuration service endpoint. Call IPreferenceStore.getString(String) with the preference name ConfClient.PREF_ENDPOINT on this store to retrieve the value. If you need to react to changes in this value, you may register a property change listener with the preference store.

ConfservPrefPage contains the page in the preferences dialogue to edit the value above. Add further fields if you extend the conf plugin's behaviour. Completions are currently hard coded here.

Skip navigation links