Class ReorderColumnGroupEndCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.reorder.command.ColumnReorderEndCommand
org.eclipse.nebula.widgets.nattable.group.command.ReorderColumnGroupEndCommand
- All Implemented Interfaces:
ILayerCommand
-
Constructor Summary
Constructors -
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.reorder.command.ColumnReorderEndCommand
convertToTargetLayer, getToColumnPosition, isReorderToLeftEdge, toggleCoordinateByEdge, updateToColumnPosition
-
Constructor Details
-
ReorderColumnGroupEndCommand
-
ReorderColumnGroupEndCommand
-
-
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.- Specified by:
cloneCommandin interfaceILayerCommand- Overrides:
cloneCommandin classColumnReorderEndCommand- Returns:
- a cloned instance of the command
- See Also:
-