JavaTM 2 Platform
Standard Edition

Uses of Interface
javax.swing.tree.RowMapper

Packages that use RowMapper
javax.swing.tree Provides classes and interfaces for dealing with java.awt.swing.JTree. 
 

Uses of RowMapper in javax.swing.tree
 

Classes in javax.swing.tree that implement RowMapper
 class AbstractLayoutCache
          Warning: Serialized objects of this class will not be compatible with future Swing releases.
 class FixedHeightLayoutCache
          NOTE: This will become more open in a future release.
 class VariableHeightLayoutCache
          NOTE: This will become more open in a future release.
 

Fields in javax.swing.tree declared as RowMapper
protected  RowMapper DefaultTreeSelectionModel.rowMapper
          Provides a row for a given path.
 

Methods in javax.swing.tree that return RowMapper
 RowMapper DefaultTreeSelectionModel.getRowMapper()
          Returns the RowMapper instance that is able to map a path to a row.
 RowMapper TreeSelectionModel.getRowMapper()
          Returns the RowMapper instance that is able to map a path to a row.
 

Methods in javax.swing.tree with parameters of type RowMapper
 void DefaultTreeSelectionModel.setRowMapper(RowMapper newMapper)
          Sets the RowMapper instance.
 void TreeSelectionModel.setRowMapper(RowMapper newMapper)
          Sets the RowMapper instance.
 


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.