gov.nih.nlm.swing
Class CutandPasteModeEvent
java.lang.Object
java.util.EventObject
gov.nih.nlm.swing.CutandPasteModeEvent
- All Implemented Interfaces:
- Serializable
public class CutandPasteModeEvent
- extends EventObject
Represents a cut or paste event fired from the CutandPasteDNDTable.
It is simply a container for the table that generated the event.
- Author:
- Brian Carsen
- See Also:
- Serialized Form
CutandPasteModeEvent
public CutandPasteModeEvent(Object source)
- Instantiates a
CutandPasteModeEvent from the specified source.
- Parameters:
source - the CutandPasteDNDTable that fired the event
Copyright ©2005