|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tbee.swing.table.JTableAutoSizer
public class JTableAutoSizer
This class listens to changes to the tablemodel and resizes the columns to at least show the content (using JTableHelper). It does not shrink (unless it is an initial filling).
| Field Summary | |
|---|---|
static java.lang.String |
SOURCECODE_VERSION
Standard variable for determining version of a class file. |
| Constructor Summary | |
|---|---|
JTableAutoSizer(javax.swing.JTable jtable)
|
|
| Method Summary | |
|---|---|
static void |
install(javax.swing.JTable table)
install an autosized on this table |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String SOURCECODE_VERSION
| Constructor Detail |
|---|
public JTableAutoSizer(javax.swing.JTable jtable)
| Method Detail |
|---|
public static void install(javax.swing.JTable table)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||