public class ContextMenuActionShowAll extends ContextMenuAction
SortingTable.mAdapter| Constructor and Description |
|---|
ContextMenuActionShowAll() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKennung()
An identifier for this context menu action.
|
boolean |
isEnabled()
The table returned by
ContextMenuAdapter.getTable() must be a SortingTable. |
void |
performAction()
The table returned by
ContextMenuAdapter.getTable() must be a SortingTable. |
actionPerformed, initialize, runpublic String getKennung()
ContextMenuActionTableContextMenu
to get resource information from the SwingDecorator. The returned identifier
should be prefixed with ContextMenuAdapter.getContextMenuKennung() to ensure uniqueness.
This method must be implemented by child classes.
getKennung in class ContextMenuActionpublic boolean isEnabled()
ContextMenuAdapter.getTable() must be a SortingTable.isEnabled in class ContextMenuActiontrue if this action is able to executepublic void performAction()
ContextMenuAdapter.getTable() must be a SortingTable.performAction in class ContextMenuActionCopyright © 2017 Jürgen Zeller (privat). All rights reserved.