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 "Table of WTP IDs"

(New page: =Introduction= There are a vast number of ids that are used within the WTP. Every command, content-type, action, menu, etc has an id that is associated with it. This page will try to ke...)
 
(Commands)
Line 7: Line 7:
  
 
<table border="1">
 
<table border="1">
<tr><td><b>Id</b></td><td>Category Id</td><td>Component</td><td>Location</td><td>Description</td></tr>
+
<tr><td><b>Id</b></td><td><b>Category Id</b></td><td><b>Component</b></td><td>Location</td><td>Description</td></tr>
 
<tr><td>org.eclipse.wst.sse.ui.structure.select.enclosing</td><td>org.eclipse.ui.category.edit</td><td>SSE UI</td><td>plugin.xml</td><td></td>Select Enclosing</tr>
 
<tr><td>org.eclipse.wst.sse.ui.structure.select.enclosing</td><td>org.eclipse.ui.category.edit</td><td>SSE UI</td><td>plugin.xml</td><td></td>Select Enclosing</tr>
<tr><td>org.eclipse.wst.sse.ui.structure.select.next/td><td></td>org.eclipse.ui.category.edit<td>SSE UI</td><td>plugin.xml</td><td>Select Next</td></tr>
+
<tr><td>org.eclipse.wst.sse.ui.structure.select.next</td><td></td>org.eclipse.ui.category.edit<td>SSE UI</td><td>plugin.xml</td><td>Select Next</td></tr>
<tr><td>org.eclipse.wst.sse.ui.structure.select.previous/td><td></td>org.eclipse.ui.category.edit<td>SSE UI</td><td>plugin.xml</td><td>Select Previous</td></tr>
+
<tr><td>org.eclipse.wst.sse.ui.structure.select.previous</td><td></td>org.eclipse.ui.category.edit<td>SSE UI</td><td>plugin.xml</td><td>Select Previous</td></tr>
 
</table>
 
</table>

Revision as of 21:18, 15 December 2007

Introduction

There are a vast number of ids that are used within the WTP. Every command, content-type, action, menu, etc has an id that is associated with it. This page will try to keep up to date with the various ids, where they can be found, and what they correspond too.

It is important to document the usage of the ids, especially when they relate to menus, toolbars, commands, and popus as the org.eclipse.ui.menus extension point allows for other plugins to contribute to menus based off the ids that are published. Commands are also referenced by id, and are implemented based on handlers.

Commands

Select Enclosingorg.eclipse.ui.category.editorg.eclipse.ui.category.edit
IdCategory IdComponentLocationDescription
org.eclipse.wst.sse.ui.structure.select.enclosingorg.eclipse.ui.category.editSSE UIplugin.xml
org.eclipse.wst.sse.ui.structure.select.nextSSE UIplugin.xmlSelect Next
org.eclipse.wst.sse.ui.structure.select.previousSSE UIplugin.xmlSelect Previous

Copyright © Eclipse Foundation, Inc. All Rights Reserved.