| 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.
|
| com.microfocus.awm.model |
Contains interfaces which provide access to AWM managed
resources at run-time like AWM applications, elements, element lists,
filters, file descriptors, actions, tools, properties and the master
configuration, and so on.
|
| com.microfocus.awm.model.internal |
Internal implementations of AWM interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static ElementListStructure |
TaurusFactory.createSimpleElementListStructure()
Creates a
ElementListStructure without any columns and a static
ID (GENERATED_ID). |
ElementListStructure |
TaurusFactory.getElementListStructure(java.lang.String pElementListStructureID)
Gets the element list structure with the given ID from the currently
loaded model.
|
| Modifier and Type | Method and Description |
|---|---|
IElementList |
TaurusFactory.createElementList(ElementListStructure pElementListStructure,
ActionDescriptor pAction)
Same as calling
createElementList(ElementListStructure, ActionDescriptor, null,
null). |
IElementList |
TaurusFactory.createElementList(ElementListStructure pElementListStructure,
ActionDescriptor pAction,
java.lang.String pElementListID)
Same as calling
createElementList(ElementListStructure, ActionDescriptor,
String, null). |
IElementList |
TaurusFactory.createElementList(ElementListStructure pElementListStructure,
ActionDescriptor pAction,
java.lang.String pElementListID,
IResource pParent)
Creates an
IElementList depending on the given parent
IResource. |
| Modifier and Type | Method and Description |
|---|---|
ElementListStructure |
TaurusFactory.createElementListStructure()
Returns a new object of class 'Element List Structure'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElementListStructureImpl |
| Modifier and Type | Method and Description |
|---|---|
ElementListStructure |
ActionDescriptorImpl.basicGetHasElementlist() |
ElementListStructure |
TaurusFactoryImpl.createElementListStructure() |
ElementListStructure |
ActionDescriptorImpl.getHasElementlist() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ElementListStructure> |
CElementListStructuresImpl.getElementListStructure() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionDescriptorImpl.setHasElementlist(ElementListStructure newHasElementlist) |
| Modifier and Type | Method and Description |
|---|---|
ElementListStructure |
ActionDescriptor.getHasElementlist()
Returns the value of the 'Has Elementlist' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ElementListStructure> |
CElementListStructures.getElementListStructure()
Returns the value of the 'Element List Structure'
containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionDescriptor.setHasElementlist(ElementListStructure value)
Sets the value of the
'
Has Elementlist' reference. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ActionDescriptorValidator.validateHasElementlist(ElementListStructure value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CElementListStructuresValidator.validateElementListStructure(org.eclipse.emf.common.util.EList<ElementListStructure> value) |
| Modifier and Type | Method and Description |
|---|---|
T |
TaurusSwitch.caseElementListStructure(ElementListStructure object)
Returns the result of interpreting the object as an instance of 'Element List Structure'.
|
boolean |
TaurusValidator.validateElementListStructure_CrossReferenceValidation(ElementListStructure elementListStructure,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the CrossReferenceValidation constraint of ' Element List
Structure'.
|
boolean |
TaurusValidator.validateElementListStructure_MissingEleTypeProp(ElementListStructure elementListStructure,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the MissingEleTypeProp constraint of ' Element List
Structure'.
|
boolean |
TaurusValidator.validateElementListStructure_MultiSeqnoAction(ElementListStructure elementListStructure,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the MultiSeqnoAction constraint of ' Element List
Structure'.
|
boolean |
TaurusValidator.validateElementListStructure_MultiSeqnoColumn(ElementListStructure elementListStructure,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the MultiSeqnoColumn constraint of ' Element List
Structure'.
|
boolean |
TaurusValidator.validateElementListStructure_MultiSeqNoProp(ElementListStructure elementListStructure,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the MultiSeqNoProp constraint of ' Element List
Structure'.
|
boolean |
TaurusValidator.validateElementListStructure(ElementListStructure elementListStructure,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
| Modifier and Type | Method and Description |
|---|---|
ElementListStructure |
IElementList.getElementListStructure()
Get the element list structure of this element list.
|
| Modifier and Type | Method and Description |
|---|---|
ElementListStructure |
ElementList.getElementListStructure() |
| Constructor and Description |
|---|
ElementList(ElementListStructure pElementListStructure,
ActionDescriptor pAction)
Creates a new list with no parent and a default generated ID.
|
ElementList(ElementListStructure pElementListStructure,
ActionDescriptor pAction,
IResource pParent)
Creates a new list with a default generated ID.
|
ElementList(ElementListStructure pElemetListStructure,
ActionDescriptor pAction,
java.lang.String pElementListID)
Creates a new list with no parent.
|
ElementList(ElementListStructure pElemetListStructure,
ActionDescriptor pAction,
java.lang.String pElementListID,
IResource pParent)
creates a new list.
|
Copyright © 2015 Micro Focus GmbH. All rights reserved.