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.
-
ValueListPopup(ValueList)
- Constructs a new ValueListPopup.
-
actionPerformed(ActionEvent)
-
-
addActionListener(ActionListener)
-
-
displayPopup()
-
-
getMinimumSize()
- Gets the minimum size of this component.
-
paint(Graphics)
-
Paints the component.
-
processMouseEvent(MouseEvent)
-
Processes mouse events occurring on this component by
dispatching them to any registered MouseListener objects.
-
removeActionListener(ActionListener)
-
ValueListPopup
public ValueListPopup(ValueList list)
- Constructs a new ValueListPopup.
- Parameters:
- list - the ValueList to place in this popup
addActionListener
public void addActionListener(ActionListener al)
removeActionListener
public void removeActionListener(ActionListener al)
paint
public synchronized void paint(Graphics g)
- Paints the component.
- Overrides:
- paint in class Component
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
actionPerformed
public void actionPerformed(ActionEvent e)
displayPopup
public void displayPopup()
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