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

Packages that use ICurrentStyles
org.eclipse.actf.model.ui.editor.browser This package includes interfaces and utilities for ACTF Web Browser Editor. 
org.eclipse.actf.visualization.engines.lowvision This package contains utilities for low vision simulation and accessibility evaluation of images. 
 

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)