oracle.forms.jdapi.demo
Class SimpleForm

java.lang.Object
  |
  +--oracle.forms.jdapi.demo.SimpleForm

public class SimpleForm
extends java.lang.Object

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

Version:
1.0
Author:
drmills, 10-August-2001

Field Summary
(package private) static java.lang.String s_sample_name
           
(package private) static java.lang.String s_sample_version
           
 
Constructor Summary
SimpleForm(java.lang.String[] mainArgs)
          Everything in this class is done in the constructor with the exception of ( command line parsing.
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s_sample_name

static java.lang.String s_sample_name

s_sample_version

static java.lang.String s_sample_version
Constructor Detail

SimpleForm

public SimpleForm(java.lang.String[] mainArgs)
Everything in this class is done in the constructor with the exception of ( command line parsing.
Parameters:
args - arguments passed from the command line
Throws:
no - exceptions thrown
Method Detail

main

public static void main(java.lang.String[] args)