Previous IDL Connectivity Bridges: IDL Java Object API Next

Package Summary

This chapter describes the IDL Java Package in a format similar to JavaDoc.

Class Summary
Interfaces
The listener interface for receiving component events (expose, resize) on a JIDLCanvas.
The listener interface for receiving keyboard events (key pressed, key released) on a JIDLCanvas.
The listener interface for receiving mouse events from IDL (press, release, enter, and exit) on a JIDLCanvas.
The listener interface for receiving mouse motion events from IDL (move and drag) on a JIDLCanvas.
The listener interface for receiving mouse wheel events from IDL on a JIDLCanvas.
The listener interface for receiving notify events from IDL.
The JIDLNumber class wraps a primitive java number as a mutable object usable by the Java-IDL Export bridge.
The interface that wrapped IDL objects must implement.
The listener interface for receiving output events from IDL.
Classes
The JIDLArray class wraps a Java array as an object usable by the Java-IDL Export bridge.
The JIDLBoolean class wraps a boolean as a mutable object usable by the Java-IDL Export bridge.
The JIDLByte class wraps a byte as a mutable object usable by the Java-IDL Export bridge.
This class wraps an IDL object of type IDLitWindow in a java.awtCanvas providing direct rendering of the object from IDL.
The JIDLChar class wraps a char as a mutable object usable by the Java-IDL Export bridge.
Contains constants used by the Java-IDL wrapper classes.
The JIDLDouble class wraps a double as a mutable object usable by the Java-IDL Export bridge.
The JIDLFloat class wraps a float as a mutable object usable by the Java-IDL Export bridge.
The JIDLInteger class wraps an int as a mutable object usable by the Java-IDL Export bridge.
The JIDLLong class wraps a long as a mutable object usable by the Java-IDL Export bridge.
This class wraps an IDL object.
The JIDLProcessInitializer class provides a mechanism to pass licensing initialization parameters to the JIDLCanvas and JIDLObject createObject methods.
The JIDLShort class wraps a short as a mutable object usable by the Java-IDL Export bridge.
The JIDLString class wraps a String as a mutable object usable by the Java-IDL Export bridge.
Errors
Thrown when a call to IDL is interrupted by an abort request.
Thrown when a call to IDL is not executed because the current IDL process is busy.
An unchecked exception thrown when a call to IDL encounters an error.

  IDL Online Help (March 06, 2007)