com.togethersoft.testing.testserver.plugin.visualtest
Interface UIMap
- public interface UIMap
UI map interface. Provides services for identification of component.
getTestDataName
public String getTestDataName()
- Returns name of associated test data file. if none, returns null
translate
public Object[] translate(String UIID)
- Translates UIID into component branch
translateComponent
public Component translateComponent(String UIID)
translateMenu
public MenuComponent translateMenu(String UUID)
translatePoint
public Point translatePoint(String UIID)
- Translates a String UI Identifier ( UIID ) into Point in screen coordinates.