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

Packages that use ICCPStrategy
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 ICCPStrategy in de.jaret.util.ui.table
 

Fields in de.jaret.util.ui.table declared as ICCPStrategy
protected  ICCPStrategy JaretTable._ccpStrategy
          Strategy for handling cut copy paste.
 

Methods in de.jaret.util.ui.table that return ICCPStrategy
 ICCPStrategy JaretTable.getCcpStrategy()
           
 

Methods in de.jaret.util.ui.table with parameters of type ICCPStrategy
 void JaretTable.setCcpStrategy(ICCPStrategy ccpStrategy)
          Set the strategy to perform cut, copy, paste operations.
 

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

Classes in de.jaret.util.ui.table.strategies that implement ICCPStrategy
 class DefaultCCPStrategy
          Default implementation for cut, copy, paste.
 



Copyright © 2012. All Rights Reserved.