|
Class Summary |
| Attribute |
Attribute class represent an attribute of the Java class for which code is generated. |
| Class |
This class represent a Java class for which code is generated.
|
| CodeColors |
CodeColors interface defines the colors used to display the code of a class in different colors |
| CodePanel |
CodePanel class creates the interface of the displet for code generation:
a left-side list of class names, and the corresponding code to the right. |
| CodeText |
CodeText class represents the right-side panel where the code of a class is printed. |
| Generalization |
Generalization class represent a supertype (class or interface) of the Java class for which code is generated. |
| Interface |
This class represent a Java interface for which code is generated.
|
| Package |
Package class represent an imported package for the Java class for which code is generated. |
| Source |
Source class realizes the displet for code generation.
|