|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface MMMenuItem
| Nested Class Summary | |
|---|---|
static class |
MMMenuItem.VAttr
|
| Method Summary | |
|---|---|
List<ADClientAble> |
evaluateAdd(List<? extends ADClientAble> seqSel,
List<? extends ADClientAble> seqReq,
Point position,
Point size,
Point offset)
Adds elements as nodes to the diagram where this menu item is executed. |
ADClientAble |
evaluateTemplate(List<? extends ADClientAble> seqSel,
List<? extends ADClientAble> seqReq,
Point position,
Point size,
Point offset)
Evaluates the create template of this menu item. |
DGSelection |
getDGSelection()
Gets the documentation selection associated with this menu item. |
ARG_MMEvalSequence |
getEvaluateAction()
Evaluates the sequence of engineering actions of this menu item. |
MMMenu |
getMenu()
The menu owning this menu item. |
MMMenuItemAble |
getMenuItemAble()
The corresponding entity of this menu item. |
boolean |
getUseIcon()
True, if this menu item is displayed in the icon bar. |
void |
setUseIcon(boolean value)
Set the value of Attribut UseIcon. |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble |
|---|
delete |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADClientAble |
|---|
getAnnotation, getLogic, getLogic, getPresentationContext, getSection |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble |
|---|
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRowList, getTabElementRowTypeList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModify |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement |
|---|
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject |
|---|
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble |
|---|
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner |
| Method Detail |
|---|
List<ADClientAble> evaluateAdd(List<? extends ADClientAble> seqSel,
List<? extends ADClientAble> seqReq,
Point position,
Point size,
Point offset)
throws InoNetException,
SrvErrorException
seqSel - List of selected elementsseqReq - List of additional requirementsposition - Position in diagramsize - Size in diagramoffset - Position offset, if more than one node is added
InoNetException
SrvErrorException
ADClientAble evaluateTemplate(List<? extends ADClientAble> seqSel,
List<? extends ADClientAble> seqReq,
Point position,
Point size,
Point offset)
throws InoNetException,
SrvErrorException
seqSel - List of selected elementsseqReq - List of additional requirementsposition - Position in diagramsize - Size in diagramoffset - Position offset, if more than one node is added
InoNetException
SrvErrorException
DGSelection getDGSelection()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
ARG_MMEvalSequence getEvaluateAction()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
MMMenu getMenu()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
MMMenuItemAble getMenuItemAble()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
boolean getUseIcon()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
void setUseIcon(boolean value)
throws InoNetException,
SrvErrorException
value - The value to be set.
InoNetException
SrvErrorException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||