JIDE 3.5.15

com.jidesoft.combobox
Interface ProcessKeyBinding

All Known Implementing Classes:
AbstractComboBox.ComboBoxSpinner, AbstractComboBox.ComboBoxTextField

public interface ProcessKeyBinding

This is an interface to make a protected method processKeyBinding in JComponent public so that we can use it to pass the key event to a component.


Method Summary
 boolean processKeyBinding(KeyStroke ks, KeyEvent e, int condition, boolean pressed)
           
 

Method Detail

processKeyBinding

boolean processKeyBinding(KeyStroke ks,
                          KeyEvent e,
                          int condition,
                          boolean pressed)

JIDE 3.5.15