A C G L M N O P S T

A

ALL_TARGET - Static variable in class oracle.forms.jdapi.demo.ChangeColors
 

C

ChangeColors - class oracle.forms.jdapi.demo.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
ChangeColors(String[]) - Constructor for class oracle.forms.jdapi.demo.ChangeColors
 

G

GetFormName - class oracle.forms.jdapi.demo.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
GetFormName(String) - Constructor for class oracle.forms.jdapi.demo.GetFormName
Everything in this class is done in the constructor
GetModuleName - class oracle.forms.jdapi.demo.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.
GetModuleName(String) - Constructor for class oracle.forms.jdapi.demo.GetModuleName
Everything in this class is done in the constructor.
This class starts to do more advanced operations.
GetVersion - class oracle.forms.jdapi.demo.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.
GetVersion(String[]) - Constructor for class oracle.forms.jdapi.demo.GetVersion
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.

L

ListLibraries - class oracle.forms.jdapi.demo.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
ListLibraries(String[]) - Constructor for class oracle.forms.jdapi.demo.ListLibraries
Everything in this class is done in the constructor with the exception of command line parsing.

M

main(String[]) - Static method in class oracle.forms.jdapi.demo.SimpleForm
 
main(String[]) - Static method in class oracle.forms.jdapi.demo.GetFormName
Simply creates a new instance of the GetFormName class, passing the first string on the command line as the name of the form.
main(String[]) - Static method in class oracle.forms.jdapi.demo.ListLibraries
 
main(String[]) - Static method in class oracle.forms.jdapi.demo.GetVersion
 
main(String[]) - Static method in class oracle.forms.jdapi.demo.Traverse
 
main(String[]) - Static method in class oracle.forms.jdapi.demo.ChangeColors
 
main(String[]) - Static method in class oracle.forms.jdapi.demo.GetModuleName
Simply creates a new instance of the GetModuleName class, passing the first string on the command line as the name of the forms module.

N

NO_TARGET - Static variable in class oracle.forms.jdapi.demo.ChangeColors
 

O

oracle.forms.jdapi.demo - package oracle.forms.jdapi.demo
 

P

printUsage() - Static method in class oracle.forms.jdapi.demo.ListLibraries
Prints out the usage for this sample
printUsage() - Static method in class oracle.forms.jdapi.demo.GetVersion
 
printUsage() - Static method in class oracle.forms.jdapi.demo.Traverse
Prints out the usage for this sample
printUsage() - Static method in class oracle.forms.jdapi.demo.ChangeColors
Prints out the usage for this sample

S

s_sample_name - Static variable in class oracle.forms.jdapi.demo.SimpleForm
 
s_sample_name - Static variable in class oracle.forms.jdapi.demo.GetFormName
 
s_sample_name - Static variable in class oracle.forms.jdapi.demo.ListLibraries
 
s_sample_name - Static variable in class oracle.forms.jdapi.demo.GetVersion
 
s_sample_name - Static variable in class oracle.forms.jdapi.demo.Traverse
 
s_sample_name - Static variable in class oracle.forms.jdapi.demo.ChangeColors
 
s_sample_name - Static variable in class oracle.forms.jdapi.demo.GetModuleName
 
s_sample_version - Static variable in class oracle.forms.jdapi.demo.SimpleForm
 
s_sample_version - Static variable in class oracle.forms.jdapi.demo.GetFormName
 
s_sample_version - Static variable in class oracle.forms.jdapi.demo.ListLibraries
 
s_sample_version - Static variable in class oracle.forms.jdapi.demo.GetVersion
 
s_sample_version - Static variable in class oracle.forms.jdapi.demo.Traverse
 
s_sample_version - Static variable in class oracle.forms.jdapi.demo.ChangeColors
 
s_sample_version - Static variable in class oracle.forms.jdapi.demo.GetModuleName
 
SimpleForm - class oracle.forms.jdapi.demo.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
SimpleForm(String[]) - Constructor for class oracle.forms.jdapi.demo.SimpleForm
Everything in this class is done in the constructor with the exception of ( command line parsing.

T

Traverse - class oracle.forms.jdapi.demo.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
Traverse(String[]) - Constructor for class oracle.forms.jdapi.demo.Traverse
The traverse constructor simply parses the command line and opens the module it then calls recurseObjects to work through the module

A C G L M N O P S T