Package
|
Description
|
com.arbortext.epic
|
The core interfaces of the AOM, including the singleton Application and Acl objects.
|
com.arbortext.epic.table
|
The table-related interfaces for the AOM, including the TableObject superinterface.
|
com.arbortext.epic.ui
|
User interface-related interfaces for the AOM, including the Component superinterface.
|
org.w3c.dom
|
The core interfaces for the W3C Document Object Model (DOM).
|
org.w3c.dom.events
|
The interfaces for the W3C DOM Events specification.
|
org.w3c.dom.ranges
|
The interfaces for the W3C DOM Ranges specification.
|
org.w3c.dom.views
|
The interfaces for the W3C DOM Views specification.
|
|
If you inspect the aom.jar file, you will find additional packages (for example, com.arbortext.epic.internal). These additional packages are for Arbortext internal use and should not be used in your Java programs.
|
|
The com.arbortext.epic.ui package defines several AOM-specific interfaces that have the same names as some in the java.awt package. If you import the AOM user interface package in a .java source file, do not also import java.awt.
|