JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class HiGridRepaintEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.klg.jclass.higrid.HiGridEvent
              |
              +--com.klg.jclass.higrid.HiGridRepaintEvent
All Implemented Interfaces:
Serializable

public class HiGridRepaintEvent
extends HiGridEvent

Event object for HiGridRepaintEvent, a subclass of HiGridEvent containing information about the particular type of event.

See Also:
Serialized Form

Field Summary
static int BEFORE_REPAINT_ROW
          A row node is being repainted.
protected  Rectangle clipRectangle
           
 
Fields inherited from class com.klg.jclass.higrid.HiGridEvent
cancelled, column, eventType, grid, rowNode
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HiGridRepaintEvent(com.klg.jclass.higrid.HiGrid grid, int eventType, com.klg.jclass.higrid.RowNode rowNode, Rectangle clipRectangle)
          Default constructor
 
Method Summary
 Rectangle getClipRectangle()
          Gets the Graphics clip rectangle
 
Methods inherited from class com.klg.jclass.higrid.HiGridEvent
cancelProposedAction, getCancelled, getColumn, getEventType, getRowNode, isCancelable
 
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

BEFORE_REPAINT_ROW

public static final int BEFORE_REPAINT_ROW
A row node is being repainted.

See Also:
Constant Field Values

clipRectangle

protected Rectangle clipRectangle
Constructor Detail

HiGridRepaintEvent

public HiGridRepaintEvent(com.klg.jclass.higrid.HiGrid grid,
                          int eventType,
                          com.klg.jclass.higrid.RowNode rowNode,
                          Rectangle clipRectangle)
Default constructor

Method Detail

getClipRectangle

public Rectangle getClipRectangle()
Gets the Graphics clip rectangle

Returns:
the Graphics clip rectangle

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