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.

Method Index

 o action(Event, Object)
action This is a temporary way of instantiating the Nodes by pressing on the ToolBar Buttons.
 o add(ToolIcon)
add Adds a ToolIcon to this ToolBar.

Methods

 o add
  public void add(ToolIcon c)
add Adds a ToolIcon to this ToolBar.
Parameters:
c - the the ToolIcon to be added.
 o 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