|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PrototypeCellProvider
The PrototypeCellProvider interface defines a way for the JList to obtain a prototype cell for the given list model. This interface can be implemented by the list cell renderer (since it typically understands the list data model.)
For an example of this, refer to ListDataItemCellRenderer or TooltipDataItemCellRenderer.
ListDataItemCellRenderer, TooltipDataItemCellRenderer| Method Summary | |
|---|---|
java.lang.Object |
getPrototypeCell(javax.swing.JList list, javax.swing.ListModel listModel)Fetches a data item that can be used as the prototype cell for the JList based on the given list model. |
| Method Detail |
|---|
java.lang.Object getPrototypeCell(javax.swing.JList list,
javax.swing.ListModel listModel)
list - the JList instancelistModel - the list model of the JList
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||