All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class macrolanguage.EditToolbar

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----macrolanguage.EditToolbar

public class EditToolbar
extends Frame
implements ActionListener
the class EditToolbar supplies a toolbar for adding and manipulateing objects on the FreeFormEdit. EditToolbar is simply a user interface class which delegates all of the functionality to the free form editing.


Variable Index

 o addClassButton
 o classNameEntry
 o deleteSelectedButton
 o exitButton
 o form
 o jarFileName
 o loader

Constructor Index

 o EditToolbar(FreeFormEdit)
The constructor sets the UI to the correct appearance.

Method Index

 o actionPerformed(ActionEvent)

Variables

 o loader
 private MacroExtention loader
 o form
 private FreeFormEdit form
 o classNameEntry
 private TextField classNameEntry
 o jarFileName
 private TextField jarFileName
 o addClassButton
 private Button addClassButton
 o deleteSelectedButton
 private Button deleteSelectedButton
 o exitButton
 private Button exitButton

Constructors

 o EditToolbar
 public EditToolbar(FreeFormEdit form)
The constructor sets the UI to the correct appearance.

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent ev)

All Packages  Class Hierarchy  This Package  Previous  Next  Index