Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Scout/Concepts/Icon Locator
Scout |
Wiki Home |
Website |
Download • Git |
Community |
Forums • Blog • Twitter • G+ |
Bugzilla |
Bugzilla |
An Icon Locator is an interface for one operation: loading a file (defined as IconSpec) for a given String id (often called IconId).
Usually the ids are defined as constant in the Icons class.
Most of the implementations relies on a IconProviderService to do this operation.
Implementations