JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.cell
Interface JCValidateInterface

All Known Implementing Classes:
BaseCellEditor, JCTextFieldCellEditor, NullCellEditor

public interface JCValidateInterface

This is an inteface implemented by Cell Editors that tells the container using the editor that the editor posts JCValidateEvents, and allows the container to add and remove listeners for those events.


Method Summary
 void addValidateListener(com.klg.jclass.cell.validate.JCValidateListener l)
          Adds a new ValidateListener to the list.
 void removeValidateListener(com.klg.jclass.cell.validate.JCValidateListener l)
          Removes a ValidateListener from the list.
 

Method Detail

addValidateListener

public void addValidateListener(com.klg.jclass.cell.validate.JCValidateListener l)
Adds a new ValidateListener to the list.

Parameters:
l -

removeValidateListener

public void removeValidateListener(com.klg.jclass.cell.validate.JCValidateListener l)
Removes a ValidateListener from the list.

Parameters:
l -

Copyright © 2004 Quest Software Inc..
All rights reserved.