/** @see IActionDelegate#run(IAction) */ public void run(IAction action) { IStructuredSelection structuredSelection = Selection.getInstance().getStructuredSelection(); COMM_COMM_NewClassParticipant(structuredSelection); }
/** @see IActionDelegate#run(IAction) */ public void run(IAction action) { IStructuredSelection structuredSelection = Selection.getInstance().getStructuredSelection(); SQ_S_NewInstance(structuredSelection); }
/** @see IActionDelegate#run(IAction) */ public void run(IAction action) { IStructuredSelection structuredSelection = Selection.getInstance().getStructuredSelection(); WizardDialog wd = SQ_CP_SpecializedPackageClassFormalize(structuredSelection); wd.open(); }
/** @see IActionDelegate#run(IAction) */ public void run(IAction action) { IStructuredSelection structuredSelection = Selection.getInstance().getStructuredSelection(); WizardDialog wd = MSG_SM_CommunicationClassOperationFormalize(structuredSelection); wd.open(); }
/** @see IActionDelegate#run(IAction) */ public void run(IAction action) { IStructuredSelection structuredSelection = Selection.getInstance().getStructuredSelection(); CNST_CSP_NewConstant(structuredSelection); }