org.eclipse.nebula.widgets.nattable.hideshow.command
Class MultiRowShowCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
org.eclipse.nebula.widgets.nattable.hideshow.command.MultiRowShowCommand
- All Implemented Interfaces:
- ILayerCommand
public class MultiRowShowCommand
- extends AbstractContextFreeCommand
Command for showing hidden rows again via index.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiRowShowCommand
public MultiRowShowCommand(Collection<Integer> rowIndexes)
- Parameters:
rowIndexes
- The indexes of the rows that should be showed again.
getRowIndexes
public Collection<Integer> getRowIndexes()
- Returns:
- The indexes of the rows that should be showed again.
cloneCommand
public MultiRowShowCommand cloneCommand()
- Description copied from interface:
ILayerCommand
- Same semantics as
Object.clone()
Used to make a copies of the
command if has to passed to different layer stacks.
- Specified by:
cloneCommand
in interface ILayerCommand
- Overrides:
cloneCommand
in class AbstractContextFreeCommand
- Returns:
- a cloned instance of the command
- See Also:
GridLayer.doCommand(ILayerCommand)
Copyright © 2015. All rights reserved.