|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ItemFinder<E>
| Method Summary | |
|---|---|
java.lang.String |
getLabel()
Returns the label for that ItemFinder. |
javax.swing.ListCellRenderer |
getListCellRenderer()
Returns a ListCellRenderer that will render the celles of the dropdown list. |
javax.swing.ListModel |
getModel()
The list model that is used by the ItemFinderWindow |
void |
selectionMade(E item)
A selection has been made. |
void |
updateList(java.lang.String s)
Some chars were typed, update the list |
| Method Detail |
|---|
java.lang.String getLabel()
javax.swing.ListModel getModel()
javax.swing.ListCellRenderer getListCellRenderer()
void updateList(java.lang.String s)
s - the searched stringvoid selectionMade(E item)
item - the selected item
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||