Interface | Description |
---|---|
IEntryContentProvider |
An interface that contains the basic getters and setters required to pull
data from the Entry.
|
Class | Description |
---|---|
AdaptiveTreeComposite |
This class extends
TreeComposite to create TreeComposites that have
adaptive properties based on a currently selected type. |
BasicEntryContentProvider |
A class that implements the IEntryContentProvider interface.
|
DataComponent |
The DataComponent class is a container for Entries and behaves as a Component
from the UpdateableComposite package.
|
Entry |
The Entry class is responsible for collecting and managing the individual
values needed by the Item to perform a task.
|
Form |
The Form class is a representation of the Item class and contains all of the
Entries that must be addressed by the Eclipse User before the Item can
perform its task or tasks.
|
MasterDetailsComponent |
This class provides a data structure that orders key values and
DataComponents in a way that is consistent with the Master/Details pattern.
|
MasterDetailsPair |
The MasterDetailsPair class is used by the MasterDetailsComponent to keep
track of "masters" and "details" without having to store them in two separate
arrays.
|
Material |
This class represents physical Materials.
|
MatrixComponent |
The MatrixComponent class is a realization of the Component interface that
provides the functionality necessary to encapsulate a two dimensional array
of double values, mimicking a mathematical matrix.
|
ResourceComponent |
The ResourceComponent is a specialization of ListComponent that is used to
manage a set of ICEResources.
|
TableComponent |
The TableComponent class is a Component that contains a set of Entries that
are related to each other within a single row of a table and it can contain
many rows.
|
TimeDataComponent |
A specific DataComponent implementation that handles very specific roles for
setting up time loops.
|
TreeComposite |
The TreeComposite realizes the Composite interface to provide a multi-level
hierarchical tree of ICE Components.
|
Enum | Description |
---|---|
AcceptanceCode |
The AcceptanceCode enumeration is the list of all possible return values that
will be returned by Forms when updating Entries or by Items when submitting
Forms.
|
AllowedValueType |
The ValueType enumeration describes the types of Values that are stored for
in an instance of the Entry class.
|
FormStatus |
This enumeration describes the degree to which the Form is found acceptable.
|