|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.table.DefaultTableColumnModel | +--com.ice.jcvsii.EntryColumnModel
Field Summary |
Fields inherited from class javax.swing.table.DefaultTableColumnModel |
changeEvent, columnMargin, columnSelectionAllowed, listenerList, selectionModel, tableColumns, totalColumnWidth |
Constructor Summary | |
EntryColumnModel()
|
Method Summary | |
int |
getColumnIndexAtX(int x)
We had to implement our own column indexer because the one in ColumnModel was not working for the right hand edge of the last column. |
int |
getModifiedWidth()
|
int |
getNameWidth()
|
int |
getTagWidth()
|
int |
getTotalColumnWidth()
We had to implement our own column sizer because the one in ColumnModel was not working for the right hand edge of the last column. |
int |
getVersionWidth()
|
void |
setModifiedWidth(int w)
|
void |
setNameWidth(int w)
|
void |
setTagWidth(int w)
|
void |
setVersionWidth(int w)
|
Methods inherited from class javax.swing.table.DefaultTableColumnModel |
addColumn, addColumnModelListener, createSelectionModel, fireColumnAdded, fireColumnMarginChanged, fireColumnMoved, fireColumnRemoved, fireColumnSelectionChanged, getColumn, getColumnCount, getColumnIndex, getColumnMargin, getColumnModelListeners, getColumns, getColumnSelectionAllowed, getListeners, getSelectedColumnCount, getSelectedColumns, getSelectionModel, moveColumn, propertyChange, recalcWidthCache, removeColumn, removeColumnModelListener, setColumnMargin, setColumnSelectionAllowed, setSelectionModel, valueChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EntryColumnModel()
Method Detail |
public int getNameWidth()
public void setNameWidth(int w)
public int getVersionWidth()
public void setVersionWidth(int w)
public int getTagWidth()
public void setTagWidth(int w)
public int getModifiedWidth()
public void setModifiedWidth(int w)
public int getColumnIndexAtX(int x)
getColumnIndexAtX
in interface javax.swing.table.TableColumnModel
getColumnIndexAtX
in class javax.swing.table.DefaultTableColumnModel
public int getTotalColumnWidth()
getTotalColumnWidth
in interface javax.swing.table.TableColumnModel
getTotalColumnWidth
in class javax.swing.table.DefaultTableColumnModel
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |