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

schema.keywords.exsd Maven / Gradle / Ivy

The newest version!




      
         
      
      
         The keywords extension point defines keywords and a unique id for reference by other schemas.

See propertyPages, newWizards, importWizards, exportWizards and preferencePages.
      
   

   
      
         
            
         
      
      
         
            
         
         
            
               
                  a fully qualified identifier of the target extension point
               
            
         
         
            
               
                  an optional identifier of the extension instance
               
            
         
         
            
               
                  an optional name of the extension instance
               
               
                  
               
            
         
      
   

   
      
         
            
               
                  The id is the unique id used to reference the keyword.
               
            
         
         
            
               
                  The human readable label of the keyword
               
               
                  
               
            
         
      
   

   
      
         
      
      
         3.1
      
   

   
      
         
      
      
         The following is an example of a keyword extension:
<p>
<pre>
   <extension
     point="org.eclipse.ui.keywords">
    <keyword
            label="presentation tab themes"
            id="com.xyz.AppearanceKeywords"/>
   </extension>    
</pre>
</p>
      
   

   
      
         
      
      
         There currently is no public API for retrieving or creating keywords other than this extension point.
      
   

   
      
         
      
      
         Keywords are used with workbench wizards (new, import &amp; export), preference and property pages.  See the <samp>keywordReference</samp> element of the org.eclipse.ui.propertyPages and org.eclipse.ui.preferencePages extension points.
      
   

   
      
         
      
      
         Copyright (c) 2005, 2010 IBM Corporation and others.<br>
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 <a 
href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>
      
   






© 2015 - 2025 Weber Informatics LLC | Privacy Policy