Class ColumnSelectionEvent

    • Constructor Detail

      • ColumnSelectionEvent

        public ColumnSelectionEvent​(SelectionLayer selectionLayer,
                                    int columnPosition,
                                    boolean withShiftMask,
                                    boolean withControlMask)
        Constructor.
        Parameters:
        selectionLayer - The selection layer.
        columnPosition - The column position.
        withShiftMask - Boolean to determinate if the shift mask is used.
        withControlMask - Boolean to determinate if the control mask is used.
        Since:
        1.4
    • Method Detail

      • isWithShiftMask

        public boolean isWithShiftMask()
        Returns if the shift mask is used.
        Returns:
        true if the shift mask is used, false otherwise.
        Since:
        1.4
      • isWithControlMask

        public boolean isWithControlMask()
        Returns if the control mask is used.
        Returns:
        true if the control mask is used, false otherwise.
        Since:
        1.4