All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jclass.table.JCValidateCellListener

public interface JCValidateCellListener
extends EventListener
The listener interface for receiving JCValidateCellEvent events.

See Also:
addValidateCellListener, JCValidateCellEvent

Method Index

 o validateCellBegin(JCValidateCellEvent)
Called before an edit has been committed.
 o validateCellEnd(JCValidateCellEvent)
Called after a cell has been changed interactively via a cell edit, if the table's ValidatePolicy is set to VALIDATE_USER_EDIT.

Methods

 o validateCellBegin
 public abstract void validateCellBegin(JCValidateCellEvent e)
Called before an edit has been committed.

 o validateCellEnd
 public abstract void validateCellEnd(JCValidateCellEvent e)
Called after a cell has been changed interactively via a cell edit, if the table's ValidatePolicy is set to VALIDATE_USER_EDIT.

See Also:
setValidatePolicy

All Packages  Class Hierarchy  This Package  Previous  Next  Index