All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.icons.exsd Maven / Gradle / Ivy

The newest version!




      
         
      
      
         The icons extension point provides a way of linking different types of icons to a particular content type.
      
   

   
      
         
            
         
      
      
         
            
         
         
            
               
                  
               
            
         
         
            
               
                  
               
            
         
         
            
               
                  
               
               
                  
               
            
         
      
   

   
      
         
            
         
         
            The icon to associate with a particular content type.
         
      
      
         
            
               
                  The identifier of the content type with which the icons should be associated.
               
               
                  
               
            
         
         
            
               
                  The path to the icon which should be used.
               
               
                  
               
            
         
      
   

   
      
         
      
      
         1.1.500
      
   

   
      
         
      
      
         <pre>
 <extension
 point="org.eclipse.ui.genericeditor.icons">
  <icon
  contentType="org.eclipse.core.runtime.xml"
  icon="icons/xml_content.png" />
 </extension>
</pre>
<pre>
 <extension
 point="org.eclipse.ui.genericeditor.icons">
  <icon
  contentType="org.eclipse.core.runtime.text"
  icon="platform:/plugin/org.eclipse.ui.test/icons/text_content.png" />
 </extension>
</pre>
      
   



   
      
         
      
      
         Copyright (c) 2019 Lakshminarayana Nekkanti([email protected])
 
  This program and the accompanying materials are made available under the
  terms of the Eclipse Public License 2.0 which is available at
  http://www.eclipse.org/legal/epl-2.0.
 
  SPDX-License-Identifier: EPL-2.0 3
 
  Contributor
  Lakshminarayana Nekkanti - initial API and implementation
      
   






© 2015 - 2025 Weber Informatics LLC | Privacy Policy