KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > eclipse > ui > internal > registry > IWorkbenchRegistryConstants


1 /*******************************************************************************
2  * Copyright (c) 2004, 2007 IBM Corporation and others.
3  * All rights reserved. This program and the accompanying materials
4  * are made available under the terms of the Eclipse Public License v1.0
5  * which accompanies this distribution, and is available at
6  * http://www.eclipse.org/legal/epl-v10.html
7  *
8  * Contributors:
9  * IBM Corporation - initial API and implementation
10  * Dan Rubel <dan_rubel@instantiations.com>
11  * - Fix for bug 11490 - define hidden view (placeholder for view) in plugin.xml
12  *******************************************************************************/

13 package org.eclipse.ui.internal.registry;
14
15 import org.eclipse.ui.PlatformUI;
16
17 /**
18  * Interface containing various registry constants (tag and attribute names).
19  *
20  * @since 3.1
21  */

22 public interface IWorkbenchRegistryConstants {
23
24     /**
25      * Accelerator attribute. Value <code>accelerator</code>.
26      */

27     public static String JavaDoc ATT_ACCELERATOR = "accelerator"; //$NON-NLS-1$
28

29     /**
30      * Adaptable attribute. Value <code>adaptable</code>.
31      */

32     public static String JavaDoc ATT_ADAPTABLE = "adaptable"; //$NON-NLS-1$
33

34     /**
35      * Advisor id attribute. Value <code>triggerPointAdvisorId</code>.
36      */

37     public static String JavaDoc ATT_ADVISORID = "triggerPointAdvisorId"; //$NON-NLS-1$
38

39     /**
40      * Allow label update attribute. Value <code>allowLabelUpdate</code>.
41      */

42     public static String JavaDoc ATT_ALLOW_LABEL_UPDATE = "allowLabelUpdate";//$NON-NLS-1$
43

44     /**
45      * View multiple attribute. Value <code>allowMultiple</code>.
46      */

47     public static String JavaDoc ATT_ALLOW_MULTIPLE = "allowMultiple"; //$NON-NLS-1$
48

49     /**
50      * Attribute that specifies whether a wizard is immediately capable of
51      * finishing. Value <code>canFinishEarly</code>.
52      */

53     public static String JavaDoc ATT_CAN_FINISH_EARLY = "canFinishEarly"; //$NON-NLS-1$
54

55     /**
56      * The name of the category attribute, which appears on a command
57      * definition.
58      */

59     public static String JavaDoc ATT_CATEGORY = "category"; //$NON-NLS-1$
60

61     /**
62      * Category id attribute. Value <code>categoryId</code>.
63      */

64     public static String JavaDoc ATT_CATEGORY_ID = "categoryId"; //$NON-NLS-1$
65

66     /**
67      * Class attribute. Value <code>class</code>.
68      */

69     public static String JavaDoc ATT_CLASS = "class"; //$NON-NLS-1$
70

71     /**
72      * Sticky view closable attribute. Value <code>closable</code>.
73      */

74     public static String JavaDoc ATT_CLOSEABLE = "closeable"; //$NON-NLS-1$
75

76     /**
77      * Color factory attribute. Value <code>colorFactory</code>.
78      */

79     public static String JavaDoc ATT_COLORFACTORY = "colorFactory"; //$NON-NLS-1$
80

81     /**
82      * Editor command attribute. Value <code>command</code>.
83      */

84     public static String JavaDoc ATT_COMMAND = "command";//$NON-NLS-1$
85

86     /**
87      * The name of the attribute storing the command id.
88      */

89     public static String JavaDoc ATT_COMMAND_ID = "commandId"; //$NON-NLS-1$
90

91     /**
92      * The name of the configuration attribute storing the scheme id for a
93      * binding.
94      */

95     public static String JavaDoc ATT_CONFIGURATION = "configuration"; //$NON-NLS-1$
96

97     /**
98      * Intro content detector class attribute (optional). Value <code>contentDetector</code>.
99      */

100     public static String JavaDoc ATT_CONTENT_DETECTOR = "contentDetector"; //$NON-NLS-1$
101

102     /**
103      * Editor content type id binding attribute. Value
104      * <code>contentTypeId</code>.
105      */

106     public static String JavaDoc ATT_CONTENT_TYPE_ID = "contentTypeId"; //$NON-NLS-1$
107

108     /**
109      * The name of the attribute storing the context id for a binding.
110      */

111     public static String JavaDoc ATT_CONTEXT_ID = "contextId"; //$NON-NLS-1$
112

113     /**
114      * Editor contributor class attribute. Value <code>contributorClass</code>.
115      */

116     public static String JavaDoc ATT_CONTRIBUTOR_CLASS = "contributorClass"; //$NON-NLS-1$
117

118     /**
119      * The name of the attribute storing the AbstractParameterValueConverter for
120      * a commandParameterType.
121      */

122     public static String JavaDoc ATT_CONVERTER = "converter"; //$NON-NLS-1$
123

124     /**
125      * Perspective default attribute. Value <code>default</code>.
126      */

127     public static String JavaDoc ATT_DEFAULT = "default";//$NON-NLS-1$
128

129     /**
130      * The name of the default handler attribute, which appears on a command
131      * definition.
132      */

133     public static String JavaDoc ATT_DEFAULT_HANDLER = "defaultHandler"; //$NON-NLS-1$
134

135     /**
136      * Defaults-to attribute. Value <code>defaultsTo</code>.
137      */

138     public static String JavaDoc ATT_DEFAULTS_TO = "defaultsTo"; //$NON-NLS-1$
139

140     /**
141      * Action definition id attribute. Value <code>definitionId</code>.
142      */

143     public static String JavaDoc ATT_DEFINITION_ID = "definitionId";//$NON-NLS-1$
144

145     /**
146      * The name of the description attribute, which appears on named handle
147      * objects.
148      */

149     public static String JavaDoc ATT_DESCRIPTION = "description"; //$NON-NLS-1$
150

151     /**
152      * Description image attribute. Value <code>descriptionImage</code>.
153      */

154     public static String JavaDoc ATT_DESCRIPTION_IMAGE = "descriptionImage"; //$NON-NLS-1$
155

156     /**
157      * Disabled icon attribute. Value <code>disabledIcon</code>.
158      */

159     public static String JavaDoc ATT_DISABLEDICON = "disabledIcon";//$NON-NLS-1$
160

161     /**
162      * Enables-for attribute. Value <code>enablesFor</code>.
163      */

164     public static String JavaDoc ATT_ENABLES_FOR = "enablesFor"; //$NON-NLS-1$
165

166     /**
167      * Editor extensions attribute. Value <code>extensions</code>.
168      */

169     public static String JavaDoc ATT_EXTENSIONS = "extensions";//$NON-NLS-1$
170

171     /**
172      * View ratio attribute. Value <code>fastViewWidthRatio</code>.
173      */

174     public static String JavaDoc ATT_FAST_VIEW_WIDTH_RATIO = "fastViewWidthRatio"; //$NON-NLS-1$
175

176     /**
177      * Editor filenames attribute. Value <code>filenames</code>.
178      */

179     public static String JavaDoc ATT_FILENAMES = "filenames";//$NON-NLS-1$
180

181     /**
182      * Trim fill major attribute. Value <code>fillMajor</code>.
183      */

184     public static String JavaDoc ATT_FILL_MAJOR = "fillMajor";//$NON-NLS-1$
185

186     /**
187      * Trim fill minor attribute. Value <code>fillMinor</code>.
188      */

189     public static String JavaDoc ATT_FILL_MINOR = "fillMinor";//$NON-NLS-1$
190

191     /**
192      * Perspective fixed attribute. Value <code>fixed</code>.
193      */

194     public static String JavaDoc ATT_FIXED = "fixed";//$NON-NLS-1$
195

196     /**
197      * Attribute that specifies whether a wizard has any pages. Value
198      * <code>hasPages</code>.
199      */

200     public static String JavaDoc ATT_HAS_PAGES = "hasPages"; //$NON-NLS-1$
201

202     /**
203      * Help context id attribute. Value <code>helpContextId</code>.
204      */

205     public static String JavaDoc ATT_HELP_CONTEXT_ID = "helpContextId";//$NON-NLS-1$
206

207     /**
208      * Help url attribute. Value <code>helpHref</code>.
209      */

210     public static String JavaDoc ATT_HELP_HREF = "helpHref"; //$NON-NLS-1$
211

212     /**
213      * Hover icon attribute. Value <code>hoverIcon</code>.
214      */

215     public static String JavaDoc ATT_HOVERICON = "hoverIcon";//$NON-NLS-1$
216

217     /**
218      * Icon attribute. Value <code>icon</code>.
219      */

220     public static String JavaDoc ATT_ICON = "icon"; //$NON-NLS-1$
221

222     /**
223      * Id attribute. Value <code>id</code>.
224      */

225     public static String JavaDoc ATT_ID = "id"; //$NON-NLS-1$
226

227     /**
228      * The name of the image style attribute, which is used on location elements
229      * in the menus extension point.
230      */

231     public static String JavaDoc ATT_IMAGE_STYLE = "imageStyle"; //$NON-NLS-1$
232

233     /**
234      * Is-editable attribute. Value <code>isEditable</code>.
235      */

236     public static String JavaDoc ATT_IS_EDITABLE = "isEditable"; //$NON-NLS-1$
237

238     /**
239      * Keys attribute. Value <code>keys</code>.
240      */

241     public static String JavaDoc ATT_KEY = "key"; //$NON-NLS-1$
242

243     /**
244      * The name of the attribute storing the identifier for the active key
245      * configuration identifier. This provides legacy support for the
246      * <code>activeKeyConfiguration</code> element in the commands extension
247      * point.
248      */

249     public static String JavaDoc ATT_KEY_CONFIGURATION_ID = "keyConfigurationId"; //$NON-NLS-1$
250

251     /**
252      * The name of the attribute storing the trigger sequence for a binding.
253      * This is called a 'keySequence' for legacy reasons.
254      */

255     public static String JavaDoc ATT_KEY_SEQUENCE = "keySequence"; //$NON-NLS-1$
256

257     /**
258      * Label attribute. Value <code>label</code>.
259      */

260     public static String JavaDoc ATT_LABEL = "label"; //$NON-NLS-1$
261

262     /**
263      * Editor launcher attribute. Value <code>launcher</code>.
264      */

265     public static String JavaDoc ATT_LAUNCHER = "launcher";//$NON-NLS-1$
266

267     /**
268      * Lightweight decorator tag. Value <code>lightweight</code>.
269      */

270     public static String JavaDoc ATT_LIGHTWEIGHT = "lightweight"; //$NON-NLS-1$
271

272     /**
273      * The name of the attribute storing the locale for a binding.
274      */

275     public static String JavaDoc ATT_LOCALE = "locale"; //$NON-NLS-1$
276

277     /**
278      * Sticky view location attribute. Value <code>location</code>.
279      */

280     public static String JavaDoc ATT_LOCATION = "location"; //$NON-NLS-1$
281

282     /**
283      * Editor management strategy attribute. Value <code>matchingStrategy</code>.
284      */

285     public static String JavaDoc ATT_MATCHING_STRATEGY = "matchingStrategy"; //$NON-NLS-1$
286

287     /**
288      * The name of the menu identifier attribute, which appears on items.
289      */

290     public static String JavaDoc ATT_MENU_ID = "menuId"; //$NON-NLS-1$
291

292     /**
293      * Menubar path attribute. Value <code>menubarPath</code>.
294      */

295     public static String JavaDoc ATT_MENUBAR_PATH = "menubarPath";//$NON-NLS-1$
296

297     /**
298      * The name of the mnemonic attribute, which appears on locations.
299      */

300     public static String JavaDoc ATT_MNEMONIC = "mnemonic"; //$NON-NLS-1$
301

302     /**
303      * The name of the minimized attribute, which appears
304      * when adding a view in a perspectiveExtension.
305      */

306     public static String JavaDoc ATT_MINIMIZED = "minimized"; //$NON-NLS-1$
307

308     /**
309      * Sticky view moveable attribute. Value <code>moveable</code>.
310      */

311     public static String JavaDoc ATT_MOVEABLE = "moveable"; //$NON-NLS-1$
312

313     /**
314      * Name attribute. Value <code>name</code>.
315      */

316     public static String JavaDoc ATT_NAME = "name"; //$NON-NLS-1$
317

318     /**
319      * Name filter attribute. Value <code>nameFilter</code>.
320      */

321     public static String JavaDoc ATT_NAME_FILTER = "nameFilter"; //$NON-NLS-1$
322

323     /**
324      * Node attribute. Value <code>node</code>.
325      */

326     public static String JavaDoc ATT_NODE = "node"; //$NON-NLS-1$
327

328     /**
329      * Object class attribute. Value <code>objectClass</code>.
330      */

331     public static String JavaDoc ATT_OBJECTCLASS = "objectClass";//$NON-NLS-1$
332

333     /**
334      * The name of the optional attribute, which appears on parameter
335      * definitions.
336      */

337     public static String JavaDoc ATT_OPTIONAL = "optional"; //$NON-NLS-1$
338

339     /**
340      * Operating system attribute. Value <code>os</code>.
341      */

342     public static String JavaDoc ATT_OS = "os"; //$NON-NLS-1$
343

344     /**
345      * The name of the deprecated parent attribute, which appears on scheme
346      * definitions.
347      */

348     public static String JavaDoc ATT_PARENT = "parent"; //$NON-NLS-1$
349

350     /**
351      * View parent category attribute. Value <code>parentCategory</code>.
352      */

353     public static String JavaDoc ATT_PARENT_CATEGORY = "parentCategory"; //$NON-NLS-1$
354

355     /**
356      * Parent id attribute. Value <code>parentId</code>.
357      */

358     public static String JavaDoc ATT_PARENT_ID = "parentId"; //$NON-NLS-1$
359

360     /**
361      * The name of the deprecated parent scope attribute, which appears on
362      * contexts definitions.
363      */

364     public static String JavaDoc ATT_PARENT_SCOPE = "parentScope"; //$NON-NLS-1$
365

366     /**
367      * Path attribute. Value <code>path</code>.
368      */

369     public static String JavaDoc ATT_PATH = "path"; //$NON-NLS-1$
370

371     /**
372      * The name of the attribute storing the platform for a binding.
373      */

374     public static String JavaDoc ATT_PLATFORM = "platform"; //$NON-NLS-1$
375

376     /**
377      * The name of the position attribute, which appears on order elements.
378      */

379     public static String JavaDoc ATT_POSITION = "position"; //$NON-NLS-1$
380

381     /**
382      * Presentation id attribute. Value <code>presentationId</code>.
383      */

384     public static String JavaDoc ATT_PRESENTATIONID = "presentationId"; //$NON-NLS-1$
385

386     /**
387      * Product id attribute. Value <code>productId</code>.
388      */

389     public static String JavaDoc ATT_PRODUCTID = "productId"; //$NON-NLS-1$
390

391     /**
392      * Project attribute. Value <code>project</code>.
393      */

394     // @issue project-specific attribute and behavior
395
public static String JavaDoc ATT_PROJECT = "project";//$NON-NLS-1$ /**
396

397     /**
398      * The name of the pulldown attribute, which indicates whether the class is
399      * a pulldown delegate.
400      */

401     public static String JavaDoc ATT_PULLDOWN = "pulldown"; //$NON-NLS-1$
402

403     /**
404      * View ratio attribute. Value <code>ratio</code>.
405      */

406     public static String JavaDoc ATT_RATIO = "ratio"; //$NON-NLS-1$
407

408     /**
409      * Relationship attribute. Value <code>relationship</code>.
410      */

411     public static String JavaDoc ATT_RELATIONSHIP = "relationship";//$NON-NLS-1$
412

413     /**
414      * Relative attribute. Value <code>relative</code>.
415      */

416     public static String JavaDoc ATT_RELATIVE = "relative";//$NON-NLS-1$
417

418     /**
419      * The name of the relativeTo attribute, which appears on order elements.
420      */

421     public static String JavaDoc ATT_RELATIVE_TO = "relativeTo"; //$NON-NLS-1$
422

423     /**
424      * Retarget attribute. Value <code>retarget</code>.
425      */

426     public static String JavaDoc ATT_RETARGET = "retarget";//$NON-NLS-1$
427

428     /**
429      * The name of the returnTypeId attribute, which appears on command
430      * elements.
431      */

432     public static String JavaDoc ATT_RETURN_TYPE_ID = "returnTypeId"; //$NON-NLS-1$
433

434     /**
435      * The name of the attribute storing the identifier for the active scheme.
436      * This is called a 'keyConfigurationId' for legacy reasons.
437      */

438     public static String JavaDoc ATT_SCHEME_ID = "schemeId"; //$NON-NLS-1$
439

440     /**
441      * Scope attribute. Value <code>scope</code>.
442      */

443     public static String JavaDoc ATT_SCOPE = "scope"; //$NON-NLS-1$
444

445     /**
446      * The name of the separatorsVisible attribute, which appears on group
447      * elements.
448      */

449     public static String JavaDoc ATT_SEPARATORS_VISIBLE = "separatorsVisible"; //$NON-NLS-1$
450

451     /**
452      * The name of the sequence attribute for a key binding.
453      */

454     public static String JavaDoc ATT_SEQUENCE = "sequence"; //$NON-NLS-1$
455

456     /**
457      * Show title attribute. Value <code>showTitle</code>.
458      */

459     public static String JavaDoc ATT_SHOW_TITLE = "showTitle";//$NON-NLS-1$
460

461     /**
462      * Perspective singleton attribute. Value <code>singleton</code>.
463      */

464     public static String JavaDoc ATT_SINGLETON = "singleton";//$NON-NLS-1$
465

466     /**
467      * Splash id attribute. Value <code>splashId</code>.
468      *
469      * @since 3.3
470      */

471     public static String JavaDoc ATT_SPLASH_ID = "splashId"; //$NON-NLS-1$
472

473     /**
474      * Standalone attribute. Value <code>standalone</code>.
475      */

476     public static String JavaDoc ATT_STANDALONE = "standalone";//$NON-NLS-1$
477

478     /**
479      * Action state attribute. Value <code>state</code>.
480      */

481     public static String JavaDoc ATT_STATE = "state";//$NON-NLS-1$
482

483     /**
484      * The name of the string attribute (key sequence) for a binding in the
485      * commands extension point.
486      */

487     public static String JavaDoc ATT_STRING = "string"; //$NON-NLS-1$
488

489     /**
490      * Action style attribute. Value <code>style</code>.
491      */

492     public static String JavaDoc ATT_STYLE = "style";//$NON-NLS-1$
493

494     /**
495      * Target attribute. Value <code>targetID</code>.
496      */

497     public static String JavaDoc ATT_TARGET_ID = "targetID";//$NON-NLS-1$
498

499     /**
500      * Toolbar path attribute. Value <code>toolbarPath</code>.
501      */

502     public static String JavaDoc ATT_TOOLBAR_PATH = "toolbarPath";//$NON-NLS-1$
503

504     /**
505      * Tooltip attribute. Value <code>tooltip</code>.
506      */

507     public static String JavaDoc ATT_TOOLTIP = "tooltip";//$NON-NLS-1$
508

509     /**
510      * The name of the type attribute, which appears on bar elements and
511      * commandParameterType elments.
512      */

513     public static String JavaDoc ATT_TYPE = "type"; //$NON-NLS-1$
514

515     /**
516      * The name of the typeId attribute, which appears on commandParameter
517      * elements.
518      */

519     public static String JavaDoc ATT_TYPE_ID = "typeId"; //$NON-NLS-1$
520

521     /**
522      * Value attribute. Value <code>value</code>.
523      */

524     public static String JavaDoc ATT_VALUE = "value"; //$NON-NLS-1$
525

526     /**
527      * Visible attribute. Value <code>visible</code>.
528      */

529     // ATT_VISIBLE added by dan_rubel@instantiations.com
530
public static String JavaDoc ATT_VISIBLE = "visible";//$NON-NLS-1$
531

532     /**
533      * Windowing system attribute. Value <code>ws</code>.
534      */

535     public static String JavaDoc ATT_WS = "ws"; //$NON-NLS-1$
536

537     /**
538      * The prefix that all auto-generated identifiers start with. This makes the
539      * identifier recognizable as auto-generated, and further helps ensure that
540      * it does not conflict with existing identifiers.
541      */

542     public static String JavaDoc AUTOGENERATED_PREFIX = "AUTOGEN:::"; //$NON-NLS-1$
543

544     /**
545      * The legacy extension point (2.1.x and earlier) for specifying a key
546      * binding scheme.
547      *
548      * @since 3.1.1
549      */

550     public static String JavaDoc PL_ACCELERATOR_CONFIGURATIONS = "acceleratorConfigurations"; //$NON-NLS-1$
551

552     /**
553      * The legacy extension point (2.1.x and earlier) for specifying a context.
554      *
555      * @since 3.1.1
556      */

557     public static String JavaDoc PL_ACCELERATOR_SCOPES = "acceleratorScopes"; //$NON-NLS-1$
558

559     /**
560      * The legacy extension point (2.1.x and earlier) for specifying a command.
561      *
562      * @since 3.1.1
563      */

564     public static String JavaDoc PL_ACTION_DEFINITIONS = "actionDefinitions"; //$NON-NLS-1$
565

566     public static String JavaDoc PL_ACTION_SET_PART_ASSOCIATIONS = "actionSetPartAssociations"; //$NON-NLS-1$
567

568     public static String JavaDoc PL_ACTION_SETS = "actionSets"; //$NON-NLS-1$
569

570     public static String JavaDoc PL_ACTIVITIES = "activities"; //$NON-NLS-1$
571

572     public static String JavaDoc PL_ACTIVITYSUPPORT = "activitySupport"; //$NON-NLS-1$
573

574     /**
575      * The extension point (3.1 and later) for specifying bindings, such as
576      * keyboard shortcuts.
577      *
578      * @since 3.1.1
579      */

580     public static String JavaDoc PL_BINDINGS = "bindings"; //$NON-NLS-1$
581

582     public static String JavaDoc PL_BROWSER_SUPPORT = "browserSupport"; //$NON-NLS-1$
583

584     public static String JavaDoc PL_COLOR_DEFINITIONS = "colorDefinitions"; //$NON-NLS-1$
585

586     /**
587      * The extension point (3.2 and later) for associating images with commands.
588      *
589      * @since 3.2
590      */

591     public static String JavaDoc PL_COMMAND_IMAGES = "commandImages"; //$NON-NLS-1$
592

593     /**
594      * The extension point (2.1.x and later) for specifying a command. A lot of
595      * other things have appeared first in this extension point and then been
596      * moved to their own extension point.
597      *
598      * @since 3.1.1
599      */

600     public static String JavaDoc PL_COMMANDS = "commands"; //$NON-NLS-1$
601

602     /**
603      * The extension point (3.0 and later) for specifying a context.
604      *
605      * @since 3.1.1
606      */

607     public static String JavaDoc PL_CONTEXTS = "contexts"; //$NON-NLS-1$
608

609     public static String JavaDoc PL_DECORATORS = "decorators"; //$NON-NLS-1$
610

611     public static String JavaDoc PL_DROP_ACTIONS = "dropActions"; //$NON-NLS-1$
612

613     public static String JavaDoc PL_EDITOR = "editors"; //$NON-NLS-1$
614

615     public static String JavaDoc PL_EDITOR_ACTIONS = "editorActions"; //$NON-NLS-1$
616

617     public static String JavaDoc PL_ELEMENT_FACTORY = "elementFactories"; //$NON-NLS-1$
618

619     /**
620      * The extension point for encoding definitions.
621      */

622     public static String JavaDoc PL_ENCODINGS = "encodings"; //$NON-NLS-1$
623

624     public static String JavaDoc PL_EXPORT = "exportWizards"; //$NON-NLS-1$
625

626     public static String JavaDoc PL_FONT_DEFINITIONS = "fontDefinitions"; //$NON-NLS-1$
627

628     /**
629      * The extension point (3.1 and later) for specifying handlers.
630      *
631      * @since 3.1.1
632      */

633     public static String JavaDoc PL_HANDLERS = "handlers"; //$NON-NLS-1$
634

635     public static String JavaDoc PL_HELPSUPPORT = "helpSupport"; //$NON-NLS-1$
636

637     public static String JavaDoc PL_IMPORT = "importWizards"; //$NON-NLS-1$
638

639     public static String JavaDoc PL_INTRO = "intro"; //$NON-NLS-1$
640

641     /**
642      * The extension point for keyword definitions.
643      *
644      * @since 3.1
645      */

646     public static String JavaDoc PL_KEYWORDS = "keywords"; //$NON-NLS-1$
647

648     /**
649      * The extension point (3.2 and later) for specifying menu contributions.
650      *
651      * @since 3.2
652      */

653     public static String JavaDoc PL_MENUS = "menus"; //$NON-NLS-1$
654

655     /**
656      * The extension point (3.3 and later) for specifying menu contributions.
657      *
658      * @since 3.3
659      */

660     public static String JavaDoc PL_MENU_CONTRIBUTION = "menuContribution"; //$NON-NLS-1$
661

662     public static String JavaDoc PL_NEW = "newWizards"; //$NON-NLS-1$
663

664     public static String JavaDoc PL_PERSPECTIVE_EXTENSIONS = "perspectiveExtensions"; //$NON-NLS-1$
665

666     public static String JavaDoc PL_PERSPECTIVES = "perspectives"; //$NON-NLS-1$
667

668     public static String JavaDoc PL_POPUP_MENU = "popupMenus"; //$NON-NLS-1$
669

670     public static String JavaDoc PL_PREFERENCE_TRANSFER = "preferenceTransfer"; //$NON-NLS-1$
671

672     public static String JavaDoc PL_PREFERENCES = "preferencePages"; //$NON-NLS-1$
673

674     public static String JavaDoc PL_PRESENTATION_FACTORIES = "presentationFactories"; //$NON-NLS-1$
675

676     public static String JavaDoc PL_PROPERTY_PAGES = "propertyPages"; //$NON-NLS-1$
677

678     public static String JavaDoc PL_STARTUP = "startup"; //$NON-NLS-1$
679

680     /**
681      * @since 3.3
682      */

683     public static String JavaDoc PL_SPLASH_HANDLERS = "splashHandlers"; //$NON-NLS-1$
684

685     public static String JavaDoc PL_SYSTEM_SUMMARY_SECTIONS = "systemSummarySections"; //$NON-NLS-1$
686

687     public static String JavaDoc PL_THEMES = "themes"; //$NON-NLS-1$
688

689     public static String JavaDoc PL_VIEW_ACTIONS = "viewActions"; //$NON-NLS-1$
690

691     public static String JavaDoc PL_VIEWS = "views"; //$NON-NLS-1$
692

693     public static String JavaDoc PL_WORKINGSETS = "workingSets"; //$NON-NLS-1$
694

695     /**
696      * The name of the deprecated accelerator configurations extension point.
697      */

698     public static String JavaDoc EXTENSION_ACCELERATOR_CONFIGURATIONS = PlatformUI.PLUGIN_ID
699             + '.' + PL_ACCELERATOR_CONFIGURATIONS;
700
701     /**
702      * The name of the accelerator scopes extension point.
703      */

704     public static String JavaDoc EXTENSION_ACCELERATOR_SCOPES = PlatformUI.PLUGIN_ID
705             + '.' + PL_ACCELERATOR_SCOPES;
706
707     /**
708      * The name of the action definitions extension point.
709      */

710     public static String JavaDoc EXTENSION_ACTION_DEFINITIONS = PlatformUI.PLUGIN_ID
711             + '.' + PL_ACTION_DEFINITIONS;
712
713     /**
714      * The name of the <code>org.eclipse.ui.actionSets</code> extension point.
715      */

716     public static String JavaDoc EXTENSION_ACTION_SETS = PlatformUI.PLUGIN_ID
717             + '.' + IWorkbenchRegistryConstants.PL_ACTION_SETS;
718
719     /**
720      * The name of the bindings extension point.
721      */

722     public static String JavaDoc EXTENSION_BINDINGS = PlatformUI.PLUGIN_ID + '.'
723             + PL_BINDINGS;
724
725     /**
726      * The name of the commands extension point.
727      */

728     public static String JavaDoc EXTENSION_COMMAND_IMAGES = PlatformUI.PLUGIN_ID
729             + '.' + PL_COMMAND_IMAGES;
730
731     /**
732      * The name of the commands extension point, and the name of the key for the
733      * commands preferences.
734      */

735     public static String JavaDoc EXTENSION_COMMANDS = PlatformUI.PLUGIN_ID + '.'
736             + PL_COMMANDS;
737
738     /**
739      * The name of the contexts extension point.
740      */

741     public static String JavaDoc EXTENSION_CONTEXTS = PlatformUI.PLUGIN_ID + '.'
742             + PL_CONTEXTS;
743
744     /**
745      * The name of the <code>org.eclipse.ui.editorActions</code> extension
746      * point.
747      */

748     public static String JavaDoc EXTENSION_EDITOR_ACTIONS = PlatformUI.PLUGIN_ID
749             + '.' + PL_EDITOR_ACTIONS;
750
751     /**
752      * The name of the commands extension point.
753      */

754     public static String JavaDoc EXTENSION_HANDLERS = PlatformUI.PLUGIN_ID + '.'
755             + PL_HANDLERS;
756
757     /**
758      * The name of the <code>org.eclipse.ui.menus</code> extension point.
759      */

760     public static String JavaDoc EXTENSION_MENUS = PlatformUI.PLUGIN_ID + '.'
761             + PL_MENUS;
762
763     /**
764      * The name of the <code>org.eclipse.ui.menus2</code> extension point.
765      */

766     public static String JavaDoc COMMON_MENU_ADDITIONS = PlatformUI.PLUGIN_ID + '.'
767             + PL_MENUS + '2';
768
769     /**
770      * The name of the <code>org.eclipse.ui.popupMenus</code> extension point.
771      */

772     public static String JavaDoc EXTENSION_POPUP_MENUS = PlatformUI.PLUGIN_ID
773             + '.' + PL_POPUP_MENU;
774
775     /**
776      * The name of the <code>org.eclipse.ui.viewActions</code> extension
777      * point.
778      */

779     public static String JavaDoc EXTENSION_VIEW_ACTIONS = PlatformUI.PLUGIN_ID
780             + '.' + PL_VIEW_ACTIONS;
781
782     /**
783      * The constant for the position attribute corresponding to
784      * {@link SOrder#POSITION_AFTER}.
785      */

786     public static String JavaDoc POSITION_AFTER = "after"; //$NON-NLS-1$
787

788     /**
789      * The constant for the position attribute corresponding to
790      * {@link SOrder#POSITION_BEFORE}.
791      */

792     public static String JavaDoc POSITION_BEFORE = "before"; //$NON-NLS-1$
793

794     /**
795      * The constant for the position attribute corresponding to
796      * {@link SOrder#POSITION_END}.
797      */

798     public static String JavaDoc POSITION_END = "end"; //$NON-NLS-1$
799

800     /**
801      * The constant for the position attribute corresponding to
802      * {@link SOrder#POSITION_START}.
803      */

804     public static String JavaDoc POSITION_START = "start"; //$NON-NLS-1$
805

806     /**
807      * The action style for drop-down menus.
808      */

809     public static String JavaDoc STYLE_PULLDOWN = "pulldown"; //$NON-NLS-1$
810

811     /**
812      * The action style for radio buttons.
813      */

814     public static String JavaDoc STYLE_RADIO = "radio"; //$NON-NLS-1$
815

816     /**
817      * The action style for check boxes.
818      */

819     public static String JavaDoc STYLE_TOGGLE = "toggle"; //$NON-NLS-1$
820

821     /**
822      * The name of the deprecated accelerator configuration element. This
823      * element was used in 2.1.x and earlier to define groups of what are now
824      * called schemes.
825      */

826     public static String JavaDoc TAG_ACCELERATOR_CONFIGURATION = "acceleratorConfiguration"; //$NON-NLS-1$
827

828     /**
829      * The name of the element storing a deprecated accelerator scope.
830      */

831     public static String JavaDoc TAG_ACCELERATOR_SCOPE = "acceleratorScope"; //$NON-NLS-1$
832

833     /**
834      * Action tag. Value <code>action</code>.
835      */

836     public static String JavaDoc TAG_ACTION = "action"; //$NON-NLS-1$
837

838     /**
839      * The name of the element storing an action definition. This element only
840      * existed in
841      */

842     public static String JavaDoc TAG_ACTION_DEFINITION = "actionDefinition"; //$NON-NLS-1$
843

844     /**
845      * Action set tag. Value <code>actionSet</code>.
846      */

847     public static String JavaDoc TAG_ACTION_SET = "actionSet";//$NON-NLS-1$
848

849     /**
850      * Part association tag. Value <code>actionSetPartAssociation</code>.
851      */

852     public static String JavaDoc TAG_ACTION_SET_PART_ASSOCIATION = "actionSetPartAssociation";//$NON-NLS-1$
853

854     /**
855      * The name of the element storing the active key configuration from the
856      * commands extension point.
857      */

858     public static String JavaDoc TAG_ACTIVE_KEY_CONFIGURATION = "activeKeyConfiguration"; //$NON-NLS-1$
859

860     /**
861      * The name of the active when element, which appears on a handler
862      * definition.
863      */

864     public static String JavaDoc TAG_ACTIVE_WHEN = "activeWhen"; //$NON-NLS-1$
865

866     /**
867      * Activity image binding tag. Value <code>activityImageBindingw</code>.
868      */

869     public static String JavaDoc TAG_ACTIVITY_IMAGE_BINDING = "activityImageBinding"; //$NON-NLS-1$
870

871     /**
872      * Advisor to product binding element. Value
873      * <code>triggerPointAdvisorProductBinding</code>.
874      */

875     public static String JavaDoc TAG_ADVISORPRODUCTBINDING = "triggerPointAdvisorProductBinding"; //$NON-NLS-1$
876

877     /**
878      * The name of the bar element, which appears in a location definition.
879      */

880     public static String JavaDoc TAG_BAR = "bar"; //$NON-NLS-1$
881

882     /**
883      * Category tag. Value <code>category</code>.
884      */

885     public static String JavaDoc TAG_CATEGORY = "category";//$NON-NLS-1$
886

887     /**
888      * Category image binding tag. Value <code>categoryImageBinding</code>.
889      */

890     public static String JavaDoc TAG_CATEGORY_IMAGE_BINDING = "categoryImageBinding"; //$NON-NLS-1$
891

892     /**
893      * Element category tag. Value <code>themeElementCategory</code>.
894      */

895     public static String JavaDoc TAG_CATEGORYDEFINITION = "themeElementCategory"; //$NON-NLS-1$
896

897     /**
898      * Category presentation tag. Value <code>categoryPresentationBinding</code>.
899      */

900     public static String JavaDoc TAG_CATEGORYPRESENTATIONBINDING = "categoryPresentationBinding"; //$NON-NLS-1$
901

902     /**
903      * The name of the class element, which appears on an executable extension.
904      */

905     public static String JavaDoc TAG_CLASS = ATT_CLASS;
906
907     /**
908      * Color definition tag. Value <code>colorDefinition</code>.
909      */

910     public static String JavaDoc TAG_COLORDEFINITION = "colorDefinition"; //$NON-NLS-1$
911

912     /**
913      * Color override tag. Value <code>colorOverride</code>.
914      */

915     public static String JavaDoc TAG_COLOROVERRIDE = "colorOverride"; //$NON-NLS-1$
916

917     /**
918      * Color value tag. Value <code>colorValue</code>.
919      */

920     public static String JavaDoc TAG_COLORVALUE = "colorValue"; //$NON-NLS-1$
921

922     /**
923      * The name of the element storing a command.
924      */

925     public static String JavaDoc TAG_COMMAND = "command"; //$NON-NLS-1$
926

927     /**
928      * The name of the element storing a parameter.
929      */

930     public static String JavaDoc TAG_COMMAND_PARAMETER = "commandParameter"; //$NON-NLS-1$
931

932     /**
933      * The name of the element storing a parameter type.
934      */

935     public static String JavaDoc TAG_COMMAND_PARAMETER_TYPE = "commandParameterType"; //$NON-NLS-1$
936

937     /**
938      * Editor content type binding tag. Value <code>contentTypeBinding</code>.
939      */

940     public static String JavaDoc TAG_CONTENT_TYPE_BINDING = "contentTypeBinding"; //$NON-NLS-1$
941

942     /**
943      * The name of the element storing a context.
944      */

945     public static String JavaDoc TAG_CONTEXT = "context"; //$NON-NLS-1$
946

947     /**
948      * Data tag. Value <code>data</code>.
949      */

950     public static String JavaDoc TAG_DATA = "data"; //$NON-NLS-1$
951

952     /**
953      * The name of the default handler element, which appears on a command
954      * definition.
955      */

956     public static String JavaDoc TAG_DEFAULT_HANDLER = ATT_DEFAULT_HANDLER;
957
958     /**
959      * Description element. Value <code>description</code>.
960      */

961     public static String JavaDoc TAG_DESCRIPTION = "description"; //$NON-NLS-1$
962

963     /**
964      * The name of the dynamic menu element, which appears in a group or menu
965      * definition.
966      */

967     public static String JavaDoc TAG_DYNAMIC = "dynamic"; //$NON-NLS-1$
968

969     /**
970      * Editor tag. Value <code>editor</code>.
971      */

972     public static String JavaDoc TAG_EDITOR = "editor";//$NON-NLS-1$
973

974     /**
975      * The name of the deprecated editorContribution element. This is used for
976      * contributing actions to the top-level menus and tool bars when particular
977      * editors are visible.
978      */

979     public static String JavaDoc TAG_EDITOR_CONTRIBUTION = "editorContribution"; //$NON-NLS-1$
980

981     /**
982      * The name of the enabled when element, which appears on a handler
983      * definition.
984      */

985     public static String JavaDoc TAG_ENABLED_WHEN = "enabledWhen"; //$NON-NLS-1$
986

987     /**
988      * Enablement tag. Value <code>enablement</code>.
989      */

990     public static String JavaDoc TAG_ENABLEMENT = "enablement"; //$NON-NLS-1$
991

992     /**
993      * Entry tag. Value <code>entry</code>.
994      */

995     public static String JavaDoc TAG_ENTRY = "entry"; //$NON-NLS-1$
996

997     /**
998      * Filter tag. Value <code>filter</code>.
999      */

1000    public static String JavaDoc TAG_FILTER = "filter"; //$NON-NLS-1$
1001

1002    /***************************************************************************
1003     * Font definition tag. Value <code>fontDefinition</code>.
1004     */

1005    public static String JavaDoc TAG_FONTDEFINITION = "fontDefinition"; //$NON-NLS-1$
1006

1007    /**
1008     * Font override tag. Value <code>fontOverride</code>.
1009     */

1010    public static String JavaDoc TAG_FONTOVERRIDE = "fontOverride"; //$NON-NLS-1$
1011

1012    /**
1013     * Font value tag. Value <code>fontValue</code>.
1014     */

1015    public static String JavaDoc TAG_FONTVALUE = "fontValue"; //$NON-NLS-1$
1016

1017    /**
1018     * The name of the element storing a group.
1019     */

1020    public static String JavaDoc TAG_GROUP = "group"; //$NON-NLS-1$
1021

1022    /**
1023     * Group marker tag. Value <code>groupMarker</code>.
1024     */

1025    public static String JavaDoc TAG_GROUP_MARKER = "groupMarker"; //$NON-NLS-1$
1026

1027    /**
1028     * The name of the element storing a handler.
1029     */

1030    public static String JavaDoc TAG_HANDLER = "handler"; //$NON-NLS-1$
1031

1032    /**
1033     * The name of the element storing a handler submission.
1034     */

1035    public static String JavaDoc TAG_HANDLER_SUBMISSION = "handlerSubmission"; //$NON-NLS-1$
1036

1037    /**
1038     * Trigger point hint tag. Value <code>hint</code>.
1039     */

1040    public static String JavaDoc TAG_HINT = "hint"; //$NON-NLS-1$
1041

1042    /**
1043     * The name of the element storing an image.
1044     */

1045    public static String JavaDoc TAG_IMAGE = "image"; //$NON-NLS-1$
1046

1047    /**
1048     * The name of the element storing a key binding.
1049     */

1050    public static String JavaDoc TAG_KEY = "key"; //$NON-NLS-1$
1051

1052    /**
1053     * The name of the key binding element in the commands extension point.
1054     */

1055    public static String JavaDoc TAG_KEY_BINDING = "keyBinding"; //$NON-NLS-1$
1056

1057    /**
1058     * The name of the deprecated key configuration element in the commands
1059     * extension point. This element has been replaced with the scheme element
1060     * in the bindings extension point.
1061     */

1062    public static String JavaDoc TAG_KEY_CONFIGURATION = "keyConfiguration"; //$NON-NLS-1$
1063

1064    /**
1065     * The name of the element storing a location.
1066     */

1067    public static String JavaDoc TAG_LOCATION = "location"; //$NON-NLS-1$
1068

1069    /**
1070     * The name of the element defining the insertion point for menu
1071     * additions.
1072     *
1073     * @since 3.3
1074     */

1075    public static String JavaDoc TAG_LOCATION_URI = "locationURI"; //$NON-NLS-1$
1076

1077    /**
1078     * The name of the element storing trim layout info for a widget.
1079     */

1080    public static String JavaDoc TAG_LAYOUT = "layout"; //$NON-NLS-1$
1081

1082    /**
1083     * Mapping tag. Value <code>mapping</code>.
1084     */

1085    public static String JavaDoc TAG_MAPPING = "mapping"; //$NON-NLS-1$
1086

1087    /**
1088     * Menu tag. Value <code>menu</code>.
1089     */

1090    public static String JavaDoc TAG_MENU = "menu"; //$NON-NLS-1$
1091

1092    /**
1093     * Wizard shortcut tag. Value <code>newWizardShortcut</code>.
1094     */

1095    public static String JavaDoc TAG_NEW_WIZARD_SHORTCUT = "newWizardShortcut";//$NON-NLS-1$
1096

1097    /**
1098     * Object contribution tag. Value <code>objectContribution</code>.
1099     */

1100    public static String JavaDoc TAG_OBJECT_CONTRIBUTION = "objectContribution";//$NON-NLS-1$
1101

1102    /**
1103     * The name of the element storing the ordering information.
1104     */

1105    public static String JavaDoc TAG_ORDER = "order"; //$NON-NLS-1$
1106

1107    /**
1108     * The name of the element storing a parameter.
1109     */

1110    public static String JavaDoc TAG_PARAMETER = "parameter"; //$NON-NLS-1$
1111

1112    /**
1113     * Part tag. Value <code>part</code>.
1114     */

1115    public static String JavaDoc TAG_PART = "part";//$NON-NLS-1$
1116

1117    /**
1118     * Perspective shortcut tag. Value <code>perspectiveShortcut</code>.
1119     */

1120    public static String JavaDoc TAG_PERSP_SHORTCUT = "perspectiveShortcut";//$NON-NLS-1$
1121

1122    /**
1123     * Perspective tag. Value <code>perspective</code>.
1124     */

1125    public static String JavaDoc TAG_PERSPECTIVE = "perspective";//$NON-NLS-1$
1126

1127    /**
1128     * Perspective extension tag. Value <code>perspectiveExtension</code>.
1129     */

1130    public static String JavaDoc TAG_PERSPECTIVE_EXTENSION = "perspectiveExtension";//$NON-NLS-1$
1131

1132    /**
1133     * Primary wizard tag. Value <code>primaryWizard</code>.
1134     */

1135    public static String JavaDoc TAG_PRIMARYWIZARD = "primaryWizard"; //$NON-NLS-1$
1136

1137    /**
1138     * The name of the element storing the a menu element reference.
1139     */

1140    public static String JavaDoc TAG_REFERENCE = "reference"; //$NON-NLS-1$
1141

1142    /**
1143     * The name of the scheme element in the bindings extension point.
1144     */

1145    public static String JavaDoc TAG_SCHEME = "scheme"; //$NON-NLS-1$
1146

1147    /**
1148     * The name of the element storing a deprecated scope.
1149     */

1150    public static String JavaDoc TAG_SCOPE = "scope"; //$NON-NLS-1$
1151

1152    /**
1153     * Selectiont tag. Value <code>selection</code>.
1154     */

1155    public static String JavaDoc TAG_SELECTION = "selection"; //$NON-NLS-1$
1156

1157    /**
1158     * Separator tag. Value <code>separator</code>.
1159     */

1160    public static String JavaDoc TAG_SEPARATOR = "separator"; //$NON-NLS-1$
1161

1162    
1163    /**
1164     * Tag for the settings transfer entry.
1165     */

1166    public static String JavaDoc TAG_SETTINGS_TRANSFER = "settingsTransfer"; //$NON-NLS-1$
1167

1168    /**
1169     * Show in part tag. Value <code>showInPart</code>.
1170     */

1171    public static String JavaDoc TAG_SHOW_IN_PART = "showInPart";//$NON-NLS-1$
1172

1173    /**
1174     * The name of the element storing some state.
1175     */

1176    public static String JavaDoc TAG_STATE = "state"; //$NON-NLS-1$
1177

1178    
1179    /**
1180     * The name of the element describing splash handlers. Value
1181     * <code>splashHandler</code>.
1182     * @since 3.3
1183     */

1184    public static String JavaDoc TAG_SPLASH_HANDLER = "splashHandler"; //$NON-NLS-1$
1185

1186
1187    /**
1188     * The name of the element describing splash handler product bindings. Value
1189     * <code>splashHandlerProductBinding</code>.
1190     * @since 3.3
1191     */

1192    public static String JavaDoc TAG_SPLASH_HANDLER_PRODUCT_BINDING = "splashHandlerProductBinding"; //$NON-NLS-1$
1193

1194    /**
1195     * Sticky view tag. Value <code>stickyView</code>.
1196     */

1197    public static String JavaDoc TAG_STICKYVIEW = "stickyView";//$NON-NLS-1$
1198

1199    /**
1200     * Browser support tag. Value <code>support</code>.
1201     */

1202    public static String JavaDoc TAG_SUPPORT = "support"; //$NON-NLS-1$
1203

1204    /**
1205     * Theme tag. Value <code>theme</code>.
1206     */

1207    public static String JavaDoc TAG_THEME = "theme";//$NON-NLS-1$
1208

1209    /**
1210     * Transfer tag. Value <code>transfer</code>.
1211     */

1212    public static String JavaDoc TAG_TRANSFER = "transfer";//$NON-NLS-1$
1213

1214    /**
1215     * Trigger point tag. Value <code>triggerPoint</code>.
1216     */

1217    public static String JavaDoc TAG_TRIGGERPOINT = "triggerPoint"; //$NON-NLS-1$
1218

1219    /**
1220     * Advisor tag. Value <code>triggerPointAdvisor</code>.
1221     */

1222    public static String JavaDoc TAG_TRIGGERPOINTADVISOR = "triggerPointAdvisor"; //$NON-NLS-1$
1223

1224    /**
1225     * View tag. Value <code>view</code>.
1226     */

1227    public static String JavaDoc TAG_VIEW = "view";//$NON-NLS-1$
1228

1229    /**
1230     * View shortcut tag. Value <code>viewShortcut</code>.
1231     */

1232    public static String JavaDoc TAG_VIEW_SHORTCUT = "viewShortcut";//$NON-NLS-1$
1233

1234    /**
1235     * The name of the element storing a view contribution.
1236     */

1237    public static String JavaDoc TAG_VIEW_CONTRIBUTION = "viewContribution"; //$NON-NLS-1$
1238

1239    /**
1240     * Viewer contribution tag. Value <code>viewerContribution</code>.
1241     */

1242    public static String JavaDoc TAG_VIEWER_CONTRIBUTION = "viewerContribution"; //$NON-NLS-1$
1243

1244    /**
1245     * Visibility tag. Value <code>visibility</code>.
1246     */

1247    public static String JavaDoc TAG_VISIBILITY = "visibility"; //$NON-NLS-1$
1248

1249    /**
1250     * The name of the element storing the visible when condition.
1251     */

1252    public static String JavaDoc TAG_VISIBLE_WHEN = "visibleWhen"; //$NON-NLS-1$
1253

1254    /**
1255     * The name of the element storing a widget.
1256     */

1257    public static String JavaDoc TAG_WIDGET = "widget"; //$NON-NLS-1$
1258

1259    /**
1260     * The name of the element storing a control hosted in a ToolBar.
1261     */

1262    public static String JavaDoc TAG_CONTROL = "control"; //$NON-NLS-1$
1263

1264    /**
1265     * Wizard tag. Value <code>wizard</code>.
1266     */

1267    public static String JavaDoc TAG_WIZARD = "wizard";//$NON-NLS-1$
1268

1269    /**
1270     * Working set tag. Value <code>workingSet</code>.
1271     */

1272    public static String JavaDoc TAG_WORKING_SET = "workingSet"; //$NON-NLS-1$
1273

1274    /**
1275     * The type of reference which refers to a group.
1276     */

1277    public static String JavaDoc TYPE_GROUP = "group"; //$NON-NLS-1$
1278

1279    /**
1280     * The type of reference which refers to an item.
1281     */

1282    public static String JavaDoc TYPE_ITEM = "item"; //$NON-NLS-1$
1283

1284    /**
1285     * The type of reference which refers to an menu.
1286     */

1287    public static String JavaDoc TYPE_MENU = "menu"; //$NON-NLS-1$
1288

1289    /**
1290     * The type of reference which refers to the widget.
1291     */

1292    public static String JavaDoc TYPE_WIDGET = "widget"; //$NON-NLS-1$
1293

1294    public static String JavaDoc TAG_TOOLBAR = "toolbar"; //$NON-NLS-1$
1295
}
1296
Popular Tags