| Package | Description |
|---|---|
| com.microfocus.awm.core |
Contains central helper classes (like TaurusUtility) and
basic implementations of AWM interfaces.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TableResource
Standard implementation of
ITableResource. |
| Modifier and Type | Method and Description |
|---|---|
ITableResource |
TaurusFactory.createTableResource(FileDescriptor pFileDescr)
Creates a new table resource.
|
ITableResource |
TaurusFactory.createTableResource(FileDescriptor pFileDescr,
java.util.List<ITableResource> pTabEntryListEntryList)
Creates a new table resource.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ITableResource> |
TableResource.getTableResourceList() |
| Modifier and Type | Method and Description |
|---|---|
ITableResource |
TaurusFactory.createTableResource(FileDescriptor pFileDescr,
java.util.List<ITableResource> pTabEntryListEntryList)
Creates a new table resource.
|
| Constructor and Description |
|---|
TableResource(FileDescriptor pFileDescriptor,
java.util.List<ITableResource> pTabEntryListEntryList)
Creates a new table resource.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ITableResource> |
ITableResource.getTableResourceList()
Gets the list of table resources which contains this table resource.
|
Copyright © 2015 Micro Focus GmbH. All rights reserved.