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.
-
addClassButton
-
-
classNameEntry
-
-
deleteSelectedButton
-
-
exitButton
-
-
form
-
-
jarFileName
-
-
loader
-
-
EditToolbar(FreeFormEdit)
- The constructor sets the UI to the correct appearance.
-
actionPerformed(ActionEvent)
-
loader
private MacroExtention loader
form
private FreeFormEdit form
classNameEntry
private TextField classNameEntry
jarFileName
private TextField jarFileName
addClassButton
private Button addClassButton
deleteSelectedButton
private Button deleteSelectedButton
exitButton
private Button exitButton
EditToolbar
public EditToolbar(FreeFormEdit form)
- The constructor sets the UI to the correct appearance.
actionPerformed
public void actionPerformed(ActionEvent ev)
All Packages Class Hierarchy This Package Previous Next Index