Uses of Class
org.eclipse.nebula.widgets.nattable.hideshow.command.RowPositionHideCommand
Packages that use RowPositionHideCommand
Package
Description
-
Uses of RowPositionHideCommand in org.eclipse.nebula.widgets.nattable.hideshow.command
Methods in org.eclipse.nebula.widgets.nattable.hideshow.command that return types with arguments of type RowPositionHideCommandMethods in org.eclipse.nebula.widgets.nattable.hideshow.command with parameters of type RowPositionHideCommandModifier and TypeMethodDescriptionprotected booleanRowPositionHideCommandHandler.doCommand(RowPositionHideCommand command) Constructors in org.eclipse.nebula.widgets.nattable.hideshow.command with parameters of type RowPositionHideCommand -
Uses of RowPositionHideCommand in org.eclipse.nebula.widgets.nattable.selection
Methods in org.eclipse.nebula.widgets.nattable.selection with parameters of type RowPositionHideCommandModifier and TypeMethodDescriptionprotected booleanSelectionLayer.handleRowPositionHideCommand(RowPositionHideCommand command) First inspects the cell at the position contained in theRowPositionHideCommandand calculates all rows for that cell, taking the spanning into account.