Java Platform 1.2
Beta 4

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

Packages that use SingleSelectionModel
com.sun.java.swing Provides a set of "lightweight" (all-Java
 

Uses of SingleSelectionModel in com.sun.java.swing
 

Classes in com.sun.java.swing that implement SingleSelectionModel
  DefaultSingleSelectionModel
          A generic implementation of SingleSelectionModel.
 

Fields in com.sun.java.swing declared as SingleSelectionModel
protected  SingleSelectionModel JTabbedPane.model
          The default selection model
 

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

Methods in com.sun.java.swing with parameters of type SingleSelectionModel
 void JPopupMenu.setSelectionModel(SingleSelectionModel model)
          Set the model object to handle single selections.
 void JMenuBar.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
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.