Uses of Interface
org.eclipse.actf.model.ui.editor.browser.IWebBrowserStyleInfo

Packages that use IWebBrowserStyleInfo
org.eclipse.actf.model.ui.editor.browser   
org.eclipse.actf.visualization.eval   
 

Uses of IWebBrowserStyleInfo in org.eclipse.actf.model.ui.editor.browser
 

Methods in org.eclipse.actf.model.ui.editor.browser that return IWebBrowserStyleInfo
 IWebBrowserStyleInfo IWebBrowserACTF.getStyleInfo()
          Get current style information of the browser
 

Uses of IWebBrowserStyleInfo in org.eclipse.actf.visualization.eval
 

Methods in org.eclipse.actf.visualization.eval that return IWebBrowserStyleInfo
 IWebBrowserStyleInfo IHtmlCheckTarget.getBrowserAndStyleInfo()
          Get current style information of content and IWebBrowserACTF
 

Methods in org.eclipse.actf.visualization.eval with parameters of type IWebBrowserStyleInfo
static IHtmlCheckTarget CheckTargetFactory.createHtmlCheckTarget(Document target, String targetUrl, IWebBrowserStyleInfo browserStyleInfo, HtmlEvalUtil htmlEvalUtil)
          Constructor of IHtmlCheckTarget