public class LegacyPropertyTabsRegistryEventListener extends AbstractRegistryEventListener
AbstractRegistryEventListener.Action
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AFTER_TAB_ATTR
Optional afterTab attribute of extension point.
|
static java.lang.String |
CATEGORY_ATTR
Required category attribute of extension point.
|
static java.lang.String |
CONTRIBUTOR_ID_ATTR
Required contributorId attribute of extension point.
|
static java.lang.String |
ID_ATTR
Required id attribute of extension point.
|
static java.lang.String |
IMAGE_ATTR
Optional image attribute of extension point.
|
static java.lang.String |
INDENTED_ATTR
Optional indented attribute of extension point.
|
static java.lang.String |
LABEL_ATTR
Required label attribute of extension point.
|
static java.lang.String |
TAG_PROPERTY_TAB
PropertyTab tag of extension point.
|
static java.lang.String |
TAG_PROPERTY_TABS
PropertyTab tag of extension point.
|
Constructor and Description |
---|
LegacyPropertyTabsRegistryEventListener(java.lang.String namespace,
java.lang.String extensionPointID,
LegacyPropertyTabRegistry itemRegistry)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
processAddition(org.eclipse.core.runtime.IConfigurationElement configurationElement)
Processes the addition of the given configuration element.
|
protected boolean |
processRemoval(org.eclipse.core.runtime.IConfigurationElement configurationElement)
Processes the removal of the given configuration element.
|
protected boolean |
validateConfigurationElement(org.eclipse.core.runtime.IConfigurationElement configurationElement)
Validates the given configuration element.
|
added, added, readRegistry, removed, removed
public static final java.lang.String TAG_PROPERTY_TABS
public static final java.lang.String CONTRIBUTOR_ID_ATTR
public static final java.lang.String TAG_PROPERTY_TAB
public static final java.lang.String LABEL_ATTR
public static final java.lang.String CATEGORY_ATTR
public static final java.lang.String AFTER_TAB_ATTR
public static final java.lang.String ID_ATTR
public static final java.lang.String INDENTED_ATTR
public static final java.lang.String IMAGE_ATTR
public LegacyPropertyTabsRegistryEventListener(java.lang.String namespace, java.lang.String extensionPointID, LegacyPropertyTabRegistry itemRegistry)
namespace
- The namespace of the extension pointextensionPointID
- The identifier of the extension pointitemRegistry
- The item registryprotected boolean validateConfigurationElement(org.eclipse.core.runtime.IConfigurationElement configurationElement)
validateConfigurationElement
in class AbstractRegistryEventListener
configurationElement
- The configuration elementtrue
if the configuration element is valid, false
otherwiseorg.eclipse.eef.ide.internal.extensions.AbstractRegistryEventListener#validateConfigurationElement(org.eclipse.core.runtime.IConfigurationElement)
protected boolean processAddition(org.eclipse.core.runtime.IConfigurationElement configurationElement)
processAddition
in class AbstractRegistryEventListener
configurationElement
- The configuration elementtrue
if the configuration element has been properly added, false
otherwiseorg.eclipse.eef.ide.internal.extensions.AbstractRegistryEventListener#processAddition(org.eclipse.core.runtime.IConfigurationElement)
protected boolean processRemoval(org.eclipse.core.runtime.IConfigurationElement configurationElement)
processRemoval
in class AbstractRegistryEventListener
configurationElement
- The configuration elementtrue
if the configuration element has been properly removed, false
otherwiseorg.eclipse.eef.ide.internal.extensions.AbstractRegistryEventListener#processRemoval(org.eclipse.core.runtime.IConfigurationElement)