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

Packages that use ICurrentStyles
org.eclipse.actf.model.ui.editor.browser   
org.eclipse.actf.visualization.engines.lowvision   
 

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

Methods in org.eclipse.actf.model.ui.editor.browser that return types with arguments of type ICurrentStyles
 Map<String,ICurrentStyles> IWebBrowserStyleInfo.getCurrentStyles()
          Get current style information of the content in IWebBrowserACTF
 

Uses of ICurrentStyles in org.eclipse.actf.visualization.engines.lowvision
 

Method parameters in org.eclipse.actf.visualization.engines.lowvision with type arguments of type ICurrentStyles
 void PageEvaluation.setCurrentStyles(Map<String,ICurrentStyles> _styleMap)