public abstract class AbstractUIPluginForTTS extends AbstractUIPlugin implements IPropertyChangeListener
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
Constructor and Description |
---|
AbstractUIPluginForTTS() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(IPropertyChangeListener listener)
Add property change listener to the preference store.
|
void |
propertyChange(PropertyChangeEvent event) |
void |
removePropertyChangeListener(IPropertyChangeListener listener)
Remove property change listener from the preference store.
|
void |
stop(org.osgi.framework.BundleContext context) |
getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, shutdown, start, startup
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString
public void propertyChange(PropertyChangeEvent event)
propertyChange
in interface IPropertyChangeListener
public void addPropertyChangeListener(IPropertyChangeListener listener)
listener
- public void removePropertyChangeListener(IPropertyChangeListener listener)
listener
- public void stop(org.osgi.framework.BundleContext context) throws Exception
stop
in interface org.osgi.framework.BundleActivator
stop
in class AbstractUIPlugin
Exception