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

schema.propertyTabs.exsd Maven / Gradle / Ivy

The newest version!




      
         
      
      
         Describes a list of tabs that will be contributed to the tabbed property sheet page.
      
   

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

   
      
         
            
         
         
            
               
                  The unique identifier of the property sheet page contributor.
               
            
         
      
   

   
      
         
         	
            	
                  
               	
               
                  The label to be displayed on the tab.
               
            
         
         
            
               
                  The category used to group tabs.
               
            
         
         
            
               
                  When there is more than one tab in a category, tabs are sorted by the afterTab attribute.
               
            
         
         
            
               
                  The unique id for the tab.
               
            
         
         
            
               
                  If <code>true</code>, then this tab is idented. This is meant to indicate subtabs or categories of the parent tab.
               
            
         
         
            
               
                  If an image is provided, the icon image is displayed on the tab when the tab is active.
               
               
                  
               
            
         
      
   


   
      
         
      
      
         <pre>
   <extension
         point="org.eclipse.ui.views.properties.tabbed.propertyTabs">
      <propertyTabs contributorId="org.eclipse.ui.tests.views.properties.tabbed.views.TestsView">
         <propertyTab
               category="first"
               id="propertyTab1"
               label="Name">
         </propertyTab>
         <propertyTab
               afterTab="propertyTab1"
               category="first"
               id="propertyTab2"
               label="Project">
         </propertyTab>
         <propertyTab
               category="second"
               id="propertyTab8"
               label="Message">
         </propertyTab>
      </propertyTabs>
   </extension>
</pre>
      
   



   
      
         
      
      
         Copyright (c) 2005, 2008 IBM Corporation and others.<br>

This program and the accompanying materials are made 
available under the terms of the Eclipse Public License 2.0 which accompanies 
this distribution, and is available at <a
href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/

SPDX-License-Identifier: EPL-2.0
      
   






© 2015 - 2025 Weber Informatics LLC | Privacy Policy