Uses of Interface
de.mid.innovator.srv2api.icw2meta.MMMenuItemAble
-
Packages that use MMMenuItemAble Package Description de.mid.innovator.srv2api.icw2dg The documentation package deals with the model documentation configuration and generation.de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of MMMenuItemAble in de.mid.innovator.srv2api.icw2dg
Subinterfaces of MMMenuItemAble in de.mid.innovator.srv2api.icw2dg Modifier and Type Interface Description interface
DGCommand
Represents a documentation command. -
Uses of MMMenuItemAble in de.mid.innovator.srv2api.icw2meta
Subinterfaces of MMMenuItemAble in de.mid.innovator.srv2api.icw2meta Modifier and Type Interface Description interface
MMAddItem
interface
MMCreateTemplate
interface
MMEngineeringSequence
interface
MMVerify
Fields in de.mid.innovator.srv2api.icw2meta declared as MMMenuItemAble Modifier and Type Field Description MMMenuItemAble
ARG_MMMenuItemOut. ohAble
Menu item ableFields in de.mid.innovator.srv2api.icw2meta with type parameters of type MMMenuItemAble Modifier and Type Field Description java.util.List<MMMenuItemAble>
ARG_MMAssignMenuItem. seqOh
list of assigned menu itemsMethods in de.mid.innovator.srv2api.icw2meta that return MMMenuItemAble Modifier and Type Method Description MMMenuItemAble
MMMenuItem. getMenuItemAble()
The corresponding entity of this menu item.Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type MMMenuItemAble 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.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type MMMenuItemAble Constructor Description 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 MMMenuItemAble Constructor Description ARG_MMAssignMenuItem(MMProfile ohProfile, MMMenu ohMenu, MM2Class ohClass, java.util.List<MMMenuItemAble> seqOh)
-