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

All Known Implementing Classes:
DefaultCCPStrategy

public interface ICCPStrategy

Interface describing the strategies used for Cut, Copy and Paste.

Version:
$Id: ICCPStrategy.java 179 2007-01-07 17:37:50Z olk $
Author:
Peter Kliem

Method Summary
 void copy(JaretTable table)
          Do the copy operation.
 void cut(JaretTable table)
          Do the cut operation.
 void dispose()
          If there is something to dispose ... most probably the clipboard instance.
 void paste(JaretTable table)
          Do the paste operation.
 

Method Detail

cut

void cut(JaretTable table)
Do the cut operation.

Parameters:
table - table the operation should be performed on

copy

void copy(JaretTable table)
Do the copy operation.

Parameters:
table - table the operation should be performed on

paste

void paste(JaretTable table)
Do the paste operation.

Parameters:
table - table the operation should be performed on

dispose

void dispose()
If there is something to dispose ... most probably the clipboard instance.



Copyright © 2012. All Rights Reserved.