Ontimize 5.2072EN

com.ontimize.gui.field
Interface ComboDataField.ExtKeySelectionManager

All Superinterfaces:
javax.swing.JComboBox.KeySelectionManager
Enclosing interface:
ComboDataField

public static interface ComboDataField.ExtKeySelectionManager
extends javax.swing.JComboBox.KeySelectionManager

The interface that defines a KeySelectionManager to selection in the combo.

Author:
Imatia Innovation

Method Summary
 int getComboIndex(java.lang.String text, javax.swing.ComboBoxModel model)
          Gets the combo index.
 
Methods inherited from interface javax.swing.JComboBox.KeySelectionManager
selectionForKey
 

Method Detail

getComboIndex

public int getComboIndex(java.lang.String text,
                         javax.swing.ComboBoxModel model)
Gets the combo index.

Parameters:
text - the text to search
model - the model of combo
Returns:
the index of combo

Ontimize