Java Platform 1.2
Beta 4

Uses of Interface
com.sun.java.swing.ListSelectionModel

Packages that use ListSelectionModel
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.table Provides classes and interfaces for dealing with java.awt.swing. 
 

Uses of ListSelectionModel in com.sun.java.swing
 

Classes in com.sun.java.swing that implement ListSelectionModel
  DefaultListSelectionModel
          Default data model for list selections.
 

Fields in com.sun.java.swing declared as ListSelectionModel
protected  ListSelectionModel JTable.selectionModel
          The ListSelectionModel of the table, used to keep track of row selections
 

Methods in com.sun.java.swing that return ListSelectionModel
 ListSelectionModel JTable.getSelectionModel()
          Returns the ListSelectionModel that is used to maintain row selection state.
protected  ListSelectionModel JTable.createDefaultSelectionModel()
          Returns the default selection model object which is a DefaultListSelectionModel.
protected  ListSelectionModel JList.createSelectionModel()
          Returns an instance of DefaultListSelectionModel.
 ListSelectionModel JList.getSelectionModel()
          Returns the value of the current selection model.
 

Methods in com.sun.java.swing with parameters of type ListSelectionModel
 void JTable.setSelectionModel(ListSelectionModel newModel)
          Sets the row selection model for this table to newModel and registers with for listner notifications from the new selection model.
 void JList.setSelectionModel(ListSelectionModel selectionModel)
          Set the selectionModel for the list to a non-null ListSelectionModel implementation.
 

Constructors in com.sun.java.swing with parameters of type ListSelectionModel
JTable.JTable(TableModel dm, TableColumnModel cm, ListSelectionModel sm)
          Constructs a JTable which is initialized with dm as the data model, cm as the column model, and sm as the selection model.
 

Uses of ListSelectionModel in com.sun.java.swing.table
 

Fields in com.sun.java.swing.table declared as ListSelectionModel
protected  ListSelectionModel DefaultTableColumnModel.selectionModel
          Model for keeping track of column selections
 

Methods in com.sun.java.swing.table that return ListSelectionModel
 ListSelectionModel TableColumnModel.getSelectionModel()
           
 ListSelectionModel DefaultTableColumnModel.getSelectionModel()
          Returns the ListSelectionModel that is used to maintain column selection state.
protected  ListSelectionModel DefaultTableColumnModel.createSelectionModel()
           
 

Methods in com.sun.java.swing.table with parameters of type ListSelectionModel
 void TableColumnModel.setSelectionModel(ListSelectionModel newModel)
           
 void DefaultTableColumnModel.setSelectionModel(ListSelectionModel newModel)
          Sets the selection model for this TableColumnModel to newModel and registers with for listner notifications from the new selection model.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.