|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICCPStrategy
Interface describing the strategies used for Cut, Copy and Paste.
| 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 |
|---|
void cut(JaretTable table)
table - table the operation should be performed onvoid copy(JaretTable table)
table - table the operation should be performed onvoid paste(JaretTable table)
table - table the operation should be performed onvoid dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||