|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jaret.util.ui.table.strategies.DefaultFillDragStrategy
public class DefaultFillDragStrategy
Defaut implementation of a fill drag strategy: simply copy the content.
| 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 |
|---|
public DefaultFillDragStrategy()
| Method Detail |
|---|
public void doFill(JaretTable table,
IJaretTableCell firstCell,
java.util.List<IJaretTableCell> cells)
doFill in interface IFillDragStrategytable - table requesting the operationfirstCell - originating cellcells - cells to be filled
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||