Class FormulaFillHandleDragMode

    • Constructor Detail

      • FormulaFillHandleDragMode

        public FormulaFillHandleDragMode​(SelectionLayer selectionLayer,
                                         InternalCellClipboard clipboard,
                                         FormulaDataProvider dataProvider)
        Parameters:
        selectionLayer - The SelectionLayer needed to determine the fill handle region and perform the update command.
        clipboard - The internal clipboard that carries the cells for the copy & paste operation triggered by using the fill handle.
        dataProvider - The FormulaDataProvider that is needed to determine whether a value is a number value.
    • Method Detail

      • showMenu

        protected boolean showMenu​(NatTable natTable)
        Description copied from class: FillHandleDragMode
        Check if the menu should be shown for selecting copy or series fill operation.
        Overrides:
        showMenu in class FillHandleDragMode
        Parameters:
        natTable - The NatTable instance on which the operation is performed.
        Returns:
        true if the menu should be shown, false if not.