| Package | Description |
|---|---|
| com.microfocus.awm.core |
Contains central helper classes (like TaurusUtility) and
basic implementations of AWM interfaces.
|
| 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 |
|---|---|
RApplicationAction |
ApplicationAction.getRApplicationAction()
Gets the
RApplicationAction relationship of the action if the
application action was created from a RApplicationAction. |
| Constructor and Description |
|---|
ApplicationAction(ITaurusApplication pAppl,
RApplicationAction pRApplAct)
Creates a new Application action from a
RApplicationAction. |
| Modifier and Type | Method and Description |
|---|---|
RApplicationAction |
TaurusFactory.createRApplicationAction()
Returns a new object of class 'RApplication Action'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RApplicationActionImpl |
| Modifier and Type | Method and Description |
|---|---|
RApplicationAction |
TaurusFactoryImpl.createRApplicationAction() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<RApplicationAction> |
ApplicationOptionsImpl.getApplicationAction() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<RApplicationAction> |
ApplicationOptions.getApplicationAction()
Returns the value of the 'Application Action' containment
reference list.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ApplicationOptionsValidator.validateApplicationAction(org.eclipse.emf.common.util.EList<RApplicationAction> value) |
| Modifier and Type | Method and Description |
|---|---|
T |
TaurusSwitch.caseRApplicationAction(RApplicationAction object)
Returns the result of interpreting the object as an instance of
'RApplication Action'.
|
boolean |
TaurusValidator.validateRApplicationAction(RApplicationAction rApplicationAction,
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.