Uses of Class
org.eclipse.nebula.widgets.nattable.hideshow.command.MultiRowHideCommand
Packages that use MultiRowHideCommand
Package
Description
-
Uses of MultiRowHideCommand in org.eclipse.nebula.widgets.nattable.hideshow.command
Methods in org.eclipse.nebula.widgets.nattable.hideshow.command that return MultiRowHideCommandMethods in org.eclipse.nebula.widgets.nattable.hideshow.command that return types with arguments of type MultiRowHideCommandMethods in org.eclipse.nebula.widgets.nattable.hideshow.command with parameters of type MultiRowHideCommandModifier and TypeMethodDescriptionprotected booleanMultiRowHideCommandHandler.doCommand(MultiRowHideCommand command) Constructors in org.eclipse.nebula.widgets.nattable.hideshow.command with parameters of type MultiRowHideCommand -
Uses of MultiRowHideCommand in org.eclipse.nebula.widgets.nattable.selection
Methods in org.eclipse.nebula.widgets.nattable.selection with parameters of type MultiRowHideCommandModifier and TypeMethodDescriptionprotected booleanSelectionLayer.handleMultiRowHideCommand(MultiRowHideCommand command) Previous to processing the givenMultiRowHideCommanddown the layer stack, the fully selected row positions selection state will be cleared. -
Uses of MultiRowHideCommand in org.eclipse.nebula.widgets.nattable.tree
Methods in org.eclipse.nebula.widgets.nattable.tree with parameters of type MultiRowHideCommandModifier and TypeMethodDescriptionprotected booleanTreeLayer.handleMultiRowHideCommand(MultiRowHideCommand command) Checks if the given command tries to hide rows that are nodes that are not collapsed and have children.