Package org.ujmp.gui.table
Interface TableColumnModel64
- All Superinterfaces:
TableColumnModel
- All Known Implementing Classes:
DefaultTableColumnModel64
,SingleTableColumnModel
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addColumn
(TableColumn64 aColumn) void
getColumn
(long columnIndex) long
long
getColumnIndex64
(Object columnIdentifier) long
getColumnIndexAtX
(long xPosition) int
getColumnWidth
(long i) int
long
long[]
void
moveColumn
(long columnIndex, long newIndex) void
removeColumn
(TableColumn64 column) void
void
setColumnWidth
(long index, int width) void
setDefaultColumnWidth
(int width) void
setSelectionModel
(ListSelectionModel64 newModel) Methods inherited from interface javax.swing.table.TableColumnModel
addColumn, addColumnModelListener, getColumn, getColumnCount, getColumnIndex, getColumnIndexAtX, getColumnMargin, getColumns, getColumnSelectionAllowed, getSelectedColumnCount, getSelectedColumns, getTotalColumnWidth, moveColumn, removeColumn, removeColumnModelListener, setColumnMargin, setColumnSelectionAllowed, setSelectionModel
-
Method Details
-
addColumn
-
removeColumn
-
moveColumn
void moveColumn(long columnIndex, long newIndex) -
getColumnCount64
long getColumnCount64() -
getColumns64
Enumeration<TableColumn64> getColumns64() -
getColumnIndex64
-
getColumn
-
getSelectedColumns64
long[] getSelectedColumns64() -
getSelectedColumnCount64
long getSelectedColumnCount64() -
setSelectionModel
-
getSelectionModel
ListSelectionModel64 getSelectionModel()- Specified by:
getSelectionModel
in interfaceTableColumnModel
-
addColumnModelListener
-
removeColumnModelListener
-
getColumnIndexAtX
long getColumnIndexAtX(long xPosition) -
getColumnWidth
int getColumnWidth(long i) -
getDefaultColumnWidth
int getDefaultColumnWidth() -
setDefaultColumnWidth
void setDefaultColumnWidth(int width) -
setColumnWidth
void setColumnWidth(long index, int width)
-