| Package | Description |
|---|---|
| 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.util |
Helper and utility classes for the AWM meta model including model validation and conversion.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionDescriptorImpl |
class |
AWMIdentifiableObjectImpl |
class |
ElementListStructureImpl |
class |
ElementTypeImpl |
class |
FileDescriptorImpl |
class |
FilterTypeImpl |
class |
FunctionPackageIconImpl |
class |
FunctionPackageImpl |
class |
GlobalActionImpl |
class |
IconImpl |
class |
IDDefinitionImpl |
class |
LinkedElementTypeImpl |
class |
LinkedPropertyImpl |
class |
PredefinedIconImpl |
class |
PropertyImpl |
class |
RToolInParameterImpl
An implementation of the model object 'RTool
In Parameter'.
|
class |
RToolInParameterUnresolved
Extension of
RToolParameterImpl used for references to tool parameter
which are not resolved at runtime, due to absence of their function package. |
class |
RToolOutParameterImpl
An implementation of the model object 'RTool
Out Parameter'.
|
class |
RToolParameterImpl
An implementation of the model object 'RTool
Parameter'.
|
class |
ToolDescriptorImpl
An implementation of the model object 'Tool
Descriptor'.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActionDescriptor
An action is an integrally closed function that can
be triggered in the user interface.
|
interface |
AWMIdentifiableObject |
interface |
ElementListStructure
An element list structure describes a table
structure for the table view or a tree table view.
|
interface |
ElementType
An element type describes a class of elements,
including their properties and applicable actions.
|
interface |
FileDescriptor
A file descriptor describes a file and, optionally,
the structure of the file.
|
interface |
FilterType
A filter type describes a class of filters.
|
interface |
FunctionPackage
A function package installed in the IDE and used in
an AWM model extends the model with additional functionality.
|
interface |
FunctionPackageIcon
Icons can be used to assign symbols to elements and
actions.
|
interface |
GlobalAction
A global action describes the location of an
executable action described by an action descriptor.
|
interface |
Icon
Icons can be used to assign symbols to elements and
actions.
|
interface |
IDDefinition
An ID definition is a description of an identifier
for the elements of one or more element types.
|
interface |
LinkedElementType
An element type describes a class of elements,
including their properties and applicable actions.
|
interface |
LinkedProperty
Linked properties can be provided by a function
package to AWM via the extension point attribute propertyProvider.
|
interface |
PredefinedIcon
Generic icon type which must have a unique ID and a
reference to one of the pre-defined icon images, which can be selected
through the “predefined” attribute of the icon.
|
interface |
Property
A property describes an attribute that can be
assigned to nearly all data model types.
|
interface |
RToolInParameter
This relationship describes exactly one input
parameter of a tool.
|
interface |
RToolOutParameter
The output parameters of a tool will be temporarily
saved during the execution of an action, so that subsequent tools can use
them as input parameters.
|
interface |
RToolParameter
A parameter of a tool.
|
interface |
ToolDescriptor
An AWM tool descriptor describes how a tool provided by a function package is
called at run time.
|
| Modifier and Type | Method and Description |
|---|---|
static IFunctionPackageDefinable |
TaurusMetaModelUtilities.getObjectWithExtensionID(java.lang.String pExtensionID,
java.util.Collection<org.eclipse.emf.ecore.EObject> pObjectToCheck)
Returns the first object in the given list which contains the desired
extension ID.
|
| Modifier and Type | Method and Description |
|---|---|
T |
TaurusSwitch.caseIFunctionPackageDefinable(IFunctionPackageDefinable object)
Returns the result of interpreting the object as an instance of 'IFunction Package Definable'.
|
boolean |
TaurusValidator.validateIFunctionPackageDefinable(IFunctionPackageDefinable iFunctionPackageDefinable,
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.