Liferay 6.2.0

Uses of Class
com.liferay.portal.kernel.plugin.Screenshot

Packages that use Screenshot
com.liferay.portal.kernel.plugin   
com.liferay.portal.plugin   
com.liferay.util   
 

Uses of Screenshot in com.liferay.portal.kernel.plugin
 

Methods in com.liferay.portal.kernel.plugin that return types with arguments of type Screenshot
abstract  List<Screenshot> PluginPackage.getScreenshots()
           
 

Method parameters in com.liferay.portal.kernel.plugin with type arguments of type Screenshot
abstract  void PluginPackage.setScreenshots(List<Screenshot> screenshots)
           
 

Uses of Screenshot in com.liferay.portal.plugin
 

Methods in com.liferay.portal.plugin that return types with arguments of type Screenshot
 List<Screenshot> PluginPackageImpl.getScreenshots()
           
 

Method parameters in com.liferay.portal.plugin with type arguments of type Screenshot
 void PluginPackageImpl.setScreenshots(List<Screenshot> screenshots)
           
 

Uses of Screenshot in com.liferay.util
 

Subclasses of Screenshot in com.liferay.util
 class Screenshot
          Deprecated. As of 6.1.0, replaced by Screenshot
 


Liferay 6.2.0