|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CutandPasteModeListener
Generically represents a listener for cut and paste events fired
from a CutandPasteDNDTable. There are four possibilities
as the methods communicate both the current mode of the table
and the current action.
| Method Summary | |
|---|---|
void |
cutDoneinCutMode(CutandPasteModeEvent e)
Informs the listener that a cut was made while in the mode where a cut was expected. |
void |
cutDoneinPasteMode(CutandPasteModeEvent e)
Informs the listener that a cut was made while in the mode where a paste was expected. |
void |
pasteDoneinCutMode(CutandPasteModeEvent e)
Informs the listener that a paste was made while in the mode where a cut was expected. |
void |
pasteDoneinPasteMode(CutandPasteModeEvent e)
Informs the listener that a paste was made while in the mode where a paste was expected. |
| Method Detail |
|---|
void cutDoneinCutMode(CutandPasteModeEvent e)
e - the CutandPasteModeEventvoid cutDoneinPasteMode(CutandPasteModeEvent e)
e - the CutandPasteModeEventvoid pasteDoneinPasteMode(CutandPasteModeEvent e)
e - the CutandPasteModeEventvoid pasteDoneinCutMode(CutandPasteModeEvent e)
e - the CutandPasteModeEvent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||