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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PointListBox
public PointListBox(java.lang.String _label,
java.lang.Object listener,
java.lang.String callback,
java.util.Vector _pointList)
- Constructs a PointListBox.
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()