com.metamatrix.toolbox.ui
Interface Validator

All Known Implementing Classes:
TextValidator

public interface Validator

Represents an object that can determine the content validity of other objects that support this interface. Classes implementing this interface often double as text formatters.

Since:
Golden Gate
Version:
Golden Gate
Author:
John P. A. Verhaeg

Method Summary
 java.lang.Object validate(java.lang.Object obj)
          Determines the content validity of the specified object.
 

Method Detail

validate

java.lang.Object validate(java.lang.Object obj)
Determines the content validity of the specified object.

Parameters:
obj - The object whose contents should be validated
Returns:
An object indicating the results of the validity check
Since:
Golden Gate


Copyright © 2009. All Rights Reserved.