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

Difference between revisions of "Scout/Concepts/Icon Locator"

(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{ScoutPage|cat=Concepts}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
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 {{ScoutLink|Concepts|Icons}} class.
+
 
+
* implements: {{ScoutJavadoc|IIconLocator|I}}
+
 
+
Most of the implementations relies on a {{ScoutLink|Concepts|Icon_Locator_Service|IconProviderService}} to do this operation.
+
 
+
* implementations:
+
** {{ScoutJavadoc|IconLocator|C}}
+
** {{ScoutJavadoc|BundleIconLocator|C}}
+
** {{ScoutJavadoc|SwingBundleIconLocator|C}}
+
** {{ScoutJavadoc|SwtBundleIconLocator|C}}
+
 
+
 
+
== Implementations ==
+
{{Note|TODO|Add a description: BundleIconLocator, SwingBundleIconLocator, SwtBundleIconLocator}}
+
 
+
 
+
== See Also ==
+
* {{ScoutLink|Concepts|Icons}}
+
* {{ScoutLink|Concepts|Icon Locator Service}}
+
* {{ScoutLink|SDK|Icons Editor}}
+

Latest revision as of 05:43, 14 March 2024

The Scout documentation has been moved to https://eclipsescout.github.io/.

Back to the top