|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.awt.event.KeyAdapter
griffon.plugins.dialogs.FinderView.ComboBoxUpdater
private class FinderView.ComboBoxUpdater extends KeyAdapter
| Field Summary | |
|---|---|
private RunnableWithArgs |
block
|
private JComboBox |
comboBox
|
| Constructor Summary | |
FinderView.ComboBoxUpdater(JComboBox comboBox, RunnableWithArgs block)
|
|
| Method Summary | |
|---|---|
void
|
itemStateChanged(ItemEvent itemEvent)
|
void
|
keyPressed(KeyEvent keyEvent)
|
void
|
keyReleased(KeyEvent keyEvent)
|
void
|
keyTyped(KeyEvent keyEvent)
|
private void
|
update(KeyEvent keyEvent)
|
| Methods inherited from class KeyAdapter | |
|---|---|
| keyTyped, keyPressed, keyReleased, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private final RunnableWithArgs block
private final JComboBox comboBox
| Constructor Detail |
|---|
public FinderView.ComboBoxUpdater(JComboBox comboBox, RunnableWithArgs block)
| Method Detail |
|---|
public void itemStateChanged(ItemEvent itemEvent)
public void keyPressed(KeyEvent keyEvent)
public void keyReleased(KeyEvent keyEvent)
public void keyTyped(KeyEvent keyEvent)
private void update(KeyEvent keyEvent)
Groovy Documentation