Class DisplayColumnRenameDialogCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractColumnCommand
org.eclipse.nebula.widgets.nattable.columnRename.DisplayColumnRenameDialogCommand
- All Implemented Interfaces:
ILayerCommand
Fire this command to pop-up the rename column dialog.
-
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.org.eclipse.swt.graphics.PointtoDisplayCoordinates(org.eclipse.swt.graphics.Point point) Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractColumnCommand
convertToTargetLayer, getColumnPosition, getLayer, toString
-
Constructor Details
-
DisplayColumnRenameDialogCommand
- Parameters:
natTable- The NatTable instance (top level layer) to which the column position matches.columnPosition- of the column to be renamed
-
-
Method Details
-
toDisplayCoordinates
public org.eclipse.swt.graphics.Point toDisplayCoordinates(org.eclipse.swt.graphics.Point point) -
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:
-