Package oracle.forms.jdapi

Interface Summary
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 Summary
Alert Object to represent a Forms Alert object.
AttachedLibrary Object to represent a Forms AttachedLibrary object.
Blob Blob utility class.
Block Object to represent a Forms Block object.
Canvas Object to represent a Forms Canvas object.
CompoundText Object to represent a Forms CompoundText object.
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.
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.
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.
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.
Window Object to represent a Forms Window object.
 

Exception Summary
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.