|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.event.KeyAdapter | +--com.objexcel.gui.CommandHistory
plugs into a textfield and keeps an input history. Cycle though it with the up/down arrows
Constructor Summary | |
CommandHistory(javax.swing.JTextField c)
|
Method Summary | |
void |
appendCurrent()
|
void |
keyPressed(java.awt.event.KeyEvent e)
|
Methods inherited from class java.awt.event.KeyAdapter |
keyReleased,
keyTyped |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public CommandHistory(javax.swing.JTextField c)
Method Detail |
public void keyPressed(java.awt.event.KeyEvent e)
public void appendCurrent()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |