jmc
Class MyTextArea

java.lang.Object
  extended by com.sun.lwuit.Component
      extended by com.sun.lwuit.TextArea
          extended by jmc.MyTextArea
All Implemented Interfaces:
com.sun.lwuit.animations.Animation, com.sun.lwuit.events.StyleListener

public class MyTextArea
extends com.sun.lwuit.TextArea


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

MyTextArea

public MyTextArea()

MyTextArea

public MyTextArea(java.lang.String text)

MyTextArea

public MyTextArea(int rows,
                  int columns)

MyTextArea

public MyTextArea(java.lang.String text,
                  int maxSize)

MyTextArea

public MyTextArea(int rows,
                  int columns,
                  int constraint)

MyTextArea

public MyTextArea(java.lang.String text,
                  int rows,
                  int columns)

MyTextArea

public MyTextArea(java.lang.String text,
                  int rows,
                  int columns,
                  int constraint)