|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--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
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 |
|
Field Detail |
static java.lang.String s_sample_name
static java.lang.String s_sample_version
Constructor Detail |
public SimpleForm(java.lang.String[] mainArgs)
args
- arguments passed from the command lineno
- exceptions thrownMethod Detail |
public static void main(java.lang.String[] args)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |