An expression representing the part id of the legacy editor action bar contribution.
part id
This class is not intended for use outside of the org.eclipse.ui.workbench plug-in.
org.eclipse.ui.workbench
480481482483484485486487488
* Returns the expression used for action handler activation. * @return the expression used for action handler activation. */ public Expression getHandlerExpression() { if (editorHandlerExpression == null) { editorHandlerExpression = new LegacyEditorActionBarExpression(type); } return editorHandlerExpression; }