An expression that evaluates whether a particular action set is active.
This class is not intended for use outside of the org.eclipse.ui.workbench plug-in.
org.eclipse.ui.workbench
823824825826827828829830831832833
if (label == null) { continue; } // Restrict the handler to when the action set is active. final LegacyActionSetExpression expression = new LegacyActionSetExpression( id, window); // Read all of the child elements. readActionsAndMenus(element, id,