|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.sun.lwuit.events | |
com.sun.dtv.ui | TV specific UI functionality. |
com.sun.lwuit | Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT. |
com.sun.lwuit.events | Observable pattern event listeners in the spirit of AWT 1.1's event dispatching architecture, all events are dispatched on the EDT (Event Dispatch Thread). |
com.sun.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.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. |
Classes in com.sun.lwuit.events used by com.sun.dtv.ui | |
StyleListener
Invoked to indicate a change in a Style property. |
Classes in com.sun.lwuit.events used by com.sun.lwuit | |
ActionEvent
Event object delivered when an ActionListener callback is invoked. |
|
ActionListener
Event callback interface invoked when a component action occurs. |
|
DataChangedListener
Event callback interface invoked when a ListModel
changes its state thus indicating to the view that it should refresh. |
|
FocusListener
Observes focus change events for a given form and invokes the callbacks to enable us to assign functionality based on current focused component. |
|
SelectionListener
Invoked to indicate a selection change in the list model. |
|
StyleListener
Invoked to indicate a change in a Style property. |
Classes in com.sun.lwuit.events used by com.sun.lwuit.events | |
ActionEvent
Event object delivered when an ActionListener callback is invoked. |
Classes in com.sun.lwuit.events used by com.sun.lwuit.list | |
DataChangedListener
Event callback interface invoked when a ListModel
changes its state thus indicating to the view that it should refresh. |
|
SelectionListener
Invoked to indicate a selection change in the list model. |
|
StyleListener
Invoked to indicate a change in a Style property. |
Classes in com.sun.lwuit.events used by com.sun.lwuit.plaf | |
FocusListener
Observes focus change events for a given form and invokes the callbacks to enable us to assign functionality based on current focused component. |
|
StyleListener
Invoked to indicate a change in a Style property. |
|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |