Uses of Class
de.kupzog.ktable.KTable

Packages that use KTable
de.kupzog.ktable   
de.kupzog.ktable.editors   
 

Uses of KTable in de.kupzog.ktable
 

Methods in de.kupzog.ktable with parameters of type KTable
 boolean KTableCellEditor.isApplicable(int eventType, KTable table, int col, int row, org.eclipse.swt.graphics.Point clickLocation, java.lang.String keyInput, int stateMask)
          Is called when an activation is triggered via a mouse click.
 void KTableCellEditor.open(KTable table, int col, int row, org.eclipse.swt.graphics.Rectangle rect)
          Activates the editor at the given position.
 

Constructors in de.kupzog.ktable with parameters of type KTable
KTableActionHandler(KTable table)
           
KTableSortOnClick(KTable table, KTableSortComparator comparator)
           
 

Uses of KTable in de.kupzog.ktable.editors
 

Methods in de.kupzog.ktable.editors with parameters of type KTable
 boolean KTableCellEditorCheckbox2.isApplicable(int eventType, KTable table, int col, int row, org.eclipse.swt.graphics.Point clickLocation, java.lang.String keyInput, int stateMask)
          Is called when an activation is triggered via a mouse click.
 void TableCellEditorDialog.open(KTable table, int col, int row, org.eclipse.swt.graphics.Rectangle rect)
           
 void KTableCellEditorText2.open(KTable table, int col, int row, org.eclipse.swt.graphics.Rectangle rect)
           
 void KTableCellEditorText.open(KTable table, int col, int row, org.eclipse.swt.graphics.Rectangle rect)
           
 void KTableCellEditorMultilineWrapText.open(KTable table, int col, int row, org.eclipse.swt.graphics.Rectangle rect)
           
 void KTableCellEditorMultilineText.open(KTable table, int col, int row, org.eclipse.swt.graphics.Rectangle rect)
           
 void KTableCellEditorComboText.open(KTable table, int row, int col, org.eclipse.swt.graphics.Rectangle rect)
           
 void KTableCellEditorCombo.open(KTable table, int row, int col, org.eclipse.swt.graphics.Rectangle rect)
           
 void KTableCellEditorCheckbox.open(KTable table, int col, int row, org.eclipse.swt.graphics.Rectangle rect)
          Activates the editor at the given position.