Community
Participate
Working Groups
force, originalText, context);
//If all that is there is deferred ones then defer decoration.
//For the sake of efficiency we do not test for enablement at this
//For the sake of efficiency we do not test for element enablement at this
//point and just abandon deferment if there are any to run right
//away
return getFullDefinitions().length > 0;
return hasEnabledFullDefinitions();
}
/* (non-Javadoc)
return fullDefinitions;
private boolean hasEnabledFullDefinitions() {
FullDecoratorDefinition[] definitions= getFullDefinitions();
for (int i= 0; i < definitions.length; i++) {
if (definitions[i].isEnabled())
return true;
return false;
private IExtensionPoint getExtensionPointFilter() {
return Platform.getExtensionRegistry().getExtensionPoint(EXTENSIONPOINT_UNIQUE_ID);