|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextArea | |
com.sun.lwuit | Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT. |
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. |
Uses of TextArea in com.sun.lwuit |
Subclasses of TextArea in com.sun.lwuit | |
class |
TextField
Allows in place editing using a lightweight API without necessarily moving to the external native text box. |
Uses of TextArea in com.sun.lwuit.plaf |
Methods in com.sun.lwuit.plaf with parameters of type TextArea | |
void |
DefaultLookAndFeel.drawTextArea(Graphics g,
TextArea ta)
Invoked for drawing the text area widget. |
Dimension |
DefaultLookAndFeel.getTextAreaPreferredSize(TextArea ta)
Returns the preferred size for the text area. |
abstract void |
LookAndFeel.drawTextArea(Graphics g,
TextArea ta)
Invoked for drawing the text area widget. |
abstract Dimension |
LookAndFeel.getTextAreaPreferredSize(TextArea ta)
Returns the preferred size for the text area. |
|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |