Class DisplayColumnRenameDialogCommand

  • All Implemented Interfaces:
    ILayerCommand

    public class DisplayColumnRenameDialogCommand
    extends AbstractColumnCommand
    Fire this command to pop-up the rename column dialog.
    • Constructor Detail

      • DisplayColumnRenameDialogCommand

        public DisplayColumnRenameDialogCommand​(NatTable natTable,
                                                int columnPosition)
        Parameters:
        natTable - The NatTable instance (top level layer) to which the column position matches.
        columnPosition - of the column to be renamed
    • Method Detail

      • toDisplayCoordinates

        public org.eclipse.swt.graphics.Point toDisplayCoordinates​(org.eclipse.swt.graphics.Point point)