Class Summary |
CodeWnd |
The Main Application window
This window shows the code of the program,
And the editor buttons. |
CodeWndPanel |
The Panel of the main window (CodeWnd) |
Constant |
Constant
A constant is implemented as a label-value pair. |
ConstPanel |
An Editor Panel. |
EditorApplet |
This is the Applet class which will run the application. |
EditPanel |
An Editor Panel. |
EditVarPanel |
An Editor Panel. |
EditWnd |
The Editor Window
This window includes all the editing controls. |
EditWndPanel |
This is the main panel for the Editor Window
It uses different panels using cards-layout
to show the different edit windows to the user. |
FuncPanel |
An Editor Panel. |
Function |
Function
A Function includes all function information. |
GUIMain |
|
ProgPanel |
An Editor Panel. |
Program |
Program
A Program includes all program data. |
ProgramDocument |
ProgramDocument is a PlainDocument extended type,
with some additional comfortable operations |
sample |
|
Statement |
A statement in a function code. |
Type |
Type
A Type is a new type definition. |
TypesPanel |
An Editor Panel. |
Variable |
|
VarPane |
A panel to edit a variable. |