|
kAWT Version 0.81 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.awt.Component
|
+--java.awt.TextComponent
|
+--java.awt.TextArea
The kAWT TextArea currently does NOT support editing. It depends on hard line breaks and does not perform any word wrap.
| Constructor Summary | |
TextArea()
|
|
| Method Summary | |
void |
doLayout()
|
Component |
findComponentAt(int px,
int py)
|
Dimension |
getPreferredSize()
|
void |
paintAll(Graphics g)
|
void |
setText(java.lang.String text)
FIXME: currently, max width is not updated. |
| Methods inherited from class java.awt.TextComponent |
addTextListener, getCaretPosition, getSelectedText, getSelectionEnd, getSelectionStart, getText, isEditable, processTextEvent, removeTextListener, select, selectAll, setCaretPosition, setEditable, setSelectionEnd, setSelectionStart |
| Methods inherited from class java.awt.Component |
addKeyListener, addMouseListener, contains, getFont, getFontMetrics, getGraphics, getHeight, getLocationOnScreen, getMinimumSize, getParent, getSize, getWidth, getX, getY, invalidate, isEnabled, isVisible, paint, processKeyEvent, processMouseEvent, proxyRequestFocus, repaint, repaint, requestFocus, setBackground, setBounds, setEnabled, setForeground, setLocation, setSize, setSize, setVisible, update, validate |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TextArea()
| Method Detail |
public void paintAll(Graphics g)
paintAll in class Componentpublic void doLayout()
public Component findComponentAt(int px,
int py)
findComponentAt in class Componentpublic Dimension getPreferredSize()
getPreferredSize in class Componentpublic void setText(java.lang.String text)
setText in class TextComponent
|
kAWT Version 0.81 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||