|
Java DTV API 1.3 18-Nov-2009 |
||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.sun.dtv.lwuit.animations | |
---|---|
com.sun.dtv.lwuit | Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT. |
com.sun.dtv.lwuit.animations | All components are animatable by potential and additional animations (unrelated to a specific component) can be installed on the fly, transitions between forms are also handled as part of this package. |
com.sun.dtv.lwuit.list |
Lists are highly customizable and serve as the basis for ComboBox and
other components (such as carousels etc) they employ a similar MVC approach to
Swing including the renderer pattern. |
com.sun.dtv.lwuit.plaf | Look of the application can be fully customized via this package, it represents a rendering layer that can be plugged in separately in runtime and themed to provide any custom look. |
com.sun.dtv.ui | TV specific UI functionality. |
Classes in com.sun.dtv.lwuit.animations used by com.sun.dtv.lwuit | |
---|---|
Animation
Allows any object to react to events and draw an animation at a fixed interval. |
|
Transition
Represents a transition animation between two forms this class is used internally by DTVContainer to play an animation when
moving from one form to the next. |
Classes in com.sun.dtv.lwuit.animations used by com.sun.dtv.lwuit.animations | |
---|---|
Animation
Allows any object to react to events and draw an animation at a fixed interval. |
|
CommonTransitions
Contains common transition animations including the following. |
|
Motion
Abstracts the notion of physical motion over time from a numeric location to another. |
|
Transition
Represents a transition animation between two forms this class is used internally by DTVContainer to play an animation when
moving from one form to the next. |
Classes in com.sun.dtv.lwuit.animations used by com.sun.dtv.lwuit.list | |
---|---|
Animation
Allows any object to react to events and draw an animation at a fixed interval. |
Classes in com.sun.dtv.lwuit.animations used by com.sun.dtv.lwuit.plaf | |
---|---|
Transition
Represents a transition animation between two forms this class is used internally by DTVContainer to play an animation when
moving from one form to the next. |
Classes in com.sun.dtv.lwuit.animations used by com.sun.dtv.ui | |
---|---|
Animation
Allows any object to react to events and draw an animation at a fixed interval. |
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
PREV NEXT | FRAMES NO FRAMES |