Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
N
P
R
S
T
V
X
C
COMPONENT_ADDED
- Static variable in class fds.micro.ui.events.
ContainerEvent
Define the constant for an added component.
COMPONENT_HIDDEN
- Static variable in class fds.micro.ui.events.
ComponentEvent
Define the constant for a hidden component.
COMPONENT_REMOVED
- Static variable in class fds.micro.ui.events.
ContainerEvent
Define the constant for a removed component.
COMPONENT_SHOWN
- Static variable in class fds.micro.ui.events.
ComponentEvent
Define the constant for a shown component.
CheckBox
- class fds.micro.ui.
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).
CheckBox()
- Constructor for class fds.micro.ui.
CheckBox
Build a new
CheckBox
with no text and default attributes.
CheckBox(boolean)
- Constructor for class fds.micro.ui.
CheckBox
Build a new
CheckBox
with no text and default attributes.
CheckBox(String)
- Constructor for class fds.micro.ui.
CheckBox
Build a new
CheckBox
with given text and default attributes.
CheckBox(String, boolean)
- Constructor for class fds.micro.ui.
CheckBox
Build a new
CheckBox
with given text and default attributes.
Component
- class fds.micro.ui.
Component
.
This class defines a root object for UI components present in package
fds.micro.ui
.
Component()
- Constructor for class fds.micro.ui.
Component
ComponentEvent
- class fds.micro.ui.events.
ComponentEvent
.
This class is used with
Component
sub-classes for component events (when component are hidden or shown).
ComponentEvent(Component, int)
- Constructor for class fds.micro.ui.events.
ComponentEvent
Build a component event raised by given source component.
ComponentListener
- interface fds.micro.ui.events.
ComponentListener
.
This class defines the interface for component event listeners.
ContainerEvent
- class fds.micro.ui.events.
ContainerEvent
.
This class is used with
Component
sub-classes for container events.
ContainerEvent(AbstractPanel, int, Component)
- Constructor for class fds.micro.ui.events.
ContainerEvent
Build an component event raised by given source component.
ContainerListener
- interface fds.micro.ui.events.
ContainerListener
.
This class defines the interface for container event listeners.
changeStatus()
- Method in class fds.micro.ui.
CheckBox
Change the check box status.
componentAdded(ContainerEvent)
- Method in interface fds.micro.ui.events.
ContainerListener
Called when an component is added to the container.
componentHidden(ComponentEvent)
- Method in interface fds.micro.ui.events.
ComponentListener
Called when component is hidden.
componentRemoved(ContainerEvent)
- Method in interface fds.micro.ui.events.
ContainerListener
Called when an component is removed from the conatiner.
componentShown(ComponentEvent)
- Method in interface fds.micro.ui.events.
ComponentListener
Called when component is shown.
contains(Component)
- Method in class fds.micro.ui.
AbstractPanel
Tests if the specified component is a component in this container.
Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
N
P
R
S
T
V
X