| GNU Classpath (0.18) | ||
| Frames | No Frames | ||
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.
| |
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 JList 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 | |
| ListSelectionModel | Creates the default ListSelectionModel.
|
| ListSelectionModel | |
| ListSelectionModel | Get the value of the selectionModel property.
|
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.
|
Fields of type javax.swing.ListSelectionModel | |
| ListSelectionModel | Selection Model that keeps track of columns selection
|
Methods with parameter type javax.swing.ListSelectionModel | |
| void | setSelectionModel sets selection model that will be used by this ColumnTableModel
to keep track of currently selected columns
|
| void | setSelectionModel
|
Methods with return type javax.swing.ListSelectionModel | |
| ListSelectionModel | createSelectionModel creates selection model that will keep track
of currently selected column(s)
|
| ListSelectionModel | getSelectionModel returns selection model
|
| ListSelectionModel | getSelectionModel
|
| GNU Classpath (0.18) |