Class ReportViewerTermFinder
- java.lang.Object
 - 
- com.inductiveautomation.factorypmi.designer.i18n.search.ComponentPropertyTermFinder
 - 
- com.inductiveautomation.reporting.designer.beaninfo.ReportViewerTermFinder
 
 
 
- 
- All Implemented Interfaces:
 ComponentTermFinder
public class ReportViewerTermFinder extends ComponentPropertyTermFinder
Author: Perry Arellano-Jones Year: 2015 Project: Reporting 3.0Adds translatable terms to the translation manager for the ReportViewer component's navigation/right click menu
 
- 
- 
Constructor Summary
Constructors Constructor Description ReportViewerTermFinder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetTermsFor(javax.swing.JComponent component, java.util.List<TermDescriptor> results)Will create TermDescriptors for each translatable term found in the component.- 
Methods inherited from class com.inductiveautomation.factorypmi.designer.i18n.search.ComponentPropertyTermFinder
addFromBasicProperties, addFromDynamicProperties, addFromStyles 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getTermsFor
public void getTermsFor(javax.swing.JComponent component, java.util.List<TermDescriptor> results)Description copied from interface:ComponentTermFinderWill create TermDescriptors for each translatable term found in the component.- Specified by:
 getTermsForin interfaceComponentTermFinder- Overrides:
 getTermsForin classComponentPropertyTermFinder
 
 - 
 
 -