| Package | Description |
|---|---|
| net.sf.cuf.ui.table |
This package contains a advanced JTable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContextMenuActionColumnToEdge
Context menu action to move a column to the first or last column position in the table.
|
class |
ContextMenuActionHideColumn
Context menu action to hide a column of a
SortingTable. |
class |
ContextMenuActionOptimalColumnWidth
Context menu action to set a table column to its optimal size.
|
class |
ContextMenuActionResetColumns
Context menu action to move all columns visible to their original positions.
|
class |
ContextMenuActionShowAll
Context menu action to show all hidden columns of a
SortingTable. |
class |
ContextMenuActionSortColumn
Context menu action to set sorting on a column of a table with a
TableSorter table model. |
class |
ContextMenuActionSortDialog
Context menu action to perform a
SortDialog and apply the results on the SortingTable. |
class |
ContextMenuActionVisibilityDialog
Context menu action to perform a
VisibilityDialog and apply the results on the table. |
| Modifier and Type | Field and Description |
|---|---|
static ContextMenuAction |
TableContextMenu.SEPARATOR
Separator entry for the context menu.
|
| Constructor and Description |
|---|
TableContextMenu(JTable pTable,
int pMode,
ContextMenuAction[] pActions)
Constructor to install this context menu in a table.
|
Copyright © 2017 Jürgen Zeller (privat). All rights reserved.