org.eclipse.nebula.widgets.nattable.columnRename
Class DisplayColumnRenameDialogCommand
java.lang.Object
   org.eclipse.nebula.widgets.nattable.command.AbstractColumnCommand
org.eclipse.nebula.widgets.nattable.command.AbstractColumnCommand
       org.eclipse.nebula.widgets.nattable.columnRename.DisplayColumnRenameDialogCommand
org.eclipse.nebula.widgets.nattable.columnRename.DisplayColumnRenameDialogCommand
- All Implemented Interfaces: 
- ILayerCommand
- public class DisplayColumnRenameDialogCommand 
- extends AbstractColumnCommand
Fire this command to pop-up the rename column dialog.
 
 
 
 
DisplayColumnRenameDialogCommand
public DisplayColumnRenameDialogCommand(NatTable natTable,
                                        int columnPosition)
- Parameters:
- columnPosition- of the column to be renamed
toDisplayCoordinates
public org.eclipse.swt.graphics.Point toDisplayCoordinates(org.eclipse.swt.graphics.Point point)
- 
 
cloneCommand
public ILayerCommand 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.
 
- 
- Returns:
- a cloned instance of the command
- See Also:
- GridLayer.doCommand(ILayerCommand)
 
Copyright © 2014. All rights reserved.