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"

Line 6: Line 6:
 
* implements: {{ScoutJavadoc|IIconLocator|I}}
 
* implements: {{ScoutJavadoc|IIconLocator|I}}
  
Most of the implementations relies on a {{ScoutLink|Concepts|Icon_Locator_Service|IconProviderService}} to do this operation.
+
Most of the implementations relies on a {{ScoutLink|Concepts|Icon_Provider_Service|IconProviderService}} to do this operation.
  
 
* implementations:  
 
* implementations:  
Line 21: Line 21:
 
== See Also ==
 
== See Also ==
 
* {{ScoutLink|Concepts|Icons}}
 
* {{ScoutLink|Concepts|Icons}}
* {{ScoutLink|Concepts|Icon Locator Service}}
+
* {{ScoutLink|Concepts|Icon Provider Service}}
 
* {{ScoutLink|SDK|Icons Editor}}
 
* {{ScoutLink|SDK|Icons Editor}}

Revision as of 12:59, 8 September 2014

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 The Scout documentation has been moved to https://eclipsescout.github.io/. class.

Most of the implementations relies on a The Scout documentation has been moved to https://eclipsescout.github.io/. to do this operation.


Implementations

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


See Also

Back to the top