ca.odell.glazedlists.swt
Class AbstractKTableFormat

java.lang.Object
  extended by ca.odell.glazedlists.swt.AbstractKTableFormat
All Implemented Interfaces:
TableFormat, KTableFormat
Direct Known Subclasses:
TableFormatKTableFormat

public abstract class AbstractKTableFormat
extends Object
implements KTableFormat

Make implementing KTableFormat easier.

Author:
Jesse Wilson

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

AbstractKTableFormat

public AbstractKTableFormat()
Method Detail

getFixedHeaderRowCount

public int getFixedHeaderRowCount()

Specified by:
getFixedHeaderRowCount in interface KTableFormat
See Also:
KTableModel.getFixedHeaderRowCount()

getRowHeight

public int getRowHeight(Object rowObject)
Specified by:
getRowHeight in interface KTableFormat
See Also:
KTableModel.getRowHeight(int)

isRowResizable

public boolean isRowResizable(Object rowObject)

Specified by:
isRowResizable in interface KTableFormat
See Also:
KTableModel.isRowResizable(int)

getColumnWidth

public int getColumnWidth(int column)

Specified by:
getColumnWidth in interface KTableFormat
See Also:
KTableModel.getColumnWidth(int)

setColumnWidth

public void setColumnWidth(int column,
                           int width)

Specified by:
setColumnWidth in interface KTableFormat
See Also:
KTableModel.setColumnWidth(int, int)

getRowHeightMinimum

public int getRowHeightMinimum()

Specified by:
getRowHeightMinimum in interface KTableFormat
See Also:
KTableModel.getRowHeightMinimum()

getFixedSelectableColumnCount

public int getFixedSelectableColumnCount()

Specified by:
getFixedSelectableColumnCount in interface KTableFormat
See Also:
KTableModel.getFixedSelectableColumnCount()

getFixedHeaderColumnCount

public int getFixedHeaderColumnCount()

Specified by:
getFixedHeaderColumnCount in interface KTableFormat
See Also:
KTableModel.getFixedHeaderColumnCount()

isColumnResizable

public boolean isColumnResizable(int column)

Specified by:
isColumnResizable in interface KTableFormat
See Also:
KTableModel.isColumnResizable(int)

setRowHeight

public void setRowHeight(Object rowObject,
                         int rowHeight)

Specified by:
setRowHeight in interface KTableFormat
See Also:
KTableModel.setRowHeight(int, int)

getColumnTooltip

public String getColumnTooltip(Object baseObject,
                               int column)

Specified by:
getColumnTooltip in interface KTableFormat
See Also:
KTableModel.getTooltipAt(int, int)


Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by hbrands at 2015-02-16 14:02