Searched refs:RowMapper (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DRowMapper.java36 public interface RowMapper interface
H A DTreeSelectionModel.java41 * from TreePath to integer is done by way of an instance of RowMapper.
42 * It is not necessary for a TreeSelectionModel to have a RowMapper to
43 * correctly operate, but without a RowMapper <code>getSelectionRows</code>
52 * A <code>RowMapper</code> is used to determine if TreePaths are
54 * In the absence of a RowMapper <code>CONTIGUOUS_TREE_SELECTION</code> and
84 * from the RowMapper.
95 * a RowMapper instance is provided. That is, if no RowMapper is set
183 * <code>RowMapper</code>.
216 * Sets the RowMapper instanc
[all...]
H A DAbstractLayoutCache.java46 public abstract class AbstractLayoutCache implements RowMapper {
435 // RowMapper
H A DDefaultTreeSelectionModel.java80 transient protected RowMapper rowMapper;
82 /** Handles maintaining the list selection model. The RowMapper is used
120 * Sets the RowMapper instance. This instance is used to determine
123 public void setRowMapper(RowMapper newMapper) {
129 * Returns the RowMapper instance that is able to map a TreePath to a
132 public RowMapper getRowMapper() {
685 * RowMapper} returns {@code -1} for the row corresponding to the
731 * Returns the smallest value obtained from the RowMapper for the
733 * or there is no RowMapper, this will return -1.
740 * Returns the largest value obtained from the RowMapper fo
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTree.java3299 * @param mapper the {@code RowMapper} instance; this is ignored
3302 public void setRowMapper(RowMapper mapper) {

Completed in 60 milliseconds