Skip to main content

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.

Jump to: navigation, search

Scout/Concepts/Icon Locator


Scout
Wiki Home
Website
DownloadGit
Community
ForumsBlogTwitterG+
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.

  • implements: I obj.pngIIconLocator

Most of the implementations relies on a IconProviderService to do this operation.

  • implementations:
    • C obj.pngIconLocator
    • C obj.pngBundleIconLocator
    • C obj.pngSwingBundleIconLocator
    • C obj.pngSwtBundleIconLocator


Implementations

Note.png
TODO
Add a description: BundleIconLocator, SwingBundleIconLocator, SwtBundleIconLocator


See Also

Back to the top