Method getRowBounds(int row)
Return type: java.awt.Rectangle
Member of: javax.swing.JTree
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 Rectangle bounds = getRowBounds(row);
2 Rectangle bounds = m_tree.getRowBounds(row);
3 Rectangle rect = tree.getRowBounds(i);
4 Rectangle bounds = m_tree.getRowBounds(top_row);
5 Rectangle bounds = m_tree.getRowBounds(bot_row);
6 r = tree.getRowBounds( row );
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.