Example usage for Java weka.gui JTableHelper fields, constructors, methods, implement or subclass
The text is from its open source code.
void | scrollToVisible(JTable table, int row, int col) Assumes table is contained in a JScrollPane. |
void | setOptimalColumnWidth(JTable jtable, int col) sets the optimal column width for the given column |
void | setOptimalColumnWidth(int col) sets the optimal column width for the given column |
void | setOptimalColumnWidth(JTable jtable) sets the optimal column width for alls column if the given table |
void | setOptimalHeaderWidth(JTable jtable, int col) sets the optimal header width for the given column |