| Frames | No Frames |
Methods with parameter type javax.swing.ListSelectionModel | |
| void | BasicListUI.paintCell(Graphics g, int row, Rectangle bounds, ListCellRenderer rend, ListModel data, ListSelectionModel sel, int lead) Paints a single cell in the list.
|
Classes implementing javax.swing.ListSelectionModel | |
| class | The default implementation of ListSelectionModel,
which is used by JList and
similar classes to manage the selection status of a number of data
elements.
|
Constructors with parameter type javax.swing.ListSelectionModel | |
Creates a new JTable instance, providing data model,
column model and list selection model. | |
Fields of type javax.swing.ListSelectionModel | |
| ListSelectionModel | A model of the rows of this table which are currently selected. |
Methods with parameter type javax.swing.ListSelectionModel | |
| void | Sets the value of the selectionModel property. |
| void | Set the value of the selectionModel property.
Unregister this as a ListSelectionListener
from previous selectionModel and register it with new
parameter s.
|
Methods with return type javax.swing.ListSelectionModel | |
| ListSelectionModel | Create the default table selection model that is used if the user-defined
selection model is not provided. |
| ListSelectionModel | Creates the default ListSelectionModel.
|
| ListSelectionModel | Returns the selection model for the JList component. |
| ListSelectionModel | Get the value of the selectionModel property.
|
Fields of type javax.swing.ListSelectionModel | |
| ListSelectionModel | A selection model that keeps track of column selections.
|
Methods with parameter type javax.swing.ListSelectionModel | |
| void | Sets the selection model that will be used to keep track of the selected
columns.
|
| void | Sets the selection model that will be used to keep track of the selected
columns.
|
Methods with return type javax.swing.ListSelectionModel | |
| ListSelectionModel | Creates a default selection model to track the currently selected
column(s). |
| ListSelectionModel | Returns the selection model used to track table column selections.
|
| ListSelectionModel | Returns the selection model used to track table column selections.
|