Forms JAVA API (JDAPI): Sample 7 - ChangeColors
This sample provides a small utility which can be used to set the
foreground or background colors of items or canvases en mass
Forms JAVA API (JDAPI): Sample 1 - GetFormName
The simplest possible Forms API Demo which opens the Form FMB file
which is supplied as an argument to the program and prints out the
name of the Form
Forms JAVA API (JDAPI): Sample 3 - GetVersion
This sample carries out the very simple task of obtaining the version number
of Forms that saved a module.
Everything in this class is done in the constructor with the exception of command line parsing.
The JDAPI is also explicitly shutdown when finished with.
Forms JAVA API (JDAPI): Sample 5 - ListLibraries
In this sample we list out all of the PL/SQL Libraries that are attached to
the module that is supplied as a command line arg to the class
This introduces JdapiIterator for iterating through child objects
Forms JAVA API (JDAPI): Sample 6 - Traverse
In this sample we list out all of the objects that are within
the module that is supplied as a command line arg to the class
The name of the object (if it has one) and the Class (in JDAPI terms)
is printed out in a simple list
This introduces JdapiIterator for iterating through child objects