|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.klg.jclass.table.JCPaintEvent
The event posted before and after a portion of the table is painted (whenever the table redraws or modifies an onscreen area).
JCPaintListener
,
Serialized FormField Summary | |
static int |
AFTER_PAINT
|
static int |
BEFORE_PAINT
|
protected int |
end_column
|
protected int |
end_row
|
protected int |
start_column
|
protected int |
start_row
|
protected int |
type
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
JCPaintEvent(Object source,
int type,
int start_row,
int start_column,
int end_row,
int end_column)
|
Method Summary | |
com.klg.jclass.table.JCCellRange |
getCellRange()
Returns a JCCellRange containing the painted area. |
int |
getEndColumn()
Gets the column of the last cell in the range (top-left corner). |
int |
getEndRow()
Gets the row of the last cell in the range (top-left corner). |
int |
getStartColumn()
Gets the column of the first cell in the range (top-left corner). |
int |
getStartRow()
Gets the row of the first cell in the range (top-left corner). |
int |
getType()
Gets the event type. |
String |
toString()
Returns a String representation of the event. |
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 |
public static final int BEFORE_PAINT
public static final int AFTER_PAINT
protected int type
protected int start_row
protected int start_column
protected int end_row
protected int end_column
Constructor Detail |
public JCPaintEvent(Object source, int type, int start_row, int start_column, int end_row, int end_column)
Method Detail |
public int getType()
public int getStartRow()
public int getStartColumn()
public int getEndRow()
public int getEndColumn()
public com.klg.jclass.table.JCCellRange getCellRange()
JCCellRange
containing the painted area.
JCCellRange
object. It will be more efficient
to call the individual get methods.
JCCellRange
containing the painted areapublic String toString()
toString
in class EventObject
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |