com.togethersoft.testing.testserver.plugin.visualtest
Interface UIMap


public interface UIMap

UI map interface. Provides services for identification of component.


Method Summary
 StringgetTestDataName()
          Returns name of associated test data file.
 Object[]translate(String UIID)
          Translates UIID into component branch
 ComponenttranslateComponent(String UIID)
           
 MenuComponenttranslateMenu(String UUID)
           
 PointtranslatePoint(String UIID)
          Translates a String UI Identifier ( UIID ) into Point in screen coordinates.

Method Detail

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.