Package | Description |
---|---|
jadex.commons.gui.autocombo |
Modifier and Type | Method and Description |
---|---|
AutoCompleteCombo<T> |
AbstractAutoComboModel.getCombo()
Get the combo.
|
Constructor and Description |
---|
AbstractAutoComboModel(AutoCompleteCombo<T> combo,
int max) |
AbstractFixedAutoComboModel(AutoCompleteCombo combo,
int max,
List<T> allentries)
Create a new AbstractFixedAutoComboModel.
|
AutoComboTableCellRenderer(AutoCompleteCombo box) |
ClassComboModel(AutoCompleteCombo combo,
int max)
Create a new ClassComboModel.
|
ClassComboModel(AutoCompleteCombo combo,
int max,
boolean inter,
boolean absclasses,
boolean inclasses,
boolean classes,
IFilter<String> filefilter,
IFilter<Class<?>> classfilter)
Create a new ClassComboModel.
|
FixedClassComboModel(AutoCompleteCombo combo,
int max,
List<Class<?>> allentries)
Create a new AbstractFixedAutoComboModel.
|
FixedClassInfoComboModel(AutoCompleteCombo combo,
int max,
List<ClassInfo> allentries)
Create a new AbstractFixedAutoComboModel.
|
StringComboModel(AutoCompleteCombo combo,
int max,
List<String> allentries)
Create a new StringComboModel.
|
Copyright © 2013. All Rights Reserved.