public class ToolsMenuHandler
extends java.lang.Object
implements java.awt.event.ActionListener
Constructor and Description |
---|
ToolsMenuHandler(ToolTable tools) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Invoked when an action occurs.
|
void |
compile()
Generate the XML for a tool and add it to the toolbox
|
void |
editToolBoxPaths() |
void |
newTool()
Uses tool wizard to generate a new tool
|
public ToolsMenuHandler(ToolTable tools)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void compile()
public void editToolBoxPaths()
public void newTool()