Details
Description
InfoToolHelperLookup is used to find classes that can query Layers via the on-screen info tool. Replace the existing clunky lookup code with use of Java 6 ServiceLoader.
InfoToolHelperLookup is used to find classes that can query Layers via the on-screen info tool. Replace the existing clunky lookup code with use of Java 6 ServiceLoader.
Added tests for the helper lookup.
Checked a tutorial app - info tool seems to work.