|
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.JCEditCellEvent
The event posted before and after editing a cell.
JCEditCellAdapter,
JCEditCellListener,
Serialized Form| Field Summary | |
static int |
AFTER_EDIT_CELL
|
static int |
BEFORE_EDIT_CELL
Types of JCEnterCellEvents. |
protected boolean |
cancelled
|
protected int |
column
|
static int |
EDIT_CELL
|
protected Component |
editComponent
|
protected int |
row
|
protected int |
type
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
JCEditCellEvent(Object source,
int type,
int row,
int column)
|
|
| Method Summary | |
int |
getColumn()
Returns the column of the cell being traversed to. |
Component |
getEditingComponent()
Returns the editing component. |
int |
getRow()
Returns the row of the cell being traversed to. |
int |
getType()
Gets the event type. |
boolean |
isCancelled()
Gets the Cancelled value. |
void |
setCancelled(boolean value)
Determines whether to allow an interactive resize (default is true). |
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_EDIT_CELL
JCEnterCellEvents.
public static final int EDIT_CELL
public static final int AFTER_EDIT_CELL
protected int type
protected int row
protected int column
protected Component editComponent
protected boolean cancelled
| Constructor Detail |
public JCEditCellEvent(Object source,
int type,
int row,
int column)
| Method Detail |
public int getRow()
public int getColumn()
public Component getEditingComponent()
public int getType()
public boolean isCancelled()
Cancelled value.
Cancelled valuesetCancelled(boolean)public void setCancelled(boolean value)
true).
value - 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 | |||||||||