| 
Class Summary | 
| AbstractWidget | 
Base class implementation that every AWT-Widget will probably need | 
| AbstractWidget.ZavalActionInformation | 
  | 
| General | 
  | 
| Line | 
  | 
| QButtonGroup | 
Maps Qt ButtonGroup to java.awt.CheckboxGroup
 Filling this group with java.awt.CheckBox buttons to make them exclusive | 
| QCheckBox | 
Maps QCheckBox classes to java.awt.Checkbox | 
| QComboBox | 
  | 
| QGroupBox | 
Matches QGroupBox (a frame with a (titled)border) to uic.pjava.widgets.UICGroupBox
 Currently there is no support for line shadows etc. | 
| QLabel | 
Maps QLabel to java.awt.Label
 Mind that although the GTK Implementation of java.awt.Label does NOT support HTML labels, the Jeode Zaurus version does. | 
| QLayoutWidget | 
Creates the default awt container, java.awt.Panel | 
| QLineEdit | 
Maps QLineEdit to either uic.pjava.widgets.UICTextField, or when password mode is selected, uic.pjava.widgets.UICPasswordField. | 
| QListBox | 
  | 
| QListView | 
Maps QListView to uic.pjava.widgets.table.Table class. | 
| QPushButton | 
Maps QPushButton to uic.pjava.widgets.UICButton
 Currently there is NO support for toggle buttons
 A helper method, XXXXPressedSlot(),  is created which will be automatically called on button press. | 
| QRadioButton | 
Maps QCheckBox classes to java.awt.Checkbox | 
| QSlider | 
  | 
| QSpinBox | 
  | 
| QTabWidget | 
Maps QTabWidget to uic.pjava.widgets.tabbedpane.TabPanel | 
| QWidget | 
  |