|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.DefaultTableColumnModel
gui.tables.GenericTableColumnModel
public class GenericTableColumnModel
A column model for the JTable that displays the DataSheet
.
Field Summary | |
---|---|
(package private) static long |
serialVersionUID
The version tracking unique identifier for Serialization. |
Fields inherited from class javax.swing.table.DefaultTableColumnModel |
---|
changeEvent, columnMargin, columnSelectionAllowed, listenerList, selectionModel, tableColumns, totalColumnWidth |
Constructor Summary | |
---|---|
GenericTableColumnModel()
Instantiates a new generic table column model. |
Method Summary | |
---|---|
boolean |
getColumnSelectionAllowed()
|
void |
moveColumn(int arg0,
int arg1)
|
void |
removeColumn(javax.swing.table.TableColumn arg0)
|
Methods inherited from class javax.swing.table.DefaultTableColumnModel |
---|
addColumn, addColumnModelListener, createSelectionModel, fireColumnAdded, fireColumnMarginChanged, fireColumnMoved, fireColumnRemoved, fireColumnSelectionChanged, getColumn, getColumnCount, getColumnIndex, getColumnIndexAtX, getColumnMargin, getColumnModelListeners, getColumns, getListeners, getSelectedColumnCount, getSelectedColumns, getSelectionModel, getTotalColumnWidth, propertyChange, recalcWidthCache, removeColumnModelListener, setColumnMargin, setColumnSelectionAllowed, setSelectionModel, valueChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static final long serialVersionUID
Constructor Detail |
---|
public GenericTableColumnModel()
Method Detail |
---|
public boolean getColumnSelectionAllowed()
getColumnSelectionAllowed
in interface javax.swing.table.TableColumnModel
getColumnSelectionAllowed
in class javax.swing.table.DefaultTableColumnModel
public void moveColumn(int arg0, int arg1)
moveColumn
in interface javax.swing.table.TableColumnModel
moveColumn
in class javax.swing.table.DefaultTableColumnModel
public void removeColumn(javax.swing.table.TableColumn arg0)
removeColumn
in interface javax.swing.table.TableColumnModel
removeColumn
in class javax.swing.table.DefaultTableColumnModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |