JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.cell
Class JCCellEditorEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.klg.jclass.cell.JCCellEditorEvent
All Implemented Interfaces:
Serializable

public class JCCellEditorEvent
extends EventObject

Cell editors inform all listeners when they are finished a particular operation by posting a JCCellEditorEvent. It contains the event that originated the operation in the cell. This event (typically a key event) is interpreted by the container.

See Also:
Serialized Form

Field Summary
protected  AWTEvent event
          The AWTEvent on which this event is based.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
JCCellEditorEvent(AWTEvent event)
          Constructs a JCCellEditorEvent based on an AWTEvent.
JCCellEditorEvent(Object src)
          Constructs a JCCellEditorEvent based on the source object.
 
Method Summary
 AWTEvent getEvent()
          Gets the AWTEvent on which this event is based.
 
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
 

Field Detail

event

protected AWTEvent event
The AWTEvent on which this event is based.

Constructor Detail

JCCellEditorEvent

public JCCellEditorEvent(Object src)
Constructs a JCCellEditorEvent based on the source object.

Parameters:
src - the object on which this event initially occurred

JCCellEditorEvent

public JCCellEditorEvent(AWTEvent event)
Constructs a JCCellEditorEvent based on an AWTEvent. The source object is just the event's source object.

Parameters:
event - the AWTEvent on which this event is based
Method Detail

getEvent

public AWTEvent getEvent()
Gets the AWTEvent on which this event is based.

Returns:
the AWTEvent on which this event is based

Copyright © 2004 Quest Software Inc..
All rights reserved.