javax.swing.ListModel<E> listModel
ListModel
that holds the table row elements
and reports changes in the structure and content. The elements of
the list model can be requested using #getRow(int)
.
A typical subclass will use the elements to implement the
TableModel
method #getValueAt(int, int)
.AbstractTableAdapter.getRow(int)
,
AbstractTableAdapter.getRowCount()
,
TableModel.getValueAt(int, int)
java.lang.String[] columnNames
TableModel
methods
#getColumnCount()
and #getColumnName(int)
.javax.swing.event.EventListenerList listenerList
ValueModel subject
int theExtent
int min
int max
boolean isAdjusting
ValueModel subject
java.awt.Color defaultColor
null
.javax.swing.ListModel<E> listModel
ValueModel selectionHolder
java.beans.PropertyChangeListener selectionChangeHandler
ValueModel subject
java.lang.Object choice
ValueModel subject
java.lang.Object selectedValue
java.lang.Object deselectedValue
java.lang.Object source
boolean checkIdentityDefault
checkIdentity
parameter.Copyright © 2002-2010 JGoodies Karsten Lentzsch. All Rights Reserved.