Uses of Class
org.jsesoft.ri.InspectorType

Packages that use InspectorType
org.jsesoft.ri Provides class inspection by reflection (subclass- and strategy pattern, resp). 
 

Uses of InspectorType in org.jsesoft.ri
 

Methods in org.jsesoft.ri that return InspectorType
static InspectorType InspectorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InspectorType[] InspectorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jsesoft.ri with parameters of type InspectorType
 Inspector<?> InspectorFactory.create(InspectorType type, java.lang.Object[] args, java.lang.Class<?>... paramTypes)
          Provides inspector of given type.
 



Copyright © 2010 JSESoft. All Rights Reserved.