|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use TextLayoutManager | |
|---|---|
| com.sun.dtv.lwuit | Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT. |
| com.sun.dtv.ui | TV specific UI functionality. |
| Uses of TextLayoutManager in com.sun.dtv.lwuit |
|---|
| Methods in com.sun.dtv.lwuit that return TextLayoutManager | |
|---|---|
TextLayoutManager |
Label.getTextLayoutManager()
|
TextLayoutManager |
List.getTextLayoutManager()
|
| Methods in com.sun.dtv.lwuit with parameters of type TextLayoutManager | |
|---|---|
void |
Label.setTextLayoutManager(TextLayoutManager manager)
|
void |
List.setTextLayoutManager(TextLayoutManager manager)
|
| Uses of TextLayoutManager in com.sun.dtv.ui |
|---|
| Classes in com.sun.dtv.ui that implement TextLayoutManager | |
|---|---|
class |
DefaultTextLayoutManager
This class provides a standard mechanism for rendering of provided texts and is at the same time the simplest implementation of the TextLayoutManager interface. |
class |
SophisticatedTextLayoutManager
This class provides a TextLayoutManager with more features than the DefaultTextLayoutManager in
order to enable more sophisticated layout design possibilities for test to
be shown in TV components. |
| Methods in com.sun.dtv.ui that return TextLayoutManager | |
|---|---|
TextLayoutManager |
ViewOnlyComponent.getTextLayoutManager()
Gets the text layout manager that is currently in use for text layout in this component. |
| Methods in com.sun.dtv.ui with parameters of type TextLayoutManager | |
|---|---|
void |
ViewOnlyComponent.setTextLayoutManager(TextLayoutManager manager)
Sets the text layout manager that should be used for text layout in this component. |
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||