|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use com.sun.dtv.lwuit.events | |
|---|---|
| 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.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.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.events used by com.sun.dtv.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.dtv.lwuit.events used by com.sun.dtv.lwuit.events | |
|---|---|
| ActionEvent
Event object delivered when an ActionListener callback is invoked. |
|
| Classes in com.sun.dtv.lwuit.events used by com.sun.dtv.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.dtv.lwuit.events used by com.sun.dtv.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. |
|
| Classes in com.sun.dtv.lwuit.events used by com.sun.dtv.ui | |
|---|---|
| StyleListener
Invoked to indicate a change in a Style property. |
|
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||