Uses of Interface javax.swing.ListModel

Uses in package javax.swing.plaf.basic

Classes implementing javax.swing.ListModel

class
DOCUMENT ME!

Methods with parameter type javax.swing.ListModel

void
BasicListUI.paintCell(Graphics g, int row, Rectangle bounds, ListCellRenderer rend, ListModel data, ListSelectionModel sel, int lead)
Paints a single cell in the list.

Uses in package javax.swing

Classes implementing javax.swing.ListModel

class
AbstractListModel
class
DefaultComboBoxModel is a data model for JComboBox.
class
This is a default subclass of the AbstractListModel, used by JList and similar objects as the model of a list of values.

Constructors with parameter type javax.swing.ListModel

JList.JList(ListModel listData)
Creates a new JList object.

Methods with parameter type javax.swing.ListModel

void
Sets the value of the JList property.

Methods with return type javax.swing.ListModel

ListModel
Gets the value of the JList property.