|
kAWT Version 0.22 | ||||||||
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.TextField
Limitations
Constructor Summary | |
TextField()
|
|
TextField(int cols)
|
|
TextField(java.lang.String s)
|
|
TextField(java.lang.String text,
int cols)
|
Method Summary | |
Dimension |
getMinimumSize()
|
void |
paint(Graphics g)
|
void |
processKeyEvent(KeyEvent ke)
|
void |
processMouseEvent(MouseEvent me)
Does not work because of the type cast Problem! |
Methods inherited from class java.awt.TextComponent |
addTextListener,
getCaretPosition,
getSelectedText,
getSelectionEnd,
getSelectionStart,
getText,
isEditable,
processTextEvent,
removeTextListener,
select,
selectAll,
setCaretPosition,
setEditable,
setSelectionEnd,
setSelectionStart,
setText |
Methods inherited from class java.awt.Component |
addKeyListener,
addMouseListener,
contains,
findComponentAt,
getFont,
getFontMetrics,
getGraphics,
getHeight,
getLocationOnScreen,
getPreferredSize,
getSize,
getWidth,
getX,
getY,
invalidate,
isEnabled,
paintAll,
proxyRequestFocus,
repaint,
repaint,
requestFocus,
setBackground,
setBounds,
setEnabled,
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 TextField()
public TextField(int cols)
public TextField(java.lang.String s)
public TextField(java.lang.String text, int cols)
Method Detail |
public Dimension getMinimumSize()
public void paint(Graphics g)
public void processMouseEvent(MouseEvent me)
public void processKeyEvent(KeyEvent ke)
|
kAWT Version 0.22 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |