|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use com.sun.dtv.lwuit.plaf | |
|---|---|
| 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.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.dtv.lwuit.plaf used by com.sun.dtv.lwuit | |
|---|---|
| Style
Represents the look of a given component: colors, fonts, transparency, margin and padding & images. |
|
| Classes in com.sun.dtv.lwuit.plaf used by com.sun.dtv.lwuit.events | |
|---|---|
| Style
Represents the look of a given component: colors, fonts, transparency, margin and padding & images. |
|
| Classes in com.sun.dtv.lwuit.plaf used by com.sun.dtv.lwuit.plaf | |
|---|---|
| Border
Base class that allows us to render a border for a component, a border is drawn before the component and is drawn within the padding region of the component. |
|
| LookAndFeel
Allows a UI developer to completely customize the look of the application by overriding drawing/sizing methods appropriately. |
|
| Style
Represents the look of a given component: colors, fonts, transparency, margin and padding & images. |
|
| UIManager
Central point singleton managing the look of the application, this class allows us to customize the styles (themes) as well as the look instance. |
|
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||