com.jxcell
Class StartEditEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.jxcell.StartEditEvent
All Implemented Interfaces:
java.io.Serializable

public class StartEditEvent
extends java.util.EventObject

This class defines the means to notify registered listeners whenever a cell is about to be edited by the user

See Also:
Serialized Form

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

getEditString

public java.lang.String getEditString()
Returns the edit string

Returns:
the edit string to be entered in the active cell

isCanceled

public boolean isCanceled()
Returns whether the StartEdit event has been canceled

Returns:
StartEdit event has been canceled

setCanceled

public void setCanceled(boolean canceled)
Specifies whether the StartEdit event is to be canceled

Parameters:
canceled - indicating whether the event is to be canceled

setEditString

public void setEditString(java.lang.String editString)
Specifies the edit string to be entered in the active cell

Parameters:
editString - the string to be entered in the active cell