|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.safs.GuiClassData org.safs.selenium.SGuiClassData
Part of the required implementation to support SAFS "standard" recognition strings.
External users would normally not use this class directly.
Consequently, the API and associated data is subject to change without notice.
Extends org.safs.GuiClassData to use Selenium specific mechanisms for identifying class hierarchy in Objects.
Field Summary |
Fields inherited from class org.safs.GuiClassData |
ALT_NAME_TYPES, classassigns, classmap, CONTAINER_TYPES, CUSTOM_JAVA_OBJECTS_MAP, CUSTOM_OBJECT_TYPES_MAP, DEFAULT_JAVA_OBJECTS_MAP, DEFAULT_OBJECT_TYPE, DEFAULT_OBJECT_TYPES_MAP, DEFAULT_TYPE_SEPARATOR, typesmap |
Constructor Summary | |
SGuiClassData()
Constructor relying on SeleniumGUIUtilities for LocalServer access. |
Method Summary | |
java.lang.String |
getMappedClassType(java.lang.String classname,
java.lang.Object anObject)
Retrieves the class Type we have stored for the provided class name (if any). |
Methods inherited from class org.safs.GuiClassData |
classtypeContainsClassType, getGenericObjectType, isAltNameType, isAssignableFrom, isContainerType, isMatched, isMatchedType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SGuiClassData()
Method Detail |
public java.lang.String getMappedClassType(java.lang.String classname, java.lang.Object anObject)
Overrides the superclass to handle Selenium object proxies.
getMappedClassType
in class GuiClassData
classname
- the actual classname sought as a known class type. This is
really just the name of the proxied class as provided in
theObject.
null
if no mapped type is found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |