All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.bulletproof.gui.ValueListPopup

java.lang.Object
   |
   +----com.bulletproof.gui.Component
           |
           +----com.bulletproof.gui.ValueListPopup

public class ValueListPopup
extends Component
implements ActionListener
Choice is a component that implements a pulldown.


Constructor Index

 o ValueListPopup(ValueList)
Constructs a new ValueListPopup.

Method Index

 o actionPerformed(ActionEvent)
 o addActionListener(ActionListener)
 o displayPopup()
 o getMinimumSize()
Gets the minimum size of this component.
 o paint(Graphics)
Paints the component.
 o processMouseEvent(MouseEvent)
Processes mouse events occurring on this component by dispatching them to any registered MouseListener objects.
 o removeActionListener(ActionListener)

Constructors

 o ValueListPopup
 public ValueListPopup(ValueList list)
Constructs a new ValueListPopup.

Parameters:
list - the ValueList to place in this popup

Methods

 o addActionListener
 public void addActionListener(ActionListener al)
 o removeActionListener
 public void removeActionListener(ActionListener al)
 o paint
 public synchronized void paint(Graphics g)
Paints the component.

Overrides:
paint in class Component
 o processMouseEvent
 public synchronized void processMouseEvent(MouseEvent me)
Processes mouse events occurring on this component by dispatching them to any registered MouseListener objects.

Overrides:
processMouseEvent in class Component
 o actionPerformed
 public void actionPerformed(ActionEvent e)
 o displayPopup
 public void displayPopup()
 o getMinimumSize
 public Dimension getMinimumSize()
Gets the minimum size of this component.

Overrides:
getMinimumSize in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index