| Package | Description |
|---|---|
| com.microfocus.awm.control |
Contains basic classes for executing AWM actions, like
the ActionExecutor.
|
| 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.modelextension |
Copyright (C) Micro Focus.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,ToolTypeExtension> |
ActionExecutor.createToolTypeMap()
Creates and returns a map of all available tool types and their
corresponding tool executors.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<ToolTypeExtension> |
TaurusExtensionPointUtility.getToolTypes()
Gets a list of available tool type extensions.
|
| Modifier and Type | Method and Description |
|---|---|
ToolDescriptor |
TaurusFactory.createToolDescriptor(ToolTypeExtension pTte)
Properly creates a tool descriptor with its tool type extension.
|
| Modifier and Type | Method and Description |
|---|---|
ToolTypeExtension |
ToolDescriptorImpl.getToolTypeExtension() |
| Modifier and Type | Method and Description |
|---|---|
ToolDescriptor |
TaurusFactoryImpl.createToolDescriptor(ToolTypeExtension pTte)
Creates a dynamic tool descriptor instance based on a
ToolTypeExtension. |
| Modifier and Type | Method and Description |
|---|---|
ToolTypeExtension |
ToolDescriptor.getToolTypeExtension()
Gets the
ToolTypeExtension of the tool descriptor. |
| Modifier and Type | Method and Description |
|---|---|
static ToolTypeExtension |
ModelExtensionUtilities.getToolType(ToolDescriptor pTd)
Gets the
ToolTypeExtension of the given tool descriptor. |
ToolTypeExtension |
ToolTypeParameter.getToolTypeExtension()
Gets the toolTypeExtension.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<ToolTypeExtension> |
ModelExtensionUtilities.getToolTypes()
Gets a list of available tool type extensions.
|
static java.util.List<ToolTypeExtension> |
ModelExtensionParser.getToolTypes()
Gets a list of available tool type extensions.
|
java.util.List<ToolTypeExtension> |
FunctionPackageExtension.getToolTypes()
Gets the list of tool types defined by this package.
|
| Constructor and Description |
|---|
ToolTypeInputParameter(java.lang.String pID,
java.lang.String pLabel,
ToolTypeExtension pParentToolTypeExtension,
FunctionPackageExtension pFpe,
EParameterTypes pType,
int pSequenceNumber,
java.lang.String pDefaultValue,
java.lang.String pStaticValue,
EModelExtensionCardinality pCardinality,
boolean pIsMassProcessing,
boolean pIsNullValueAllowed)
Basic constructor.
|
ToolTypeOutputParameter(java.lang.String pID,
java.lang.String pLabel,
ToolTypeExtension pParentToolTypeExtension,
FunctionPackageExtension pFp,
EParameterTypes pType,
int pSequenceNumber,
EModelExtensionCardinality pCardinality,
boolean pIsMassProcessing)
Basic constructor.
|
ToolTypeParameter(java.lang.String pID,
java.lang.String pLabel,
ToolTypeExtension pParentToolTypeExtension,
FunctionPackageExtension pFpe,
EParameterTypes pType,
int pSequenceNumber,
EModelExtensionCardinality pCardinality,
boolean pIsMassProcessing)
Basic constructor.
|
Copyright © 2015 Micro Focus GmbH. All rights reserved.