public class FixedClassComboModel extends AbstractFixedAutoComboModel<Class<?>>
Constructor and Description |
---|
FixedClassComboModel(AutoCompleteCombo combo,
int max,
List<Class<?>> allentries)
Create a new AbstractFixedAutoComboModel.
|
Modifier and Type | Method and Description |
---|---|
Class<?> |
convertFromString(String val) |
String |
convertToString(Class<?> val) |
doSetPattern
addToTop, addValToTop, contains, containsVal, getCombo, getElementAt, getModelValue, getSelectedItem, getSize, setPattern, setSelectedItem, setSelectedItemQuiet
addListDataListener, getListDataListeners, getListeners, removeListDataListener
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addListDataListener, removeListDataListener
public FixedClassComboModel(AutoCompleteCombo combo, int max, List<Class<?>> allentries)
public Class<?> convertFromString(String val)
convertFromString
in class AbstractAutoComboModel<Class<?>>
public String convertToString(Class<?> val)
convertToString
in class AbstractAutoComboModel<Class<?>>
Copyright © 2013. All Rights Reserved.