Class MultiColumnHideCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractMultiColumnCommand
org.eclipse.nebula.widgets.nattable.hideshow.command.MultiColumnHideCommand
- All Implemented Interfaces:
ILayerCommand
-
Field Summary
Fields inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractMultiColumnCommand
columnPositionCoordinates -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMultiColumnHideCommand(ILayer layer, int columnPosition) MultiColumnHideCommand(ILayer layer, int... columnPositions) -
Method Summary
Modifier and TypeMethodDescriptionSame semantics asObject.clone()Used to make a copies of the command if has to passed to different layer stacks.Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractMultiColumnCommand
convertToTargetLayer, getColumnPositions, getColumnPositionsArray, setColumnPositions
-
Constructor Details
-
MultiColumnHideCommand
-
MultiColumnHideCommand
-
MultiColumnHideCommand
-
-
Method Details
-
cloneCommand
Description copied from interface:ILayerCommandSame semantics asObject.clone()Used to make a copies of the command if has to passed to different layer stacks.- Returns:
- a cloned instance of the command
- See Also:
-