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 voidaddFinder(ComponentTermFinder finder) voidgetTermsFor(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:ComponentTermFinderWill create TermDescriptors for each translatable term found in the component.- Specified by:
getTermsForin interfaceComponentTermFinder
-