Class ReportViewerTermFinder
java.lang.Object
com.inductiveautomation.factorypmi.designer.i18n.search.ComponentPropertyTermFinder
com.inductiveautomation.reporting.designer.beaninfo.ReportViewerTermFinder
- All Implemented Interfaces:
ComponentTermFinder
Author: Perry Arellano-Jones
Year: 2015
Project: Reporting 3.0
Adds translatable terms to the translation manager for the ReportViewer component's navigation/right click menu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetTermsFor(JComponent component, 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
-
Constructor Details
-
ReportViewerTermFinder
public ReportViewerTermFinder()
-
-
Method Details
-
getTermsFor
Description copied from interface:ComponentTermFinderWill create TermDescriptors for each translatable term found in the component.- Specified by:
getTermsForin interfaceComponentTermFinder- Overrides:
getTermsForin classComponentPropertyTermFinder
-