|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Animation in com.sun.lwuit |
---|
Classes in com.sun.lwuit that implement Animation | |
---|---|
class |
Button
Button is the base class for several UI widgets allowing clickability. |
class |
Calendar
Date widget for selecting a date/time value. |
class |
CheckBox
Checkbox is a button that can be selected or deselected, and which displays its state to the user. |
class |
ComboBox
A combo box is a list that allows only one selection at a time, when a user clicks the combo box a popup button with the full list of elements allows the selection of a single element. |
class |
Component
Base class for all the widgets in the toolkit using the composite pattern in a similar way to the AWT Container/Component relationship. |
class |
Container
A composite pattern with Component , allows nesting and arranging multiple
components using a pluggable layout manager architecture. |
class |
Dialog
A dialog is a form that occupies a part of the screen and appears as a modal entity to the developer. |
class |
Form
Top level component that serves as the root for the UI, this Container
handles the menus and title while placing content between them. |
class |
Label
Allows displaying labels and images with different alignment options, this class is a base class for several components allowing them to declare alignement/icon look in a similar way. |
class |
List
A set of elements that is rendered using a ListCellRenderer
and are extracted via the ListModel . |
class |
MediaComponent
Deprecated. replaced by VideoComponent, this class will be removed in the next version of LWUIT |
class |
MenuBar
This class represents the Form MenuBar. |
class |
PeerComponent
A peer component is essentially a "dummy" LWUIT component used to calculate the position of the actual native platform specific component. |
class |
RadioButton
RadioButton is a Button that maintains a selection state exclusively
within a specific ButtonGroup |
class |
Slider
The slider component serves both as a slider widget to allow users to select a value on a scale via touch/arrows and also to indicate progress. |
class |
StaticAnimation
Deprecated. this class shouldn't be referenced directly, use the Image base class for all functionality |
class |
TabbedPane
Deprecated. see Tabs.java |
class |
Tabs
A component that lets the user switch between a group of components by clicking on a tab with a given title and/or icon. |
class |
TextArea
An optionally multi-line editable region that can display text and allow a user to edit it. |
class |
TextField
Allows in place editing using a lightweight API without necessarily moving to the external native text box. |
class |
VideoComponent
Allows embedding a video into a LWUIT component, video creation/management is very platform specific and this component tries to abstract that logic as much as possible while maintaining portability. |
class |
VirtualKeyboard
This class represent the LWUIT Light Weight Virtual Keyboard |
Methods in com.sun.lwuit with parameters of type Animation | |
---|---|
void |
Form.deregisterAnimated(Animation cmp)
Indicate that cmp would no longer like to receive animation events |
void |
Form.registerAnimated(Animation cmp)
The given component is interested in animating its appearance and will start receiving callbacks when it is visible in the form allowing it to animate its appearance. |
Uses of Animation in com.sun.lwuit.animations |
---|
Classes in com.sun.lwuit.animations that implement Animation | |
---|---|
class |
CommonTransitions
Contains common transition animations including the following: Slide - the exiting form slides out of the screen while the new form slides in. |
class |
Timeline
A timeline represents the motions of animation objects |
class |
Transition
Represents a transition animation between two forms this class is used internally by Display to play an animation when moving from one form to the next. |
Uses of Animation in com.sun.lwuit.html |
---|
Classes in com.sun.lwuit.html that implement Animation | |
---|---|
class |
HTMLComponent
HTMLComponent is a LWUIT Component that renders HTML documents that conform to the XHTML Mobile Profile 1.0 |
Uses of Animation in com.sun.lwuit.impl |
---|
Methods in com.sun.lwuit.impl with parameters of type Animation | |
---|---|
void |
LWUITImplementation.repaint(Animation cmp)
Invoked to add an element to the paintQueue |
Uses of Animation in com.sun.lwuit.list |
---|
Classes in com.sun.lwuit.list that implement Animation | |
---|---|
class |
ContainerList
This is a "list component" implemented as a container with a layout manager which provides some of the ui advantages of a Container and some of a list while pulling out some of the drawbacks of both. |
class |
DefaultListCellRenderer
Default implementation of the renderer based on a label see the ListCellRenderer
for more information about the use and purpose of this class |
Uses of Animation in com.sun.lwuit.spinner |
---|
Classes in com.sun.lwuit.spinner that implement Animation | |
---|---|
class |
Spinner
A spinner allows us to select a numeric, date or time value using the arrow keys in a similar way to a list or a combo box. |
Uses of Animation in com.sun.lwuit.table |
---|
Classes in com.sun.lwuit.table that implement Animation | |
---|---|
class |
Table
The table class represents a grid of data that can be used for rendering a grid of components/labels. |
Uses of Animation in com.sun.lwuit.tree |
---|
Classes in com.sun.lwuit.tree that implement Animation | |
---|---|
class |
Tree
The tree component allows constructing simple tree component hierechies that can be expaneded seamingly with no limit. |
Uses of Animation in com.sun.lwuit.util |
---|
Classes in com.sun.lwuit.util that implement Animation | |
---|---|
class |
EmbeddedContainer
This class is mostly used internally by the GUI builder and isn't very useful for general purpose. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |