| |
|
| java.lang.Object org.eclipse.ui.examples.propertysheet.EmailAddressValidator
EmailAddressValidator | public class EmailAddressValidator implements ICellEditorValidator(Code) | | Validator for email addresses
|
Method Summary | |
public String | isValid(Object value) The EmailAddressValidator implementation of this
ICellEditorValidator method
determines if the value is a valid email address. |
isValid | public String isValid(Object value)(Code) | | The EmailAddressValidator implementation of this
ICellEditorValidator method
determines if the value is a valid email address.
(check to see if it is non-null and contains an @)
|
|
|
|