|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.odell.glazedlists.swt.AbstractKTableFormat
public abstract class AbstractKTableFormat
Make implementing KTableFormat
easier.
Constructor Summary | |
---|---|
AbstractKTableFormat()
|
Method Summary | |
---|---|
String |
getColumnTooltip(Object baseObject,
int column)
|
int |
getColumnWidth(int column)
|
int |
getFixedHeaderColumnCount()
|
int |
getFixedHeaderRowCount()
|
int |
getFixedSelectableColumnCount()
|
int |
getRowHeight(Object rowObject)
|
int |
getRowHeightMinimum()
|
boolean |
isColumnResizable(int column)
|
boolean |
isRowResizable(Object rowObject)
|
void |
setColumnWidth(int column,
int width)
|
void |
setRowHeight(Object rowObject,
int rowHeight)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ca.odell.glazedlists.swt.KTableFormat |
---|
getColumnEditor, getColumnHeaderValue, getColumnRenderer |
Methods inherited from interface ca.odell.glazedlists.gui.TableFormat |
---|
getColumnCount, getColumnName, getColumnValue |
Constructor Detail |
---|
public AbstractKTableFormat()
Method Detail |
---|
public int getFixedHeaderRowCount()
getFixedHeaderRowCount
in interface KTableFormat
KTableModel.getFixedHeaderRowCount()
public int getRowHeight(Object rowObject)
getRowHeight
in interface KTableFormat
KTableModel.getRowHeight(int)
public boolean isRowResizable(Object rowObject)
isRowResizable
in interface KTableFormat
KTableModel.isRowResizable(int)
public int getColumnWidth(int column)
getColumnWidth
in interface KTableFormat
KTableModel.getColumnWidth(int)
public void setColumnWidth(int column, int width)
setColumnWidth
in interface KTableFormat
KTableModel.setColumnWidth(int, int)
public int getRowHeightMinimum()
getRowHeightMinimum
in interface KTableFormat
KTableModel.getRowHeightMinimum()
public int getFixedSelectableColumnCount()
getFixedSelectableColumnCount
in interface KTableFormat
KTableModel.getFixedSelectableColumnCount()
public int getFixedHeaderColumnCount()
getFixedHeaderColumnCount
in interface KTableFormat
KTableModel.getFixedHeaderColumnCount()
public boolean isColumnResizable(int column)
isColumnResizable
in interface KTableFormat
KTableModel.isColumnResizable(int)
public void setRowHeight(Object rowObject, int rowHeight)
setRowHeight
in interface KTableFormat
KTableModel.setRowHeight(int, int)
public String getColumnTooltip(Object baseObject, int column)
getColumnTooltip
in interface KTableFormat
KTableModel.getTooltipAt(int, int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |