Method getRowHeight()
Return type: int
Member of: javax.swing.JTable
[api documentation ] [ main menu]

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

1 d.height= Math.max(table.getRowHeight(), d.height);
2 d.height= table.getRowHeight();
3 tree.setRowHeight(getRowHeight());
4 int rowHeight = tblCaptions.getRowHeight();
5 tree.setRowHeight(getRowHeight());
6 getTTModel().setRowHeight(getRowHeight());
7 typelibTable.setSize(new Dimension((int)typelibTable.getWidth(), typelibTable.getRowHeight()*(typelibTable.getRowCount())));
8 if (table.getRowHeight() < newHeight) {
9 tree.setRowHeight(getRowHeight());
10 tree.setRowHeight(getRowHeight());
11 moveAdjustable(row * table.getRowHeight(), pane.getVerticalScrollBar());
12 _myRowHeader.setFixedCellHeight( _table.getRowHeight() );
13 moveAdjustable(row * table.getRowHeight(), pane.getVerticalScrollBar());
14 if (forcedRowHeight < getRowHeight())
15 new Dimension (500,table.getRowCount()*table.getRowHeight()));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.