JavaTM 2 Platform
Standard Edition

Uses of Interface
javax.swing.SingleSelectionModel

Packages that use SingleSelectionModel
javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
 

Uses of SingleSelectionModel in javax.swing
 

Classes in javax.swing that implement SingleSelectionModel
 class DefaultSingleSelectionModel
          A generic implementation of SingleSelectionModel.
 

Fields in javax.swing declared as SingleSelectionModel
protected  SingleSelectionModel JTabbedPane.model
          The default selection model
 

Methods in javax.swing that return SingleSelectionModel
 SingleSelectionModel JMenuBar.getSelectionModel()
          Returns the model object that handles single selections.
 SingleSelectionModel JPopupMenu.getSelectionModel()
          Returns the model object that handles single selections.
 SingleSelectionModel JTabbedPane.getModel()
          Returns the model associated with this tabbedpane.
 

Methods in javax.swing with parameters of type SingleSelectionModel
 void JMenuBar.setSelectionModel(SingleSelectionModel model)
          Set the model object to handle single selections.
 void JPopupMenu.setSelectionModel(SingleSelectionModel model)
          Set the model object to handle single selections.
 void JTabbedPane.setModel(SingleSelectionModel model)
          Sets the model to be used with this tabbedpane.
 


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.