de.jaret.util.ui.table.strategies
Class DefaultFillDragStrategy

java.lang.Object
  extended by de.jaret.util.ui.table.strategies.DefaultFillDragStrategy
All Implemented Interfaces:
IFillDragStrategy

public class DefaultFillDragStrategy
extends java.lang.Object
implements IFillDragStrategy

Defaut implementation of a fill drag strategy: simply copy the content.

Version:
$Id: DefaultFillDragStrategy.java 394 2007-05-01 10:51:25Z olk $
Author:
Peter Kliem

Constructor Summary
DefaultFillDragStrategy()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFillDragStrategy

public DefaultFillDragStrategy()
Method Detail

doFill

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

Specified by:
doFill in interface IFillDragStrategy
Parameters:
table - table requesting the operation
firstCell - originating cell
cells - cells to be filled


Copyright © 2012. All Rights Reserved.