Package waba.ui

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

See:
          Description

Interface Summary
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 type is CURRENCY and displays a calculator with the four 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.
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.
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.
MessageBox This class implements a scrollable message box window with customized buttons, delayed unpop and scroll text.
NativeMethods This class is for internal use only.
NativeMethods4JDK This class is for internal use only.
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.
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 tabs.
Timer Timer represents a control's timer.
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.