|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void cutDoneinCutMode(CutandPasteModeEvent e)
e
- the CutandPasteModeEvent
public void cutDoneinPasteMode(CutandPasteModeEvent e)
e
- the CutandPasteModeEvent
public void pasteDoneinPasteMode(CutandPasteModeEvent e)
e
- the CutandPasteModeEvent
public void pasteDoneinCutMode(CutandPasteModeEvent e)
e
- the CutandPasteModeEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |