Community
Participate
Working Groups
scheduler.queueForDecoration(element, getResourceAdapter(element),
force, originalText, context);
//If all that is there is deferred ones then defer decoration.
// if we forced the decorator to update, then the caller can wait for the notification.
//For the sake of efficiency we do not test for enablement at this
// when notified he will update and get the light and full label decorations together
//point and just abandon deferment if there are any to run right
// if the decoration was not forced, he needs to decorate the label right away.
//away
return !force;
return getFullDefinitions().length > 0;
}
/* (non-Javadoc)