|
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.JCCellDisplayEvent
The event posted when a cell value is requested for display.
JCCellDisplayListener,
Serialized Form| Field Summary | |
protected Object |
cell_data
|
protected int |
column
|
protected Object |
display_data
|
protected int |
row
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
JCCellDisplayEvent(Object source,
int row,
int column,
Object value)
|
|
| Method Summary | |
Object |
getCellData()
Retrieves the object being displayed. |
int |
getColumn()
Retrieves the column of the cell or label. |
Object |
getDisplayData()
Retrieves the object that will be displayed. |
int |
getRow()
Retrieves the row of the cell or label. |
void |
setDisplayData(Object value)
Sets the object to be displayed. |
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 |
protected int row
protected int column
protected Object cell_data
protected Object display_data
| Constructor Detail |
public JCCellDisplayEvent(Object source,
int row,
int column,
Object value)
| Method Detail |
public int getRow()
public int getColumn()
public Object getCellData()
public void setDisplayData(Object value)
value - public Object getDisplayData()
public 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 | |||||||||