Searched defs:ExtTable (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/
H A DExtTable.java39 * The {@code ExtTable} class is a {@code JTable} with the following extras:
43 * The {@code ExtTable} is decorated by default with alternating colored rows:
50 * The {@code ExtTable} can optionally cache the values it finds in its
64 * Columns in an {@code ExtTable} can be easily sized to fit their content,
70 public class ExtTable extends JTable { class in inherits:JTable
159 public ExtTable() { method in class:ExtTable
163 public ExtTable(int numRows, int numColumns) { method in class:ExtTable
168 public ExtTable(Object[][] rowData, Object[] columnNames) { method in class:ExtTable
173 public ExtTable(TableModel model) { method in class:ExtTable
178 public ExtTable(TableMode method in class:ExtTable
183 public ExtTable(TableModel model, TableColumnModel cModel, method in class:ExtTable
190 public ExtTable(Vector rowData, Vector columnNames) { method in class:ExtTable
[all...]

Completed in 514 milliseconds