|
New Object Class
|
Description
|
|
|
The base functionality for the iTools command buffer system.
|
|
|
A container for IDLitCommand objects, which allows a group of commands to be managed as a single item.
|
|
|
A core or base component, from which all other components subclass.
Note - This class is now a superclass of all the atomic graphical (IDLgr*) object classes.
|
|
|
A specialization of the IDL_Container class that manages a collection of IDLitComponents and provides methods for working with the Identifier system of the iTools framework.
|
|
|
A generic data storage object that can hold any IDL data type available. It provides typing, metadata, and data change notification functionality. When coupled with IDLitDataContainer, it forms the element for the construction of composite data types.
|
|
|
A container for IDLitData and IDLitDataContainer objects. This container is used to form hierarchical data structures. Data and DataContainer objects can be added and removed to/from a DataContainer during program execution, allowing for dynamic creation of composite data types.
|
|
|
A subclass to IDLitOperation that automates data access and automatically records information for the undo-redo system.
|
|
|
An interface providing common methods to send or trigger messaging and error actions, which may occur during execution.
|
|
|
The base functionality of the iTools manipulator system.
|
|
|
A container for IDLitManipulator objects, which allows for the construction of manipulator hierarchies. This container implements the concept of a current manipulator for the items it contains.
|
|
|
A specialization of the manipulator container (IDLitManipulatorContainer), which acts as the root of the manipulator hierarchy.
|
|
|
The basis of all visual elements associated with an interactive manipulator.
|
|
|
The basis for all iTool operations. It defines how an operation is executed and how information about the operation is recorded for the command transaction (undo-redo) system.
|
|
|
An interface providing parameter management methods to associate parameter names with IDLitData objects.
|
|
|
A specialized subclass of the IDLitDataContainer class. This class provides the ability to associate names with contained IDLitData objects.
|
|
|
The definition of the interface and the process used to construct file readers for the iTools framework. When a new file reader is constructed for the iTools system, a new class is subclassed from this IDLitReader class.
|
|
|
All the functionality provided by a particular instance of an IDL Intelligent Tool (iTool). This object provides the management systems for the underlying tool functionality.
|
|
|
A link between the underlying functionality of an iTool and the IDL widget interface.
|
|
|
The basis for all iTool visualizations. All visualization components subclass from this class.
|
|
|
The basis for all iTool visualization windows. All iTool visualization windows subclass from this class.
|
|
|
The definition of the interface and the process used to construct file writers for the iTools framework. When a new file writer is constructed for the iTools system, a new class is subclassed from this IDLitWriter class.
|
|
|
An IDL object encapsulating a Java object. IDL provides data type and other translation services, allowing IDL programs to access the Java object's methods and properties using standard IDL syntax.
|