Class AggregateTermFinder
java.lang.Object
com.inductiveautomation.factorypmi.designer.i18n.search.AggregateTermFinder
- All Implemented Interfaces:
ComponentTermFinder
This is a ComponentTermFinder that simply delegates to a number of other term finders.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addFinder
(ComponentTermFinder finder) void
getTermsFor
(JComponent component, List<TermDescriptor> results) Will create TermDescriptors for each translatable term found in the component.
-
Constructor Details
-
AggregateTermFinder
public AggregateTermFinder() -
AggregateTermFinder
-
-
Method Details
-
addFinder
-
getTermsFor
Description copied from interface:ComponentTermFinder
Will create TermDescriptors for each translatable term found in the component.- Specified by:
getTermsFor
in interfaceComponentTermFinder
-