Package oracle.forms.jdapi.demo

Class Summary
ChangeColors 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
GetFormName 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
GetModuleName Forms JAVA API (JDAPI): Sample 2 - GetModuleName
An evolution of the basic GetFormName class, that can open any Forms module type, not just FMBs.
GetVersion 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.
ListLibraries 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
SimpleForm Forms JAVA API (JDAPI): Sample 4 - SimpleForm
In this sample we create a new Form using the API and show ways of simple object subclassing and copying
Traverse 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