Java Platform 1.2
Beta 4

Uses of Interface
com.sun.java.swing.tree.RowMapper

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

Uses of RowMapper in com.sun.java.swing.tree
 

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

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

Methods in com.sun.java.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 com.sun.java.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.
 


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.