Interface | Description |
---|---|
CacheListener |
Listener interface for
CacheEvent objects as dispatched
by ContextCache . |
JdapiIterator |
JdapiIterator extends
java.util.Iterator.
|
JdapiObject |
This interface represents the supertype and common behaviours
for all Forms objects, and can be used to build and modify Forms
applications generically, that is, without referring to the specific
object types.
|
Class | Description |
---|---|
Alert |
Object to represent a Forms Alert object.
|
AttachedLibrary |
Object to represent a Forms AttachedLibrary object.
|
BaseAPI |
This is a wrapper for JNI calls to the Forms API.
|
BaseFormsObject |
This is the class from which all Jdapi concrete objects are derived.
|
Blob |
Blob utility class.
|
Block |
Object to represent a Forms Block object.
|
CacheAdapter |
This adapter is a basic (empty) implementation of a
CacheListener . |
CacheEvent |
Event object dispatched by
ContextCache when certain
internal events occur. |
Canvas |
Object to represent a Forms Canvas object.
|
CompoundText |
Object to represent a Forms CompoundText object.
|
ContextCache |
Forms Object cache/factory for a given context.
|
Coordinate |
Object to represent a Forms Coordinate object.
|
DataSourceArgument |
Object to represent a Forms DataSourceArgument object.
|
DataSourceColumn |
Object to represent a Forms DataSourceColumn object.
|
Editor |
Object to represent a Forms Editor object.
|
Event |
Object to represent a Forms Event object.
|
Font |
Object to represent a Forms Font object.
|
FormModule |
Object to represent a Forms FormModule object.
|
Graphics |
Object to represent a Forms Graphics object.
|
Item |
Object to represent a Forms Item object.
|
Jdapi |
The Jdapi class provides the general context for all Jdapi applications.
|
JdapiAllPropertyIterator |
This class implements an iterator for Jdapi metaproperties
|
JdapiMetadata |
This class holds all the metadata for Forms objects.
|
JdapiMetaObject |
This class represents the metadata for a Forms object (for example, a
Block ). |
JdapiMetaProperty |
The class JdapiMetaProperty represents the metadata for a given property, obtained
from a given
JdapiMetaObject which is in turn obtained
from a given Forms object. |
JdapiModule |
This is the base object from which all Jdapi module objects
are derived.
|
JdapiModuleListIterator |
Forms module iterator is used from Jdapi to iterate
over the loaded/created modules in a session.
|
JdapiObjectChildIterator |
This class implements an iterator for Jdapi owned objects
|
JdapiObjectLibraryObjectIterator |
JdapiObjectLibraryObjectIterator is an implementation of a
JdapiIterator for objects within an ObjectLibrary.
|
JdapiObjectLibraryTabObjectIterator |
JdapiObjectLibraryTabObjectIterator is an implementation of a
JdapiIterator for objects within a tab of an ObjectLibrary.
|
JdapiObjectListIterator |
Forms object iterator class is an iterator of a list of Forms
objects of a given type (as defined at runtime).
|
JdapiPropertyIterator |
This class implements an iterator for Jdapi metaproperties
|
JdapiTypes |
A public class that defines Java Forms API constants.
|
LOV |
Object to represent a Forms LOV object.
|
LOVColumnMapping |
Object to represent a Forms LOVColumnMapping object.
|
Menu |
Object to represent a Forms Menu object.
|
MenuItem |
Object to represent a Forms MenuItem object.
|
MenuModule |
Object to represent a Forms MenuModule object.
|
ModuleParameter |
Object to represent a Forms ModuleParameter object.
|
ObjectGroup |
Object to represent a Forms ObjectGroup object.
|
ObjectGroupChild |
Object to represent a Forms ObjectGroupChild object.
|
ObjectLibrary |
Object to represent a Forms ObjectLibrary object.
|
ObjectLibraryTab |
Object to represent a Forms ObjectLibraryTab object.
|
PlsqlModule |
Object to represent a Forms PlsqlModule object.
|
Point |
Object to represent a Forms Point object.
|
ProgramUnit |
Object to represent a Forms ProgramUnit object.
|
PropertyClass |
Object to represent a Forms PropertyClass object.
|
PropertyMap |
This class provides the mapping information between a Forms object
property and the class that represents it.
|
RadioButton |
Object to represent a Forms RadioButton object.
|
RecordGroup |
Object to represent a Forms RecordGroup object.
|
RecordGroupColumn |
Object to represent a Forms RecordGroupColumn object.
|
Relation |
Object to represent a Forms Relation object.
|
Report |
Object to represent a Forms Report object.
|
TabPage |
Object to represent a Forms TabPage object.
|
TextSegment |
Object to represent a Forms TextSegment object.
|
TranslationTable |
Class representing the translations in a FormModule.
|
Trigger |
Object to represent a Forms Trigger object.
|
VisualAttribute |
Object to represent a Forms VisualAttribute object.
|
VisualState |
Object to represent a Forms VisualState object.
|
Window |
Object to represent a Forms Window object.
|
Exception | Description |
---|---|
JdapiException |
The JdapiException extends the java.lang.RuntimneException class and is the
supertype of all exceptions thrown by Jdapi code.
|
JdapiIllegalStateException |
This exception thrown when calling methods on invalid forms objects.
|
JdapiStatusException |
Subclass of JdapiException that incorporates the status code for the error
as returned by the forms stack.
|
JdapiUnsupportedOperationException |
This exception is thrown by forms objects which do not support a called method.
|