Class cam.codegen.CreateCISI



public class CreateCISI
extends Frame

A utility application for creating (C)lient (I)implementation and (S)erver (I)implementation "wrapper" classes. The primary use of this class is through its main(...) method.

See NetApp Wrappers for documentation concerning the construction of applications that utilze these classes.

Version:
9/18/98
Author:
Chris Anderson (C) UCLA 1998


Constructor Index

 o CreateCISI()
 o CreateCISI(String)

Method Index

 o addNotify()
 o main(String[])
Invoked to utilize CreateCISI.
 o setVisible(boolean)
Shows or hides the component depending on the boolean flag b.

Constructors

 o CreateCISI

 public CreateCISI()

 o CreateCISI

 public CreateCISI(String title)

Methods

 o setVisible

 public void setVisible(boolean b)
Shows or hides the component depending on the boolean flag b.

Parameters:
b - if true, show the component; otherwise, hide the component.
Overrides:
setVisible in class Component
See Also:
isVisible

 o main

 public static void main(String args[])
Invoked to utilize CreateCISI. This routine should be invoked using a command of the form
java cam.codegen.CreateCISI 
Any target class is required to be in a directory that can be located with the CLASSPATH/"package name" construct. A simple way to ensure this is to change to the directory where the target class resides before invoking this routine.

 o addNotify

 public void addNotify()
Overrides:
addNotify in class Frame