Java Platform 1.2

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.
 


Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
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.