Package fds.micro.ui

Class Summary
AbstractPanel This class implement the basic behaviour for panels that manages components derivated from fds.micro.ui.Component.
Button This class implements a simple button without move effect when activated.
An object of this class is dedicated to be used within an object of fds.micro.ui.AbstractPanel sub-class (J2ME).
CheckBox This class implements a check box with a label.
An object of this class is dedicated to be used within an object of fds.micro.ui.AbstractPanel sub-class (J2ME).
Component This class defines a root object for UI components present in package fds.micro.ui.
DigitTextField This class implements a text field that accepts only digit from zero to nine.
An object of this class is dedicated to be used within an object of fds.micro.ui.AbstractPanel sub-class (J2ME).
ExclusiveChoice This class implements an component that provide a way to select an exclusive choice between several ones.
GraphicItem This class implements an component that display a graphic shape.
An object of this class is dedicated to be used within an object of fds.micro.ui.AbstractPanel sub-class (J2ME).
Hyperlink This class implements a simple hyperlink without special visual effect when activated.
An object of this class is dedicated to be used within an object of fds.micro.ui.AbstractPanel sub-class (J2ME).
ImageItem This class implements an component that display a non interactive image.
An object of this class is dedicated to be used within an object of fds.micro.ui.AbstractPanel sub-class (J2ME).
RowPanel This class implement a panel that manages components derivated from fds.micro.ui.Component, and places them in rows from top to bottom, and from left to right on each row.
Slider This class implements a slider.
StringItem This class implements an component that display a non interactive string.
An object of this class is dedicated to be used within an object of fds.micro.ui.AbstractPanel sub-class (J2ME).
TestFormMidlet This class is just here to do a simple test on UI Components.
TextField This class implements a very basic text field.
An object of this class is dedicated to be used within an object of fds.micro.ui.AbstractPanel sub-class (J2ME).
XYPanel This class implement a panel that manages components derivated from fds.micro.ui.Component, and places them with absolute coordinates.