gov.nih.nlm.swing
Class CutandPasteModeEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bygov.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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CutandPasteModeEvent(Object source)
          Instantiates a CutandPasteModeEvent from the specified source.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CutandPasteModeEvent

public CutandPasteModeEvent(Object source)
Instantiates a CutandPasteModeEvent from the specified source.

Parameters:
source - the CutandPasteDNDTable that fired the event


Copyright ©2005