harmonic.mz.gui
Class PointListBox

java.lang.Object
  |
  +--HWListBox
        |
        +--harmonic.mz.gui.PointListBox
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class PointListBox
extends HWListBox
implements java.awt.event.ActionListener

This is a special list box for rendering a list of coordinates

See Also:
Serialized Form

Constructor Summary
PointListBox(java.lang.String _label, java.lang.Object listener, java.lang.String callback, java.util.Vector _pointList)
          Constructs a PointListBox.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 java.awt.Dimension getPreferredSize()
           
 void mousePressed(java.awt.event.MouseEvent e)
           
 void paint(java.awt.Graphics g)
           
 void update(java.awt.Graphics g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointListBox

public PointListBox(java.lang.String _label,
                    java.lang.Object listener,
                    java.lang.String callback,
                    java.util.Vector _pointList)
Constructs a PointListBox.

Method Detail

mousePressed

public void mousePressed(java.awt.event.MouseEvent e)

paint

public void paint(java.awt.Graphics g)

update

public void update(java.awt.Graphics g)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

getPreferredSize

public java.awt.Dimension getPreferredSize()