All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class BrainWave.GlobalValue

java.lang.Object
   |
   +----java.awt.Component
           |
           +----BrainWave.BWObject
                   |
                   +----BrainWave.GlobalValue

public class GlobalValue
extends BWObject
The basic GlobalValue.
Version:
2.0
Author:
Simon Dennis

Constructor Index

 o GlobalValue()

Method Index

 o actionPerformed(ActionEvent)
 o clone()
 o create(BWPanel, Point, Boolean)
 o fieldsToString()
 o getGraphicsLabel()
 o getLabel()
 o getValue()
 o paint(Graphics)
 o setLabel(String)
 o setupMenu()
 o setValue(double)
 o toString()

Constructors

 o GlobalValue
 public GlobalValue()

Methods

 o clone
 public synchronized Object clone()
Overrides:
clone in class BWObject
 o create
 public void create(BWPanel bwp,
                    Point p,
                    Boolean bnw)
Overrides:
create in class BWObject
 o setupMenu
 public void setupMenu()
Overrides:
setupMenu in class BWObject
 o actionPerformed
 public void actionPerformed(ActionEvent evt)
Overrides:
actionPerformed in class BWObject
 o setValue
 public void setValue(double _Value)
 o toString
 public String toString()
Overrides:
toString in class BWObject
 o fieldsToString
 public String fieldsToString()
Overrides:
fieldsToString in class BWObject
 o getValue
 public double getValue()
 o getLabel
 public String getLabel()
 o setLabel
 public void setLabel(String _Label)
 o getGraphicsLabel
 public String getGraphicsLabel()
 o paint
 public void paint(Graphics g)
Overrides:
paint in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index