public interface ISAEditorAction extends AWMObject
An editor action appears in the context menu of an editor if the file suffix of the opened file matches one of the modeled editor suffixes
The following features are supported:
TaurusPackage.getISAEditorAction()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEditorSuffixes()
Returns the value of the 'Editor Suffixes' attribute.
|
org.eclipse.emf.common.util.EList<SelectionPropertyMapping> |
getPropertyMapping()
Returns the value of the 'Property Mapping' containment
reference list.
|
boolean |
isModelledEditSessionsOnly()
Returns the value of the 'Modelled Edit Sessions Only'
attribute.
|
boolean |
isSetEditorSuffixes()
Returns whether the value of the
'
Editor Suffixes' attribute is set. |
boolean |
isSetModelledEditSessionsOnly()
Returns whether the value of the
'
Modelled Edit Sessions Only' attribute is set. |
boolean |
isSetUpdateEditContext()
Returns whether the value of the
'
Update Edit Context' attribute is set. |
boolean |
isUpdateEditContext()
Returns the value of the 'Update Edit Context' attribute.
|
void |
setEditorSuffixes(java.lang.String value)
Sets the value of the
'
Editor Suffixes' attribute. |
void |
setModelledEditSessionsOnly(boolean value)
Sets the value of the
'
Modelled Edit Sessions Only' attribute. |
void |
setUpdateEditContext(boolean value)
Sets the value of the
'
Update Edit Context' attribute. |
void |
unsetEditorSuffixes()
Unsets the value of the
'
Editor Suffixes' attribute. |
void |
unsetModelledEditSessionsOnly()
Unsets the value of the
'
Modelled Edit Sessions Only' attribute. |
void |
unsetUpdateEditContext()
Unsets the value of the
'
Update Edit Context' attribute. |
getComment, isSetComment, setComment, unsetCommentorg.eclipse.emf.common.util.EList<SelectionPropertyMapping> getPropertyMapping()
SelectionPropertyMapping. Complex
attribute that maps a specific text selection in the editor to a
property; used as an input parameter for tools within the action. TaurusPackage.getISAEditorAction_PropertyMapping()java.lang.String getEditorSuffixes()
"*". isSetEditorSuffixes(),
unsetEditorSuffixes(),
setEditorSuffixes(String),
TaurusPackage.getISAEditorAction_EditorSuffixes()void setEditorSuffixes(java.lang.String value)
Editor Suffixes' attribute. value - the new value of the 'Editor Suffixes' attribute.isSetEditorSuffixes(),
unsetEditorSuffixes(),
getEditorSuffixes()void unsetEditorSuffixes()
Editor Suffixes' attribute. boolean isSetEditorSuffixes()
Editor Suffixes' attribute is set. unsetEditorSuffixes(),
getEditorSuffixes(),
setEditorSuffixes(String)boolean isUpdateEditContext()
"false". isSetUpdateEditContext(),
unsetUpdateEditContext(),
setUpdateEditContext(boolean),
TaurusPackage.getISAEditorAction_UpdateEditContext()void setUpdateEditContext(boolean value)
Update Edit Context' attribute. value - the new value of the 'Update Edit Context' attribute.isSetUpdateEditContext(),
unsetUpdateEditContext(),
isUpdateEditContext()void unsetUpdateEditContext()
Update Edit Context' attribute. boolean isSetUpdateEditContext()
Update Edit Context' attribute is set.
unsetUpdateEditContext(),
isUpdateEditContext(),
setUpdateEditContext(boolean)boolean isModelledEditSessionsOnly()
"true". isSetModelledEditSessionsOnly(),
unsetModelledEditSessionsOnly(),
setModelledEditSessionsOnly(boolean),
TaurusPackage.getISAEditorAction_ModelledEditSessionsOnly()void setModelledEditSessionsOnly(boolean value)
Modelled Edit Sessions Only' attribute.
value - the new value of the 'Modelled Edit Sessions Only'
attribute.isSetModelledEditSessionsOnly(),
unsetModelledEditSessionsOnly(),
isModelledEditSessionsOnly()void unsetModelledEditSessionsOnly()
Modelled Edit Sessions Only' attribute.
boolean isSetModelledEditSessionsOnly()
Modelled Edit Sessions Only' attribute is set. unsetModelledEditSessionsOnly(),
isModelledEditSessionsOnly(),
setModelledEditSessionsOnly(boolean)Copyright © 2015 Micro Focus GmbH. All rights reserved.