|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcommon.gui.itemfinder.AbstractItemFinder<E>
public abstract class AbstractItemFinder<E>
An abstract ItemFinder, it has no label, default cellrenderer and width.
Constructor Summary | |
---|---|
AbstractItemFinder()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface common.gui.itemfinder.ItemFinder |
---|
getModel, selectionMade, updateList |
Constructor Detail |
---|
public AbstractItemFinder()
Method Detail |
---|
public java.lang.String getLabel()
ItemFinder
getLabel
in interface ItemFinder<E>
public javax.swing.ListCellRenderer getListCellRenderer()
ItemFinder
getListCellRenderer
in interface ItemFinder<E>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |