Class ViewportSelectRowCommand

  • All Implemented Interfaces:
    ILayerCommand

    public class ViewportSelectRowCommand
    extends AbstractRowCommand
    Command to select a row. Note: The row position is in top level composite Layer (NatTable) coordinates
    • Constructor Detail

      • ViewportSelectRowCommand

        public ViewportSelectRowCommand​(ILayer layer,
                                        int rowPosition,
                                        boolean withShiftMask,
                                        boolean withControlMask)