AWM API packages

The AWM API consists of all classes in these packages:

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.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.meta.interfaces This package 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 This packages provides access to the AWM modeled data which is supported by extension point implementations like the definition of a function package, linked element type, linked property, tool type extensions, and so on.
com.microfocus.awm.remote This package contains interfaces which provide access to a mainframe system connection, file attribute and file data as well as code page information.

For a detailed description of the AWM API:

  1. Open the Java program editor.
  2. Hover over a class of the API.

  3. Place the cursor into the help window, and then click Open Attached Javadoc in a Browser.

    This opens a browser window with the Java documentation of the API classes in another editor page:


    Technical Documentation