public abstract class AbstractItemFinder<E> extends java.lang.Object implements ItemFinder<E>
Constructor and Description |
---|
AbstractItemFinder() |
Modifier and Type | Method and Description |
---|---|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getModel, selectionMade, updateList
public java.lang.String getLabel()
ItemFinder
getLabel
in interface ItemFinder<E>
public javax.swing.ListCellRenderer getListCellRenderer()
ItemFinder
getListCellRenderer
in interface ItemFinder<E>