org.eclipse.nebula.widgets.nattable.columnRename
Class DisplayColumnRenameDialogCommand

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.command.AbstractColumnCommand
      extended by 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.


Constructor Summary
DisplayColumnRenameDialogCommand(NatTable natTable, int columnPosition)
           
 
Method Summary
 ILayerCommand cloneCommand()
          Same semantics as Object.clone() Used to make a copies of the command if has to passed to different layer stacks.
 org.eclipse.swt.graphics.Point toDisplayCoordinates(org.eclipse.swt.graphics.Point point)
           
 
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractColumnCommand
convertToTargetLayer, getColumnPosition, getLayer, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DisplayColumnRenameDialogCommand

public DisplayColumnRenameDialogCommand(NatTable natTable,
                                        int columnPosition)
Parameters:
columnPosition - of the column to be renamed
Method Detail

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.