Image Providers

Identifier:
org.eclipse.graphiti.ui.imageProviders

Since:
0.7.0

Description:
Customers of Graphiti can use this extension point to register their own image providers.

Configuration Markup:

<!ELEMENT extension (imageProvider*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT imageProvider EMPTY>

<!ATTLIST imageProvider

id    CDATA #REQUIRED

class CDATA #REQUIRED

>


Examples:


   <extension
         point="org.eclipse.graphiti.ui.imageProviders">
      <imageProvider
               id="org.eclipse.graphiti.examples.common.SampleImageProvider">
      </imageProvider>
   </extension>

API Information:
Instead of implementing the interface org.eclipse.graphiti.ui.platform.IImageProvider directly, the customer should extend the base class org.eclipse.graphiti.ui.platform.AbstractImageProvider.


Copyright (c) 2005, 2010 SAP AG.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html