rero.dck.items
Class ServerList.ServerListModel
java.lang.Object
javax.swing.AbstractListModel
rero.dck.items.ServerList.ServerListModel
- All Implemented Interfaces:
- ListCellRenderer, ListModel, Serializable
- Enclosing class:
- ServerList
- protected class ServerList.ServerListModel
- extends AbstractListModel
- implements ListCellRenderer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cell
protected JLabel cell
ServerList.ServerListModel
protected ServerList.ServerListModel()
getListCellRendererComponent
public Component getListCellRendererComponent(JList list,
Object value,
int index,
boolean isSelected,
boolean cellHasFocus)
- Specified by:
getListCellRendererComponent
in interface ListCellRenderer
fireChange
public void fireChange()
getElementAt
public Object getElementAt(int index)
- Specified by:
getElementAt
in interface ListModel
getSize
public int getSize()
- Specified by:
getSize
in interface ListModel