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

Packages that use IFillDragStrategy
de.jaret.util.ui.table This package contains a flexible custom drawn table widget. 
de.jaret.util.ui.table.strategies This package contains some strategy interfaces and default implementations for the jaret table. 
 

Uses of IFillDragStrategy in de.jaret.util.ui.table
 

Fields in de.jaret.util.ui.table declared as IFillDragStrategy
protected  IFillDragStrategy JaretTable._fillDragStrategy
          fill drag strategy
 

Methods in de.jaret.util.ui.table that return IFillDragStrategy
 IFillDragStrategy JaretTable.getFillDragStrategy()
          Retrieve the used startegy when performing a fill drag.
 

Methods in de.jaret.util.ui.table with parameters of type IFillDragStrategy
 void JaretTable.setFillDragStrategy(IFillDragStrategy fillDragStrategy)
          Set the strategy used when perfoming a fill drag.
 

Uses of IFillDragStrategy in de.jaret.util.ui.table.strategies
 

Classes in de.jaret.util.ui.table.strategies that implement IFillDragStrategy
 class DefaultFillDragStrategy
          Defaut implementation of a fill drag strategy: simply copy the content.
 



Copyright © 2012. All Rights Reserved.