Uses of Interface
de.mid.innovator.srv2api.icw2meta.MMMenuItem
-
Packages that use MMMenuItem Package Description de.mid.innovator.srv2api.icw2meta Meta model and administration information.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of MMMenuItem in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as MMMenuItem Modifier and Type Field Description MMMenuItemARG_MMGetMenuItem. ohItemmenu item for which the menu item is requestedMMMenuItemARG_MMMenuItemOut. ohItemMenu itemFields in de.mid.innovator.srv2api.icw2meta with type parameters of type MMMenuItem Modifier and Type Field Description java.util.List<MMMenuItem>ARG_CopyMenuDlgCmd. seqItemlist of menu items which have to be copied (with their owning menus)Methods in de.mid.innovator.srv2api.icw2meta that return MMMenuItem Modifier and Type Method Description MMMenuItemMMMenuAble. getMenuItem(MMMenuItem ohItem)The corresponding menu item of a specified menu item within a menu of thisMMMenuAble.Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type MMMenuItem Modifier and Type Method Description java.util.List<MMMenuItem>MM2Classification. assignMenuItem(MMProfile ohProfile, MMMenu ohMenu, MM2Class ohClass, java.util.List<? extends MMMenuItemAble> seqOh)Assigns a list of menu items to a meta classification.java.util.List<MMMenuItem>MMMenuItemAble. getMenuItem(K_CONTROL_OPTION... behaviourFlags)The corresponding entity of this menu item.java.util.List<MMMenuItem>MMMenu. getOwnedMenuItem(K_CONTROL_OPTION... behaviourFlags)All menu items owned by this menu.Methods in de.mid.innovator.srv2api.icw2meta with parameters of type MMMenuItem Modifier and Type Method Description MMMenuItemMMMenuAble. getMenuItem(MMMenuItem ohItem)The corresponding menu item of a specified menu item within a menu of thisMMMenuAble.Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type MMMenuItem Modifier and Type Method Description voidMM2Classification. copyMenuDlg(MMProfile ohProfile, MMProfile ohSrcProfile, MMStereotype ohSrcStereo, boolean copyAll, java.util.List<? extends MMMenuItem> seqItem)Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type MMMenuItem Constructor Description ARG_MMGetMenuItem(MMMenuItem ohItem)ARG_MMMenuItemOut(MMMenuItem ohItem, MMMenuItemAble ohAble, java.lang.String nameItem, java.lang.String nameBmp, java.lang.Class<? extends ELObject> kVOclModel, java.lang.Class<? extends ELObject> kVOclPres, int idStereo, java.lang.String strComment, java.lang.String strMeta, boolean isDia, boolean hasRequirement, boolean hasCreate, boolean hasSelMany, K_ENGINEERING kEngineering, java.util.List<java.lang.Class<? extends ELObject>> seqAddContext, int iEnumCreate)Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type MMMenuItem Constructor Description ARG_CopyMenuDlgCmd(MMProfile ohProfile, MMProfile ohSrcProfile, MMStereotype ohSrcStereo, boolean copyAll, java.util.List<MMMenuItem> seqItem) -
Uses of MMMenuItem in de.mid.innovator.srv2api.icw2model
Fields in de.mid.innovator.srv2api.icw2model declared as MMMenuItem Modifier and Type Field Description MMMenuItemARG_TransformInstanceIn. ohMenueItemmenuItem used for transformationMethods in de.mid.innovator.srv2api.icw2model with parameters of type MMMenuItem Modifier and Type Method Description static java.util.List<ARG_TransformPreView>MEStereotypeAbleHelper. getTransformPreView(SrvContext srvCtx, java.util.List<? extends MEStereotypeAble> seqSel, MMMenuItem ohMenueItem, ELElement ohReq)Calculates the all elements which will be deleted or modified by the transformation of the specified elements.static java.util.List<MMStereotypeAble>MEStereotypeAbleHelper. transformInstance(SrvContext srvCtx, java.util.List<? extends MEStereotypeAble> seqSel, MMMenuItem ohMenueItem, ELElement ohReq)Applies the transformation rules to the provided instances.Constructors in de.mid.innovator.srv2api.icw2model with parameters of type MMMenuItem Constructor Description ARG_TransformInstanceIn(java.util.List<MEStereotypeAble> seqSel, MMMenuItem ohMenueItem, ELElement ohReq)
-