|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.jxcell.StartEditEvent
public class StartEditEvent
This class defines the means to notify registered listeners whenever a cell is about to be edited by the user
Method Summary | |
---|---|
java.lang.String |
getEditString()
Returns the edit string |
boolean |
isCanceled()
Returns whether the StartEdit event has been canceled |
void |
setCanceled(boolean canceled)
Specifies whether the StartEdit event is to be canceled |
void |
setEditString(java.lang.String editString)
Specifies the edit string to be entered in the active cell |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getEditString()
public boolean isCanceled()
public void setCanceled(boolean canceled)
canceled
- indicating whether the event is to be canceledpublic void setEditString(java.lang.String editString)
editString
- the string to be entered in the active cell
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |