Class RenameColumnHeaderCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractColumnCommand
org.eclipse.nebula.widgets.nattable.columnRename.RenameColumnHeaderCommand
- All Implemented Interfaces:
ILayerCommand
Command fired to rename a column header
- See Also:
-
Constructor Summary
ConstructorDescriptionRenameColumnHeaderCommand
(ILayer layer, int columnPosition, String customColumnName) -
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.AbstractColumnCommand
convertToTargetLayer, getColumnPosition, getLayer, toString
-
Constructor Details
-
RenameColumnHeaderCommand
-
-
Method Details
-
cloneCommand
Description copied from interface:ILayerCommand
Same 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:
-
getCustomColumnName
-