public interface ActionDescriptor extends AWMIdentifiableObject
The following features are supported:
TaurusPackage.getActionDescriptor()| Modifier and Type | Method and Description |
|---|---|
ActionDescriptor |
clone()
Clones this action descriptor.
|
java.lang.String |
getCustomErrorMessage()
Returns the value of the 'Custom Error Message'
attribute.
|
EActionExecutionMode |
getExecutionMode()
Returns the value of the 'Execution Mode' attribute.
|
ElementListStructure |
getHasElementlist()
Returns the value of the 'Has Elementlist' reference.
|
org.eclipse.emf.common.util.EList<RActionTool> |
getHasTool()
Returns the value of the 'Has Tool' containment reference
list.
|
Icon |
getIcon()
Returns the value of the 'Icon' reference.
|
java.lang.String |
getKeyBindingContext()
Returns the value of the 'Key Binding Context' attribute.
|
java.lang.String |
getKeySequence()
Returns the value of the 'Key Sequence' attribute.
|
java.lang.String |
getLabel()
Returns the value of the 'Label' attribute.
|
java.lang.String |
getLabelFromHierarchy()
Returns the Label or the ID if the Label wasn't set.
|
ActionDescriptor |
getRelatedCloseAction()
Returns the value of the 'Related Close Action'
reference.
|
ActionDescriptor |
getRelatedSaveAction()
Returns the value of the 'Related Save Action' reference.
|
java.lang.String |
getTableViewID()
Returns the value of the 'Table View ID' attribute.
|
java.lang.String |
getTableViewLabel()
Returns the value of the 'Table View Label' attribute.
|
boolean |
isLinkElementList()
Returns the value of the 'Link Element List' attribute.
|
boolean |
isMassProcessing()
Returns the value of the 'Mass Processing' attribute.
|
boolean |
isRefreshList()
Returns the value of the 'Refresh List' attribute.
|
boolean |
isSetExecutionMode()
Returns whether the value of the
'
Execution Mode' attribute is set. |
boolean |
isSetHasElementlist()
Returns whether the value of the
'
Has Elementlist' reference is set. |
boolean |
isSetLabel()
Returns whether the value of the
'
Label' attribute is set. |
boolean |
isSetLinkElementList()
Returns whether the value of the
'
Link Element List' attribute is set. |
boolean |
isSetMassProcessing()
Returns whether the value of the
'
Mass Processing' attribute is set. |
boolean |
isSetRefreshList()
Returns whether the value of the
'
Refresh List' attribute is set. |
boolean |
isSetShowProgressMonitor()
Returns whether the value of the
'
Show Progress Monitor' attribute is set. |
boolean |
isShowProgressMonitor()
Returns the value of the 'Show Progress Monitor'
attribute.
|
void |
setCustomErrorMessage(java.lang.String value)
Sets the value of the
'
Custom Error Message' attribute. |
void |
setExecutionMode(EActionExecutionMode value)
Sets the value of the
'
Execution Mode' attribute. |
void |
setHasElementlist(ElementListStructure value)
Sets the value of the
'
Has Elementlist' reference. |
void |
setIcon(Icon value)
Sets the value of the
'
Icon' reference. |
void |
setKeyBindingContext(java.lang.String value)
Sets the value of the
'
Key Binding Context' attribute. |
void |
setKeySequence(java.lang.String value)
Sets the value of the
'
Key Sequence' attribute. |
void |
setLabel(java.lang.String value)
Sets the value of the
'
Label' attribute. |
void |
setLinkElementList(boolean value)
Sets the value of the
'
Link Element List' attribute. |
void |
setMassProcessing(boolean value)
Sets the value of the
'
Mass Processing' attribute. |
void |
setRefreshList(boolean value)
Sets the value of the
'
Refresh List' attribute. |
void |
setRelatedCloseAction(ActionDescriptor value)
Sets the value of the
'
Related Close Action' reference. |
void |
setRelatedSaveAction(ActionDescriptor value)
Sets the value of the
'
Related Save Action' reference. |
void |
setShowProgressMonitor(boolean value)
Sets the value of the
'
Show Progress Monitor' attribute. |
void |
setTableViewID(java.lang.String value)
Sets the value of the
'
Table View ID' attribute. |
void |
setTableViewLabel(java.lang.String value)
Sets the value of the
'
Table View Label' attribute. |
void |
unsetExecutionMode()
Unsets the value of the
'
Execution Mode' attribute. |
void |
unsetHasElementlist()
Unsets the value of the
'
Has Elementlist' reference. |
void |
unsetLabel()
Unsets the value of the
'
Label' attribute. |
void |
unsetLinkElementList()
Unsets the value of the
'
Link Element List' attribute. |
void |
unsetMassProcessing()
Unsets the value of the
'
Mass Processing' attribute. |
void |
unsetRefreshList()
Unsets the value of the
'
Refresh List' attribute. |
void |
unsetShowProgressMonitor()
Unsets the value of the
'
Show Progress Monitor' attribute. |
getID, getModelEditorGroup, isSetModelEditorGroup, setID, setModelEditorGroup, unsetModelEditorGroupgetComment, isSetComment, setComment, unsetCommentgetExtensionID, setExtensionIDorg.eclipse.emf.common.util.EList<RActionTool> getHasTool()
RActionTool.
Relationship to a tool descriptor. The tool sequence for an action is
defined by these relationships. TaurusPackage.getActionDescriptor_HasTool()EActionExecutionMode getExecutionMode()
EActionExecutionMode. EActionExecutionMode,
isSetExecutionMode(),
unsetExecutionMode(),
setExecutionMode(EActionExecutionMode),
TaurusPackage.getActionDescriptor_ExecutionMode()void setExecutionMode(EActionExecutionMode value)
Execution Mode' attribute. value - the new value of the 'Execution Mode' attribute.EActionExecutionMode,
isSetExecutionMode(),
unsetExecutionMode(),
getExecutionMode()void unsetExecutionMode()
Execution Mode' attribute. boolean isSetExecutionMode()
Execution Mode' attribute is set. unsetExecutionMode(),
getExecutionMode(),
setExecutionMode(EActionExecutionMode)ElementListStructure getHasElementlist()
isSetHasElementlist(),
unsetHasElementlist(),
setHasElementlist(ElementListStructure),
TaurusPackage.getActionDescriptor_HasElementlist()void setHasElementlist(ElementListStructure value)
Has Elementlist' reference. value - the new value of the 'Has Elementlist' reference.isSetHasElementlist(),
unsetHasElementlist(),
getHasElementlist()void unsetHasElementlist()
Has Elementlist' reference. boolean isSetHasElementlist()
Has Elementlist' reference is set. unsetHasElementlist(),
getHasElementlist(),
setHasElementlist(ElementListStructure)Icon getIcon()
setIcon(Icon),
TaurusPackage.getActionDescriptor_Icon()void setIcon(Icon value)
Icon' reference. value - the new value of the 'Icon' reference.getIcon()java.lang.String getKeyBindingContext()
setKeyBindingContext(String),
TaurusPackage.getActionDescriptor_KeyBindingContext()void setKeyBindingContext(java.lang.String value)
Key Binding Context' attribute. value - the new value of the 'Key Binding Context' attribute.getKeyBindingContext()java.lang.String getKeySequence()
setKeySequence(String),
TaurusPackage.getActionDescriptor_KeySequence()void setKeySequence(java.lang.String value)
Key Sequence' attribute. value - the new value of the 'Key Sequence' attribute.getKeySequence()java.lang.String getLabel()
isSetLabel(),
unsetLabel(),
setLabel(String),
TaurusPackage.getActionDescriptor_Label()java.lang.String getLabelFromHierarchy()
void setLabel(java.lang.String value)
Label' attribute. value - the new value of the 'Label' attribute.isSetLabel(),
unsetLabel(),
getLabel()void unsetLabel()
Label' attribute. isSetLabel(),
getLabel(),
setLabel(String)boolean isSetLabel()
Label' attribute is set. unsetLabel(),
getLabel(),
setLabel(String)boolean isLinkElementList()
"true". isSetLinkElementList(),
unsetLinkElementList(),
setLinkElementList(boolean),
TaurusPackage.getActionDescriptor_LinkElementList()void setLinkElementList(boolean value)
Link Element List' attribute. value - the new value of the 'Link Element List' attribute.isSetLinkElementList(),
unsetLinkElementList(),
isLinkElementList()void unsetLinkElementList()
Link Element List' attribute. boolean isSetLinkElementList()
Link Element List' attribute is set.
unsetLinkElementList(),
isLinkElementList(),
setLinkElementList(boolean)boolean isMassProcessing()
"false". isSetMassProcessing(),
unsetMassProcessing(),
setMassProcessing(boolean),
TaurusPackage.getActionDescriptor_MassProcessing()void setMassProcessing(boolean value)
Mass Processing' attribute. value - the new value of the 'Mass Processing' attribute.isSetMassProcessing(),
unsetMassProcessing(),
isMassProcessing()void unsetMassProcessing()
Mass Processing' attribute. boolean isSetMassProcessing()
Mass Processing' attribute is set. unsetMassProcessing(),
isMassProcessing(),
setMassProcessing(boolean)boolean isRefreshList()
"false". isSetRefreshList(),
unsetRefreshList(),
setRefreshList(boolean),
TaurusPackage.getActionDescriptor_RefreshList()void setRefreshList(boolean value)
Refresh List' attribute. value - the new value of the 'Refresh List' attribute.isSetRefreshList(),
unsetRefreshList(),
isRefreshList()void unsetRefreshList()
Refresh List' attribute. isSetRefreshList(),
isRefreshList(),
setRefreshList(boolean)boolean isSetRefreshList()
Refresh List' attribute is set. unsetRefreshList(),
isRefreshList(),
setRefreshList(boolean)ActionDescriptor getRelatedCloseAction()
setRelatedCloseAction(ActionDescriptor),
TaurusPackage.getActionDescriptor_RelatedCloseAction()void setRelatedCloseAction(ActionDescriptor value)
Related Close Action' reference. value - the new value of the 'Related Close Action'
reference.getRelatedCloseAction()ActionDescriptor getRelatedSaveAction()
setRelatedSaveAction(ActionDescriptor),
TaurusPackage.getActionDescriptor_RelatedSaveAction()void setRelatedSaveAction(ActionDescriptor value)
Related Save Action' reference. value - the new value of the 'Related Save Action' reference.getRelatedSaveAction()java.lang.String getTableViewID()
setTableViewID(String),
TaurusPackage.getActionDescriptor_TableViewID()void setTableViewID(java.lang.String value)
Table View ID' attribute. value - the new value of the 'Table View ID' attribute.getTableViewID()java.lang.String getTableViewLabel()
setTableViewLabel(String),
TaurusPackage.getActionDescriptor_TableViewLabel()void setTableViewLabel(java.lang.String value)
Table View Label' attribute. value - the new value of the 'Table View Label' attribute.getTableViewLabel()boolean isShowProgressMonitor()
"true". isSetShowProgressMonitor(),
unsetShowProgressMonitor(),
setShowProgressMonitor(boolean),
TaurusPackage.getActionDescriptor_ShowProgressMonitor()void setShowProgressMonitor(boolean value)
Show Progress Monitor' attribute. value - the new value of the 'Show Progress Monitor'
attribute.isSetShowProgressMonitor(),
unsetShowProgressMonitor(),
isShowProgressMonitor()void unsetShowProgressMonitor()
Show Progress Monitor' attribute. boolean isSetShowProgressMonitor()
Show Progress Monitor' attribute is set. unsetShowProgressMonitor(),
isShowProgressMonitor(),
setShowProgressMonitor(boolean)java.lang.String getCustomErrorMessage()
setCustomErrorMessage(String),
TaurusPackage.getActionDescriptor_CustomErrorMessage()void setCustomErrorMessage(java.lang.String value)
Custom Error Message' attribute. value - the new value of the 'Custom Error Message'
attribute.getCustomErrorMessage()ActionDescriptor clone()
CloneableCopyright © 2015 Micro Focus GmbH. All rights reserved.