Package waba.ui

The most important package, with all user interface controls you need to create good and fast programs.

See:
          Description

Interface Summary
Grid.DataSource Interface that can be used to fetch data on demmand.
IKeys IKeys is an interface containing values for special keys and modifiers.
 

Class Summary
Button Button is a push button control.
Calculator This class is used by the Edit class when its mode is set to CURRENCY and displays a calculator with the five basic operations and a numeric pad.
Calendar The Calendar class is a mimic of the palms Calendar.
Check Check is a check control.
ComboBox ComboBox is a simple implementation of a ComboBox.
Container Container is a control that contains child controls.
Control Control is the base class for user-interface objects.
ControlEvent ControlEvent is an event posted by a control.
Edit Edit is a text entry control.
Event Event is the base class for all events.
Grid This is a common grid component.
Grid.CellController Abstract class that must be implemented if you want to get a fine control of each cell in the grid.
GridEvent An event generated when the user clicks on a grid or checks it.
InputDialog This class pops up a Window with a Label, an Edit and some buttons.
Keyboard a popup keyboard to be used with the Edit and MultiEdit class.
KeyEvent KeyEvent is a key press event.
Keypad This class is used to handle letters and numbers input on keypadOnly devices.
Label Label is a text label control.
ListBox ListBox is a simple implementation of a Listbox.
MainWindow MainWindow is the main window of a UI based application.
MenuBar Constructs a Menu with the given items.
MenuItem This class represents a menu item.
MessageBox This class implements a scrollable message box window with customized buttons, delayed unpop and scroll text.
PenEvent PenEvent is a pen down, up, move or drag event.
PopList PopList is a simple implementation of a PopUp Listbox.
PopupMenu Constructs a PopupMenu with the given items.
ProgressBar A basic progress bar, with the bar and a text.
PushButtonGroup Group or matrix of pushbuttons in just one control.
Radio Radio is a radio control.
RadioGroup RadioGroup is a Radio control grouper.
ScrollBar ScrollBar is a simple implementation of a Scrollbar.
TabPanel TabPanel is a bar of text or image tabs.
Timer Timer represents a control's timer.
ToolTip ToolTip : Allows to display a tooltip when user keeps the pen in the control.
UIColors This class holds the colors used in some user interface dialogs, such as MessageBox, InputDialog, Calculator, Keyboard, Calendar, ToolTip, KeyPad and others.
Welcome Welcome is the welcome application.
Window Window is a "floating" top-level window.
 

Package waba.ui Description

The most important package, with all user interface controls you need to create good and fast programs. Note that all user interface gadgets has two styles, original Palm OS and beautiful Windows CE 3d controls, available in all devices.