de.jaret.util.ui.table.strategies
Interface IFillDragStrategy

All Known Implementing Classes:
DefaultFillDragStrategy

public interface IFillDragStrategy

Interface describing a stragey used when cells should be filled after a fill drag.

Version:
$Id: IFillDragStrategy.java 175 2007-01-05 00:01:18Z olk $
Author:
Peter Kliem

Method Summary
 void doFill(JaretTable table, IJaretTableCell firstCell, java.util.List<IJaretTableCell> cells)
          Do a fill operation fro the first cell to the other cells.
 

Method Detail

doFill

void doFill(JaretTable table,
            IJaretTableCell firstCell,
            java.util.List<IJaretTableCell> cells)
Do a fill operation fro the first cell to the other cells.

Parameters:
table - table requesting the operation
firstCell - originating cell
cells - cells to be filled


Copyright © 2012. All Rights Reserved.