Interface | Description |
---|---|
CalculatorBox.RangeCheck |
Implement this interface to check if the given value is a valid value to be returned.
|
FileChooserBox.Filter |
Interface used if you want to filter the files that will be added to the tree.
|
Class | Description |
---|---|
CalculatorBox |
This class is used by the Edit class when its mode is set to CURRENCY and displays
a calculator with six basic operations and a numeric pad.
|
CalendarBox |
The Calendar class displays a calendar with buttons used to advance the month and the year.
|
ColorChooserBox |
Shows a color dialog that can be used to select a color.
|
ControlBox |
A popup window that displays any Control, given as parameter to the constructor.
|
FileChooserBox |
A class that shows all folders from a startup one to allow the user select a file or a folder.
|
InputBox |
This class pops up a Window with a Label, an Edit and some buttons.
|
KeyboardBox |
A popup keyboard to be used with the Edit and MultiEdit class.
|
MessageBox |
This class implements a scrollable message box window with customized buttons, delayed
unpop and scrolling text.
|
MessageBox.Builder | |
ProgressBox |
This class implements a MessageBox that shows a Spinner at left of the text.
|
TimeBox |
Class used to input a time from the user.
|