oracle.forms.jdapi.demo
Class GetFormName
java.lang.Object
|
+--oracle.forms.jdapi.demo.GetFormName
- public class GetFormName
- extends java.lang.Object
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
- Version:
- 1.0
- Author:
- drmills, 09-August-2001
Constructor Summary |
GetFormName(java.lang.String formName)
Everything in this class is done in the constructor |
Method Summary |
static void |
main(java.lang.String[] args)
Simply creates a new instance of the GetFormName class, passing the
first string on the command line as the name of the form. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
s_sample_name
static java.lang.String s_sample_name
s_sample_version
static java.lang.String s_sample_version
GetFormName
public GetFormName(java.lang.String formName)
- Everything in this class is done in the constructor
- Parameters:
formName
- the file name of the Form to open- Throws:
no
- exceptions thrown
main
public static void main(java.lang.String[] args)
- Simply creates a new instance of the GetFormName class, passing the
first string on the command line as the name of the form.
- Parameters:
argsCommand
- line strings passed to the Java command