Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
K
L
M
N
O
P
R
S
T
U
W
K
KEY_ANY
- Static variable in class de.kupzog.ktable.
KTableCellEditor
KEY_RETURN_AND_SPACE
- Static variable in class de.kupzog.ktable.
KTableCellEditor
KTable
- Class in
de.kupzog.ktable
Custom drawn tabel widget for SWT GUIs.
KTable(Composite, int)
- Constructor for class de.kupzog.ktable.
KTable
Creates a new KTable.
KTableActionHandler
- Class in
de.kupzog.ktable
KTableActionHandler(KTable)
- Constructor for class de.kupzog.ktable.
KTableActionHandler
KTableCellEditor
- Class in
de.kupzog.ktable
KTableCellEditor()
- Constructor for class de.kupzog.ktable.
KTableCellEditor
KTableCellEditorCheckbox
- Class in
de.kupzog.ktable.editors
A cell editor that expects a Boolean cell value and simply switches this value.
KTableCellEditorCheckbox()
- Constructor for class de.kupzog.ktable.editors.
KTableCellEditorCheckbox
KTableCellEditorCheckbox2
- Class in
de.kupzog.ktable.editors
This class is an implementation of KTableCellEditorCheckbox that simply inverts a boolean cell value.
KTableCellEditorCheckbox2(Point, int, int)
- Constructor for class de.kupzog.ktable.editors.
KTableCellEditorCheckbox2
Creates a checkbox celleditor that is only sensible for mouse activation in the specified area.
KTableCellEditorCombo
- Class in
de.kupzog.ktable.editors
A combobox cell editor.
KTableCellEditorCombo()
- Constructor for class de.kupzog.ktable.editors.
KTableCellEditorCombo
KTableCellEditorComboText
- Class in
de.kupzog.ktable.editors
A cell editor with a combo (not read only)
KTableCellEditorComboText()
- Constructor for class de.kupzog.ktable.editors.
KTableCellEditorComboText
KTableCellEditorMultilineText
- Class in
de.kupzog.ktable.editors
KTableCellEditorMultilineText()
- Constructor for class de.kupzog.ktable.editors.
KTableCellEditorMultilineText
KTableCellEditorMultilineWrapText
- Class in
de.kupzog.ktable.editors
KTableCellEditorMultilineWrapText()
- Constructor for class de.kupzog.ktable.editors.
KTableCellEditorMultilineWrapText
KTableCellEditorText
- Class in
de.kupzog.ktable.editors
A simple cell editor that simply creates a text widget that allows the user to type in one line of text.
KTableCellEditorText()
- Constructor for class de.kupzog.ktable.editors.
KTableCellEditorText
KTableCellEditorText2
- Class in
de.kupzog.ktable.editors
A simple cell editor that simply creates a text widget that allows the user to type in one line of text.
KTableCellEditorText2()
- Constructor for class de.kupzog.ktable.editors.
KTableCellEditorText2
KTableCellRenderer
- Interface in
de.kupzog.ktable
KTableCellResizeAdapter
- Class in
de.kupzog.ktable
KTableCellResizeAdapter()
- Constructor for class de.kupzog.ktable.
KTableCellResizeAdapter
KTableCellResizeListener
- Interface in
de.kupzog.ktable
KTableCellSelectionAdapter
- Class in
de.kupzog.ktable
KTableCellSelectionAdapter()
- Constructor for class de.kupzog.ktable.
KTableCellSelectionAdapter
KTableCellSelectionListener
- Interface in
de.kupzog.ktable
KTableDefaultModel
- Class in
de.kupzog.ktable
Default implementation that handles column widths and row height.
KTableDefaultModel()
- Constructor for class de.kupzog.ktable.
KTableDefaultModel
KTableModel
- Interface in
de.kupzog.ktable
The table model is the most important part of KTable.
KTableSortComparator
- Class in
de.kupzog.ktable
Implementations of this class are used when sorting a tablemodel.
KTableSortComparator(KTableSortedModel, int, int)
- Constructor for class de.kupzog.ktable.
KTableSortComparator
Creates a new comparator on the given KTableSortedModel.
KTableSortedModel
- Class in
de.kupzog.ktable
Provides a transparently sorted tablemodel: For model calls, the row indices are mapped according to the sorting.
KTableSortedModel()
- Constructor for class de.kupzog.ktable.
KTableSortedModel
KTableSortOnClick
- Class in
de.kupzog.ktable
This class provides the code that makes the table sort when the user clicks on the table header.
KTableSortOnClick(KTable, KTableSortComparator)
- Constructor for class de.kupzog.ktable.
KTableSortOnClick
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
K
L
M
N
O
P
R
S
T
U
W