Class builder.ToolBar
All Packages Class Hierarchy This Package Previous Next Index
Class builder.ToolBar
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----builder.Map
|
+----builder.ToolBar
- public class ToolBar
- extends Map
A ToolBar for Creating the different Nodes.
-
action(Event, Object)
- action
This is a temporary way of instantiating the Nodes by pressing on the
ToolBar Buttons.
-
add(ToolIcon)
- add
Adds a ToolIcon to this ToolBar.
add
public void add(ToolIcon c)
- add
Adds a ToolIcon to this ToolBar.
- Parameters:
- c - the the ToolIcon to be added.
action
public boolean action(Event e,
Object arg)
- action
This is a temporary way of instantiating the Nodes by pressing on the
ToolBar Buttons.
- Overrides:
- action in class Component
All Packages Class Hierarchy This Package Previous Next Index