TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.ui.extension
Class AcceptAllTypeValidator

java.lang.Object
  extended byorg.eclipse.hyades.ui.extension.AcceptAllTypeValidator
All Implemented Interfaces:
ITypeValidator

public class AcceptAllTypeValidator
extends java.lang.Object
implements ITypeValidator

Implementation of the ITypeValidator that accepts all the types.

Since:
0.2.0

Constructor Summary
AcceptAllTypeValidator()
           
 
Method Summary
 boolean isValidType(java.lang.String type)
          Returns wether the type is valid within the context this validator is registered.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcceptAllTypeValidator

public AcceptAllTypeValidator()
Method Detail

isValidType

public boolean isValidType(java.lang.String type)
Description copied from interface: ITypeValidator
Returns wether the type is valid within the context this validator is registered.

Specified by:
isValidType in interface ITypeValidator
Parameters:
type -
Returns:
boolean
See Also:
ITypeValidator.isValidType(java.lang.String)

TPTP 4.2.0 Platform Project
Public API Specification