|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.lwuit.Component
com.sun.lwuit.TextArea
jmc.MyTextArea
public class MyTextArea
Field Summary |
---|
Fields inherited from class com.sun.lwuit.TextArea |
---|
ANY, DECIMAL, EMAILADDR, INITIAL_CAPS_SENTENCE, INITIAL_CAPS_WORD, NON_PREDICTIVE, NUMERIC, PASSWORD, PHONENUMBER, SENSITIVE, UNEDITABLE, URL |
Fields inherited from class com.sun.lwuit.Component |
---|
BOTTOM, BRB_CENTER_OFFSET, BRB_CONSTANT_ASCENT, BRB_CONSTANT_DESCENT, BRB_OTHER, CENTER, LEFT, RIGHT, TOP |
Constructor Summary | |
---|---|
MyTextArea()
|
|
MyTextArea(int rows,
int columns)
|
|
MyTextArea(int rows,
int columns,
int constraint)
|
|
MyTextArea(java.lang.String text)
|
|
MyTextArea(java.lang.String text,
int maxSize)
|
|
MyTextArea(java.lang.String text,
int rows,
int columns)
|
|
MyTextArea(java.lang.String text,
int rows,
int columns,
int constraint)
|
Method Summary |
---|
Methods inherited from class com.sun.lwuit.TextArea |
---|
addActionListener, calcPreferredSize, fireClicked, getColumns, getConstraint, getLines, getMaxSize, getRows, getRowsGap, getText, getTextAt, getUIID, isAutoDegradeMaxSize, isEditable, isGrowByContent, isScrollableY, isSelectableInteraction, keyPressed, keyReleased, paint, paintScrollbarY, pointerReleased, removeActionListener, setAutoDegradeMaxSize, setColumns, setConstraint, setDefaultMaxSize, setEditable, setGrowByContent, setMaxSize, setRows, setRowsGap, setText |
Methods inherited from class com.sun.lwuit.Component |
---|
addFocusListener, animate, contains, deinitialize, getAbsoluteX, getAbsoluteY, getBaseline, getBaselineResizeBehavior, getBorder, getBottomGap, getBounds, getClientProperty, getComponentForm, getHeight, getNextFocusDown, getNextFocusLeft, getNextFocusRight, getNextFocusUp, getParent, getPreferredH, getPreferredSize, getPreferredW, getScrollAnimationSpeed, getScrollX, getScrollY, getSideGap, getStyle, getWidth, getX, getY, handlesInput, hasFocus, initComponent, isBorderPainted, isEnabled, isFocusable, isFocusPainted, isInitialized, isScrollable, isScrollableX, isScrollVisible, isSmoothScrolling, isVisible, keyRepeated, paintBackground, paintBackgrounds, paintBorder, paintComponent, paintComponent, paintScrollbars, paintScrollbarX, paramString, pointerDragged, pointerPressed, putClientProperty, refreshTheme, refreshTheme, removeFocusListener, repaint, repaint, requestFocus, scrollRectToVisible, setBorderPainted, setCellRenderer, setEnabled, setFocus, setFocusable, setFocusPainted, setHandlesInput, setHeight, setInitialized, setIsScrollVisible, setNextFocusDown, setNextFocusLeft, setNextFocusRight, setNextFocusUp, setPreferredH, setPreferredSize, setPreferredW, setScrollAnimationSpeed, setScrollX, setScrollY, setShouldCalcPreferredSize, setSize, setSmoothScrolling, setStyle, setVisible, setWidth, setX, setY, styleChanged, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MyTextArea()
public MyTextArea(java.lang.String text)
public MyTextArea(int rows, int columns)
public MyTextArea(java.lang.String text, int maxSize)
public MyTextArea(int rows, int columns, int constraint)
public MyTextArea(java.lang.String text, int rows, int columns)
public MyTextArea(java.lang.String text, int rows, int columns, int constraint)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |