Class PMIChartTermFinder
java.lang.Object
com.inductiveautomation.factorypmi.designer.i18n.search.ComponentPropertyTermFinder
com.inductiveautomation.factorypmi.designer.beaninfo.PMIChartTermFinder
- All Implemented Interfaces:
ComponentTermFinder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addColumnNames
(Dataset ds, List<TermDescriptor> results) protected void
addRowNames
(Dataset ds, List<TermDescriptor> results) void
getTermsFor
(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
-
PMIChartTermFinder
public PMIChartTermFinder()
-
-
Method Details
-
getTermsFor
Description copied from interface:ComponentTermFinder
Will create TermDescriptors for each translatable term found in the component.- Specified by:
getTermsFor
in interfaceComponentTermFinder
- Overrides:
getTermsFor
in classComponentPropertyTermFinder
-
addColumnNames
-
addRowNames
-