Class HeaderMenuConfiguration
java.lang.Object
org.eclipse.nebula.widgets.nattable.config.AbstractUiBindingConfiguration
org.eclipse.nebula.widgets.nattable.ui.menu.AbstractHeaderMenuConfiguration
org.eclipse.nebula.widgets.nattable.ui.menu.HeaderMenuConfiguration
- All Implemented Interfaces:
IConfiguration
-
Field Summary
Fields inherited from class org.eclipse.nebula.widgets.nattable.ui.menu.AbstractHeaderMenuConfiguration
colHeaderMenu, cornerMenu, rowHeaderMenu -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PopupMenuBuildercreateColumnHeaderMenu(NatTable natTable) Creates thePopupMenuBuilderfor the column header menu with the menu items that should be added to the menu.protected PopupMenuBuildercreateCornerMenu(NatTable natTable) Creates thePopupMenuBuilderfor the corner menu with the menu items that should be added to the menu.protected PopupMenuBuildercreateRowHeaderMenu(NatTable natTable) Creates thePopupMenuBuilderfor the row header menu with the menu items that should be added to the menu.Methods inherited from class org.eclipse.nebula.widgets.nattable.ui.menu.AbstractHeaderMenuConfiguration
configureUiBindingsMethods inherited from class org.eclipse.nebula.widgets.nattable.config.AbstractUiBindingConfiguration
configureLayer, configureRegistry
-
Constructor Details
-
HeaderMenuConfiguration
-
-
Method Details
-
createColumnHeaderMenu
Description copied from class:AbstractHeaderMenuConfigurationCreates thePopupMenuBuilderfor the column header menu with the menu items that should be added to the menu.- Overrides:
createColumnHeaderMenuin classAbstractHeaderMenuConfiguration- Parameters:
natTable- The NatTable where the menu should be attached.- Returns:
- The
PopupMenuBuilderthat is used to build the column header menu.
-
createRowHeaderMenu
Description copied from class:AbstractHeaderMenuConfigurationCreates thePopupMenuBuilderfor the row header menu with the menu items that should be added to the menu.- Overrides:
createRowHeaderMenuin classAbstractHeaderMenuConfiguration- Parameters:
natTable- The NatTable where the menu should be attached.- Returns:
- The
PopupMenuBuilderthat is used to build the row header menu.
-
createCornerMenu
Description copied from class:AbstractHeaderMenuConfigurationCreates thePopupMenuBuilderfor the corner menu with the menu items that should be added to the menu.- Overrides:
createCornerMenuin classAbstractHeaderMenuConfiguration- Parameters:
natTable- The NatTable where the menu should be attached.- Returns:
- The
PopupMenuBuilderthat is used to build the corner menu.
-