moka.x
Class ComboBox

java.lang.Object
  extended bymoka.lang.Object
      extended bymoka.event.EventListener
          extended bymoka.x.Component
              extended bymoka.x.CaptionedComponent
                  extended bymoka.x.List
                      extended bymoka.x.ComboBox
All Implemented Interfaces:
Captioned

public class ComboBox
extends List

List class is a list selection component.

Since:
MDK1.0a

Field Summary
 
Fields inherited from class moka.x.List
index, items
 
Fields inherited from class moka.x.Component
enabled, height, listen, mnemonic, next, parent, prev, visible, width, x, y
 
Fields inherited from interface moka.x.Captioned
caption, font
 
Constructor Summary
ComboBox()
          Constructs a new ComboBox.
 
Method Summary
 void paint()
          Paints the ComboBox.
 void use()
          This method is invoked by the GEM when the user interacts with the ComboBox.
 
Methods inherited from class moka.x.List
clear, finalize, getSelectedItem, setListData, update
 
Methods inherited from class moka.x.Component
bottom, center, checkMnemonic, clean, eventTriggered, isCursorOver, left, move, onPaint, right, setBounds, setEnabled, setHeight, setMnemonic, setVisible, setWidth, setX, setY, toFront, top
 
Methods inherited from class moka.event.EventListener
eventTriggered
 
Methods inherited from class moka.lang.Object
equals, getClassName, toString
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface moka.x.Captioned
setCaption, setFont
 

Constructor Detail

ComboBox

public ComboBox()
Constructs a new ComboBox.

Method Detail

paint

public void paint()
Paints the ComboBox.

Overrides:
paint in class List

use

public void use()
This method is invoked by the GEM when the user interacts with the ComboBox.

Overrides:
use in class List