All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class BrainWave.ObjectMenu

java.lang.Object
   |
   +----java.awt.MenuComponent
           |
           +----java.awt.MenuItem
                   |
                   +----java.awt.Menu
                           |
                           +----BrainWave.ObjectMenu

public class ObjectMenu
extends Menu
implements ActionListener
Implements the menu in the main popdown that allows the current object to be changed.
Version:
2.0
Author:
Simon Dennis

Method Index

 o actionPerformed(ActionEvent)
 o add(Class, BWObject)
 o getCurrentClass()
 o getCurrentItem()
 o getCurrentObject()
 o readObjectMenu(ObjectInputStream)
 o removeAllTools()
 o removeCurrentTool()
 o removeTool(String)
 o setStandardObjects()
 o writeObjectMenu(ObjectOutputStream)

Methods

 o getCurrentObject
 public BWObject getCurrentObject()
 o getCurrentClass
 public Class getCurrentClass()
 o getCurrentItem
 public MenuItem getCurrentItem()
 o writeObjectMenu
 public void writeObjectMenu(ObjectOutputStream oos)
 o readObjectMenu
 public void readObjectMenu(ObjectInputStream ois)
 o setStandardObjects
 public void setStandardObjects()
 o add
 public void add(Class BWclass,
                 BWObject bwo)
 o removeTool
 public void removeTool(String toolName)
 o removeCurrentTool
 public void removeCurrentTool()
 o removeAllTools
 public void removeAllTools()
 o actionPerformed
 public void actionPerformed(ActionEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index