|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextWidget | |
---|---|
org.kalmeo.kuix.widget |
Uses of TextWidget in org.kalmeo.kuix.widget |
---|
Subclasses of TextWidget in org.kalmeo.kuix.widget | |
---|---|
class |
Text
This class represents a text. |
class |
TextArea
This class represents a textarea. |
class |
TextField
This class represents a textfield. |
Methods in org.kalmeo.kuix.widget that return TextWidget | |
---|---|
TextWidget |
TextWidget.setText(java.lang.String text)
Returns the instance of this TextWidget
Useful in this case :
AbstractTextWidget text = new Text().setText("message"); |
TextWidget |
TextField.setText(java.lang.String text)
|
TextWidget |
TextArea.setText(java.lang.String text)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |