Groovy Documentation

griffon.plugins.dialogs
[Java] Class FinderView.ComboBoxUpdater

java.lang.Object
  java.awt.event.KeyAdapter
      griffon.plugins.dialogs.FinderView.ComboBoxUpdater
All Implemented Interfaces:
ItemListener

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

block

private final RunnableWithArgs block


comboBox

private final JComboBox comboBox


 
Constructor Detail

FinderView.ComboBoxUpdater

public FinderView.ComboBoxUpdater(JComboBox comboBox, RunnableWithArgs block)


 
Method Detail

itemStateChanged

public void itemStateChanged(ItemEvent itemEvent)


keyPressed

public void keyPressed(KeyEvent keyEvent)


keyReleased

public void keyReleased(KeyEvent keyEvent)


keyTyped

public void keyTyped(KeyEvent keyEvent)


update

private void update(KeyEvent keyEvent)


 

Groovy Documentation