| Package | Description |
|---|---|
| com.microfocus.awm.meta |
Core classes of the AWM meta model plug-in.
|
| com.microfocus.awm.meta.impl |
Implementations of AWM model access interfaces.
|
| com.microfocus.awm.meta.interfaces |
Provides access to the AWM modeled data like AWM
action descriptors, application options, element list structures,
element types, file descriptors, filter types, function packages,
global actions, icons, tool descriptors, and so on.
|
| com.microfocus.awm.meta.interfaces.validation |
Internal validation interfaces for objects of the AWM meta model.
|
| com.microfocus.awm.meta.util |
Helper and utility classes for the AWM meta model including model validation and conversion.
|
| Modifier and Type | Method and Description |
|---|---|
RElementAction |
TaurusFactory.createRElementAction()
Returns a new object of class 'RElement Action'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RElementActionImpl |
| Modifier and Type | Method and Description |
|---|---|
RElementAction |
TaurusFactoryImpl.createRElementAction() |
RElementAction |
ElementTypeImpl.getDefaultAction() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<RElementAction> |
ElementTypeImpl.getHasAction() |
| Modifier and Type | Method and Description |
|---|---|
RElementAction |
ElementType.getDefaultAction()
Deprecated.
this method only returns the first default action, while
there can be several. Either iterate through
ElementType.getHasAction() and use
isDefaultAction() or use
ElementAction#getDefaultActionsForType(ElementType,
org.eclipse.jface.viewers.Viewer). |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<RElementAction> |
ElementType.getHasAction()
Returns the value of the 'Has Action' containment
reference list.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ElementTypeValidator.validateHasAction(org.eclipse.emf.common.util.EList<RElementAction> value) |
| Modifier and Type | Method and Description |
|---|---|
T |
TaurusSwitch.caseRElementAction(RElementAction object)
Returns the result of interpreting the object as an instance of 'RElement Action'.
|
boolean |
TaurusValidator.validateRElementAction(RElementAction rElementAction,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Copyright © 2015 Micro Focus GmbH. All rights reserved.