home *** CD-ROM | disk | FTP | other *** search
- Save Format v2.3(19971110)
- @begin ClassFile "SortableVector"
-
- @begin Object "Powersoft Java AWT 1.02::powersoft.painter.Class"
- DesignName SortableVector;
- @begin ClassProperties
- @begin-code BaseClassList
-
- extends Object
-
- @end-code;
- @end;
- @begin UserFunctions
- @begin UserFunction "SortableVector()"
- @begin Definition
- FunctionScope 3;
- @begin-code SourceCode "SortableVector()"
-
- public SortableVector()
- {
- super();
- }
-
- @end-code;
- @end;
- @end;
- @begin UserFunction "main(String args[])"
- @begin Definition
- FunctionScope 3;
- GeneratedFunction 1;
- @begin-code SourceCode "main(String args[])"
-
- public static void main(String args[])
- {
- SortableVector app = new SortableVector();
- app.StartApp(args);
- app.RunApp(args);
- app.EndApp(args);
- }
-
- @end-code;
- @end;
- @end;
- @begin UserFunction "StartApp(String args[])"
- @begin Definition
- FunctionScope 3;
- @begin-code SourceCode "StartApp(String args[])"
-
- public void StartApp(String args[])
- {
- }
-
- @end-code;
- @end;
- @end;
- @begin UserFunction "RunApp(String args[])"
- @begin Definition
- FunctionScope 3;
- @begin-code SourceCode "RunApp(String args[])"
-
- public void RunApp(String args[])
- {
- CreateMainForm();
- }
-
- @end-code;
- @end;
- @end;
- @begin UserFunction "EndApp(String args[])"
- @begin Definition
- FunctionScope 3;
- @begin-code SourceCode "EndApp(String args[])"
-
- public void EndApp(String args[])
- {
- }
-
- @end-code;
- @end;
- @end;
- @begin UserFunction "CreateMainForm()"
- @begin Definition
- FunctionScope 3;
- GeneratedFunction 1;
- @begin-code SourceCode "CreateMainForm()"
-
- public Form_SortableVector CreateMainForm()
- {
- Form_SortableVector form = new Form_SortableVector();
- form.setMainForm(true);
- try {
- form.create();
- } catch ( java.lang.Exception __e ) {}
- return form;
- }
-
- @end-code;
- @end;
- @end;
- @end;
- @begin CodeBlocks
- @begin CodeBlock "HppPrefix"
- FunctionScope 1;
- @begin-code SourceCode "Imports()"
-
- // add your custom import statements here
-
- @end-code;
- @end;
- @begin CodeBlock "ClassContents"
- FunctionScope 1;
- @begin-code SourceCode "Data Members()"
-
- // add your data members here
-
- @end-code;
- @end;
- @begin CodeBlock "GeneratedClassContents"
- FunctionScope 1;
- @begin-code SourceCode "GeneratedClassContents()"
-
-
- @end-code;
- @end;
- @begin CodeBlock "CppPrefix"
- FunctionScope 6;
- GeneratedFunction 1;
- @begin-code SourceCode "Not Applicable for Java()"
-
-
- @end-code;
- @end;
- @end;
- @end;
- @end;
-