|
|||||||||
| Home >> All >> javax >> microedition >> [ lcdui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.microedition.lcdui
Class StringItem

java.lang.Objectjavax.microedition.lcdui.Item
javax.microedition.lcdui.StringItem
- public class StringItem
- extends Item
| Field Summary | |
(package private) StringComponent |
stringComponent
|
| Fields inherited from class javax.microedition.lcdui.Item |
labelComponent, OUTOFITEM, owner |
| Constructor Summary | |
StringItem(java.lang.String label,
java.lang.String text)
|
|
| Method Summary | |
(package private) int |
getHeight()
|
java.lang.String |
getText()
|
(package private) int |
paint(Graphics g)
|
void |
setLabel(java.lang.String label)
|
void |
setText(java.lang.String text)
|
(package private) int |
traverse(int gameKeyCode,
int top,
int bottom,
boolean action)
|
| Methods inherited from class javax.microedition.lcdui.Item |
getLabel, getOwner, hasFocus, isFocusable, keyPressed, paintContent, repaint, select, setFocus, setOwner |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
stringComponent
StringComponent stringComponent
| Constructor Detail |
StringItem
public StringItem(java.lang.String label, java.lang.String text)
| Method Detail |
getText
public java.lang.String getText()
setLabel
public void setLabel(java.lang.String label)
setText
public void setText(java.lang.String text)
getHeight
int getHeight()
paint
int paint(Graphics g)
traverse
int traverse(int gameKeyCode,
int top,
int bottom,
boolean action)
|
|||||||||
| Home >> All >> javax >> microedition >> [ lcdui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC