HOME

com.ultraswing
Class CListReportCtrlEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ultraswing.CListReportCtrlEvent
All Implemented Interfaces:
Serializable

public class CListReportCtrlEvent
extends EventObject

An Event object that provides information about the source of a CListReportCtrl-related event.

See Also:
Serialized Form

Field Summary
static int KEY_DOWN_EVENT
           
static int KEY_UP_EVENT
           
static int MOUSE_CLICK_EVENT
           
static int MOUSE_DOUBLE_CLICK_EVENT
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CListReportCtrlEvent(Object source, int type, int firstIndex, int lastIndex)
          Constructs a CListReportCtrlEvent Event.
 
Method Summary
 int getFirstIndex()
          Returns the index of the first row whose selection may have changed.
 int getLastIndex()
          Returns the index of the last row whose selection may have changed.
 int getModifiers()
          Returns the modifier keys for this event.
 int getType()
          Returns the event type
 String getTypeString()
          Returns the string format of event type
 String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

KEY_UP_EVENT

public static final int KEY_UP_EVENT
See Also:
Constant Field Values

KEY_DOWN_EVENT

public static final int KEY_DOWN_EVENT
See Also:
Constant Field Values

MOUSE_CLICK_EVENT

public static final int MOUSE_CLICK_EVENT
See Also:
Constant Field Values

MOUSE_DOUBLE_CLICK_EVENT

public static final int MOUSE_DOUBLE_CLICK_EVENT
See Also:
Constant Field Values
Constructor Detail

CListReportCtrlEvent

public CListReportCtrlEvent(Object source,
                            int type,
                            int firstIndex,
                            int lastIndex)
Constructs a CListReportCtrlEvent Event.

Parameters:
source - The object on which the Event initially occurred
type - event type
firstIndex - first row index
lastIndex - last row index
Method Detail

getType

public int getType()
Returns the event type


getTypeString

public String getTypeString()
Returns the string format of event type


getModifiers

public int getModifiers()
Returns the modifier keys for this event.


getFirstIndex

public int getFirstIndex()
Returns the index of the first row whose selection may have changed.


getLastIndex

public int getLastIndex()
Returns the index of the last row whose selection may have changed.


toString

public String toString()
Overrides:
toString in class EventObject

HOME

Copyright © 2002 iReasoning Networks. All Rights Reserved.