Initial commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>About</title>
|
||||
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
|
||||
</head>
|
||||
<body lang="EN-US">
|
||||
<h2>About This Content</h2>
|
||||
|
||||
<p>20th June, 2002</p>
|
||||
<h3>License</h3>
|
||||
<p>Eclipse.org makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
|
||||
Common Public License Version 1.0 ("CPL"). A copy of the CPL is available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>.
|
||||
For purposes of the CPL, "Program" will mean the Content.</p>
|
||||
|
||||
<h3>Contributions</h3>
|
||||
|
||||
<p>If this Content is licensed to you under the terms and conditions of the CPL, any Contributions, as defined in the CPL, uploaded, submitted, or otherwise
|
||||
made available to Eclipse.org, members of Eclipse.org and/or the host of Eclipse.org web site, by you that relate to such
|
||||
Content are provided under the terms and conditions of the CPL and can be made available to others under the terms of the CPL.</p>
|
||||
|
||||
<p>If this Content is licensed to you under license terms and conditions other than the CPL ("Other License"), any modifications, enhancements and/or
|
||||
other code and/or documentation ("Modifications") uploaded, submitted, or otherwise made available to Eclipse.org, members of Eclipse.org and/or the
|
||||
host of Eclipse.org, by you that relate to such Content are provided under terms and conditions of the Other License and can be made available
|
||||
to others under the terms of the Other License. In addition, with regard to Modifications for which you are the copyright holder, you are also
|
||||
providing the Modifications under the terms and conditions of the CPL and such Modifications can be made available to others under the terms of
|
||||
the CPL.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
P.Code {
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
@@ -0,0 +1,19 @@
|
||||
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css">
|
||||
<title>Legal Notices</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h3>
|
||||
<a NAME="Notices"></a>Notices</h3>
|
||||
<p>
|
||||
The material in this guide is Copyright (c) IBM Corporation and others 2000, 2004.
|
||||
</p>
|
||||
<p>
|
||||
<a href="about.html">Terms and conditions regarding the use of this guide.</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,12 @@
|
||||
###############################################################################
|
||||
# Copyright (c) 2000, 2004 IBM Corporation and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Common Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
# http://www.eclipse.org/legal/cpl-v10.html
|
||||
#
|
||||
# Contributors:
|
||||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
pluginName = Eclipse Platform Plug-in Developer Guide
|
||||
providerName=Eclipse.org
|
||||
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse version="3.0"?>
|
||||
<plugin
|
||||
id="org.eclipse.platform.doc.isv"
|
||||
name="%pluginName"
|
||||
version="3.0.1"
|
||||
provider-name="%providerName">
|
||||
|
||||
<!-- ============================================================================= -->
|
||||
<!-- Small library containing a live help action used in doc -->
|
||||
<!-- ============================================================================= -->
|
||||
<runtime>
|
||||
<library name="activeHelpSample.jar">
|
||||
<export name="*"/>
|
||||
</library>
|
||||
</runtime>
|
||||
<requires>
|
||||
<import plugin="org.eclipse.help"/>
|
||||
<import plugin="org.eclipse.ui"/>
|
||||
</requires>
|
||||
|
||||
|
||||
<!-- ============================================================================= -->
|
||||
<!-- Define primary TOC -->
|
||||
<!-- ============================================================================= -->
|
||||
<extension
|
||||
point="org.eclipse.help.toc">
|
||||
<toc
|
||||
file="toc.xml"
|
||||
primary="true">
|
||||
</toc>
|
||||
</extension>
|
||||
<!-- ============================================================================= -->
|
||||
<!-- Define TOCs -->
|
||||
<!-- ============================================================================= -->
|
||||
<extension
|
||||
point="org.eclipse.help.toc">
|
||||
<toc
|
||||
file="topics_Guide.xml">
|
||||
</toc>
|
||||
<toc
|
||||
file="topics_Reference.xml">
|
||||
</toc>
|
||||
<toc
|
||||
file="topics_Porting.xml">
|
||||
</toc>
|
||||
<toc
|
||||
file="topics_Questions.xml">
|
||||
</toc>
|
||||
<toc
|
||||
file="topics_Samples.xml">
|
||||
</toc>
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||
@@ -0,0 +1,66 @@
|
||||
H6.CaptionFigColumn#header {
|
||||
font-size:16px;
|
||||
display:inline
|
||||
}
|
||||
|
||||
P.Note#copyright {
|
||||
font-size: smaller;
|
||||
font-style: normal;
|
||||
color: #336699;
|
||||
display:inline;
|
||||
margin-top: 3.000000pt;
|
||||
margin-bottom: 11.000000pt;
|
||||
margin-right: 0.000000pt;
|
||||
margin-left: 0.000000pt;
|
||||
}
|
||||
|
||||
P.Code#dtd {
|
||||
color: #800000;
|
||||
margin-top: 0.000000pt;
|
||||
margin-bottom: 0.000000pt;
|
||||
margin-right: 0.000000pt;
|
||||
margin-left: 10.000000pt;
|
||||
}
|
||||
|
||||
P.Code#dtdAttlist {
|
||||
color: #800000;
|
||||
margin-top: 0.000000pt;
|
||||
margin-bottom: 0.000000pt;
|
||||
margin-right: 0.000000pt;
|
||||
margin-left: 20.000000pt;
|
||||
}
|
||||
|
||||
P.Code#tag {
|
||||
color: #000080;
|
||||
display:inline;
|
||||
margin-top: 0.000000pt;
|
||||
margin-bottom: 0.000000pt;
|
||||
margin-right: 0.000000pt;
|
||||
margin-left: 0.000000pt;
|
||||
}
|
||||
|
||||
P.Code#cstring {
|
||||
color: #008000;
|
||||
display:inline;
|
||||
margin-top: 0.000000pt;
|
||||
margin-bottom: 0.000000pt;
|
||||
margin-right: 0.000000pt;
|
||||
margin-left: 0.000000pt;
|
||||
}
|
||||
|
||||
.ConfigMarkup#elementDesc {
|
||||
color: black;
|
||||
margin-top: 0.000000pt;
|
||||
margin-bottom: 0.000000pt;
|
||||
margin-right: 0.000000pt;
|
||||
margin-left: 10.000000pt;
|
||||
}
|
||||
|
||||
.ConfigMarkup#attlistDesc {
|
||||
color: black;
|
||||
margin-top: 0.000000pt;
|
||||
margin-bottom: 0.000000pt;
|
||||
margin-right: 0.000000pt;
|
||||
margin-left: 32.000000pt;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?NLS TYPE="org.eclipse.help.toc"?>
|
||||
<!-- ============================================================================= -->
|
||||
<!-- Define the top level topics -->
|
||||
<!-- ============================================================================= -->
|
||||
|
||||
<toc label="Platform Plug-in Developer Guide">
|
||||
<topic label="Programmer's Guide">
|
||||
<link toc="topics_Guide.xml" />
|
||||
</topic>
|
||||
<topic label="Reference">
|
||||
<link toc="topics_Reference.xml" />
|
||||
</topic>
|
||||
<topic label="3.0 Plug-in Migration Guide">
|
||||
<link toc="topics_Porting.xml"/>
|
||||
</topic>
|
||||
<topic label="Examples Guide">
|
||||
<link toc="topics_Samples.xml" />
|
||||
</topic>
|
||||
<topic label="Questions Index" href="questions/index.html">
|
||||
<link toc="topics_Questions.xml" />
|
||||
</topic>
|
||||
<topic label="Legal" href="notices.html"/>
|
||||
</toc>
|
||||
@@ -0,0 +1,281 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?NLS TYPE="org.eclipse.help.toc"?>
|
||||
<!-- ============================================================================= -->
|
||||
<!-- Define topics for the main guide -->
|
||||
<!-- ============================================================================= -->
|
||||
<toc label="Guide">
|
||||
<topic label="Welcome to Eclipse" href="guide/int.htm">
|
||||
<topic label="Who needs a platform?" href="guide/int_who.htm" />
|
||||
<topic label="The holy grail" href="guide/int_goal.htm" />
|
||||
<topic label="What is Eclipse?" href="guide/int_eclipse.htm" />
|
||||
<topic label="Go to eclipse.org" href="http://www.eclipse.org" />
|
||||
</topic>
|
||||
|
||||
<topic label="Platform architecture" href="guide/arch.htm">
|
||||
<topic label="Platform SDK roadmap" href="guide/arch_struct.htm" />
|
||||
</topic>
|
||||
|
||||
<topic label="Simple plug-in example" href="guide/firstplugin.htm">
|
||||
<topic label="A minimal plug-in" href="guide/firstplugin_minimal.htm" />
|
||||
<topic label="Creating the plug-in project" href="guide/firstplugin_create.htm" />
|
||||
<topic label="The Hello World view" href="guide/firstplugin_view.htm" />
|
||||
<topic label="The Hello World manifest" href="guide/firstplugin_manifest.htm" />
|
||||
<topic label="Running the plug-in" href="guide/firstplugin_run.htm" />
|
||||
<topic label="Beyond the basics" href="guide/firstplugin_btb.htm" />
|
||||
</topic>
|
||||
|
||||
<topic label="Runtime overview" href="guide/runtime.htm">
|
||||
<topic label="The runtime plug-in model" href="guide/runtime_model.htm">
|
||||
<topic label="Plug-ins and bundles" href="guide/runtime_model_bundles.htm"/>
|
||||
<topic label="Extension points and the registry" href="guide/runtime_registry.htm"/>
|
||||
</topic>
|
||||
<topic label="Runtime preferences" href="guide/runtime_preferences.htm"/>
|
||||
<topic label="Content types" href="guide/runtime_content.htm">
|
||||
</topic>
|
||||
<topic label="Concurrency infrastructure" href="guide/runtime_jobs.htm">
|
||||
<topic label="Reporting progress" href="guide/runtime_jobs_progress.htm"/>
|
||||
<topic label="Job scheduling" href="guide/runtime_jobs_scheduling.htm"/>
|
||||
<topic label="Scheduling rules" href="guide/runtime_jobs_rules.htm"/>
|
||||
<topic label="Locks" href="guide/runtime_jobs_locks.htm"/>
|
||||
</topic>
|
||||
</topic>
|
||||
|
||||
<topic label="Plugging into the workbench" href="guide/workbench.htm">
|
||||
<topic label="Workbench under the covers" href="guide/workbench_structure.htm" />
|
||||
<topic label="Basic workbench extension points" href="guide/workbench_basicext.htm" >
|
||||
<topic label="org.eclipse.ui.views" href="guide/workbench_basicext_views.htm" />
|
||||
<topic label="org.eclipse.ui.viewActions" href="guide/workbench_basicext_viewActions.htm" />
|
||||
<topic label="org.eclipse.ui.editors" href="guide/workbench_basicext_editors.htm" />
|
||||
<topic label="org.eclipse.ui.editorActions" href="guide/workbench_basicext_editorActions.htm" />
|
||||
<topic label="org.eclipse.ui.popupMenus" href="guide/workbench_basicext_popupMenus.htm" />
|
||||
<topic label="org.eclipse.ui.actionSets" href="guide/workbench_basicext_actionSets.htm" />
|
||||
</topic>
|
||||
<topic label="Preference pages" href="guide/preferences_prefs.htm">
|
||||
<topic label="Contributing a preference page" href="guide/preferences_prefs_contribute.htm" />
|
||||
<topic label="Implementing a preference page" href="guide/preferences_prefs_implement.htm" />
|
||||
<topic label="Field editors" href="guide/preferences_prefs_fieldeditors.htm" />
|
||||
</topic>
|
||||
<topic label="The plug-in class" href="guide/workbench_plugin.htm" />
|
||||
</topic>
|
||||
|
||||
<topic label="Dialogs and wizards" href="guide/dialogs.htm">
|
||||
<topic label="Standard dialogs" href="guide/dialogs_standard.htm" />
|
||||
<topic label="Application dialogs" href="guide/dialogs_applications.htm" />
|
||||
<topic label="Dialog settings" href="guide/dialogs_settings.htm" />
|
||||
<topic label="Wizards" href="guide/dialogs_wizards.htm" />
|
||||
<topic label="Workbench wizard extension points" href="guide/dialogs_wizards_extensions.htm" >
|
||||
<topic label="org.eclipse.ui.newWizards" href="guide/dialogs_wizards_newWizards.htm" />
|
||||
<topic label="org.eclipse.ui.importWizards" href="guide/dialogs_wizards_importWizards.htm" />
|
||||
<topic label="org.eclipse.ui.exportWizards" href="guide/dialogs_wizards_exportWizards.htm" />
|
||||
</topic>
|
||||
<topic label="Wizard dialogs" href="guide/dialogs_wizards_wizarddialogs.htm" />
|
||||
<topic label="Multi-page wizards" href="guide/dialogs_wizards_multipage.htm" />
|
||||
</topic>
|
||||
|
||||
<topic label="JFace UI framework" href="guide/jface.htm">
|
||||
<topic label="Viewers" href="guide/jface_viewers.htm" />
|
||||
<topic label="Actions and contributions" href="guide/jface_actions.htm" />
|
||||
<topic label="User interface resources" href="guide/jface_resources.htm" />
|
||||
<topic label="Long-running operations" href="guide/jface_operations.htm" />
|
||||
</topic>
|
||||
|
||||
<topic label="Standard Widget Toolkit" href="guide/swt.htm">
|
||||
<topic label="Widgets" href="guide/swt_widgets.htm" >
|
||||
<topic label="Controls" href="guide/swt_widgets_controls.htm" />
|
||||
<topic label="Events" href="guide/swt_widgets_events.htm" />
|
||||
<topic label="Custom widgets" href="guide/swt_widgets_custom.htm" />
|
||||
</topic>
|
||||
<topic label="Layouts" href="guide/swt_layouts.htm" >
|
||||
<topic label="FillLayout" href="guide/swt_layouts_fill.htm" />
|
||||
<topic label="RowLayout" href="guide/swt_layouts_row.htm" />
|
||||
<topic label="FormLayout" href="guide/swt_layouts_form.htm" />
|
||||
<topic label="GridLayout" href="guide/swt_layouts_grid.htm" />
|
||||
<topic label="StackLayout" href="guide/swt_layouts_stack.htm" />
|
||||
<topic label="Custom Layouts" href="guide/swt_layouts_custom.htm" />
|
||||
</topic>
|
||||
<topic label="Threading issues " href="guide/swt_threading.htm" />
|
||||
<topic label="Error handling" href="guide/swt_error.htm" />
|
||||
<topic label="Graphics" href="guide/swt_graphics.htm" />
|
||||
</topic>
|
||||
|
||||
<topic label="Resources overview" href="guide/resInt.htm">
|
||||
<topic label="Resources and the workspace" href="guide/resInt_workspace.htm" />
|
||||
<topic label="Resources and the local file system" href="guide/resInt_filesystem.htm" />
|
||||
<topic label="Resource properties" href="guide/resInt_properties.htm" />
|
||||
<topic label="Project-scoped preferences" href="guide/resInt_preferences.htm" />
|
||||
<topic label="File encoding and content types" href="guide/resInt_content.htm" />
|
||||
<topic label="Linked resources" href="guide/resInt_linked.htm" />
|
||||
<topic label="Resource markers" href="guide/resAdv_markers.htm" />
|
||||
<topic label="Modifying the workspace" href="guide/resAdv_modify.htm" >
|
||||
<topic label="Batching resource changes" href="guide/resAdv_batching.htm" />
|
||||
<topic label="Tracking resource changes" href="guide/resAdv_events.htm" />
|
||||
<topic label="Concurrency and the workspace" href="guide/resAdv_concurrency.htm" />
|
||||
</topic>
|
||||
<topic label="Incremental project builders" href="guide/resAdv_builders.htm" />
|
||||
<topic label="Derived resources" href="guide/resAdv_derived.htm" />
|
||||
<topic label="Workspace save participation" href="guide/resAdv_saving.htm" />
|
||||
<topic label="Project natures" href="guide/resAdv_natures.htm" />
|
||||
<topic label="Resource modification hooks" href="guide/resAdv_hooks.htm" />
|
||||
<topic label="Refresh providers" href="guide/resAdv_refresh.htm" />
|
||||
</topic>
|
||||
|
||||
<topic label="Advanced Workbench Concepts" href="guide/wrkAdv.htm">
|
||||
<topic label="Workbench menu contributions" href="guide/workbench_menus.htm" />
|
||||
<topic label="Menu and toolbar paths" href="guide/workbench_menupaths.htm" />
|
||||
<topic label="Action set part associations" href="guide/workbench_basicext_actionSetPartAssociations.htm" />
|
||||
<topic label="Boolean expressions and action filters" href="guide/workbench_actionfilters.htm" />
|
||||
<topic label="Retargetable actions" href="guide/wrkAdv_retarget.htm" >
|
||||
<topic label="Setting a global action handler" href="guide/wrkAdv_retarget_setting.htm" />
|
||||
<topic label="Contributing new retargetable actions" href="guide/wrkAdv_retarget_contribute.htm" >
|
||||
<topic label="Retargetable editor actions" href="guide/wrkAdv_retarget_contribute_editors.htm" />
|
||||
<topic label="Retargetable action set actions" href="guide/wrkAdv_retarget_contribute_actionsets.htm" />
|
||||
</topic>
|
||||
</topic>
|
||||
<topic label="Perspectives" href="guide/workbench_perspectives.htm" >
|
||||
<topic label="org.eclipse.ui.perspectives" href="guide/workbench_advext_perspectives.htm" />
|
||||
<topic label="org.eclipse.ui.perspectiveExtensions" href="guide/workbench_advext_perspectiveExtension.htm" />
|
||||
</topic>
|
||||
<topic label="Decorators" href="guide/workbench_advext_decorators.htm" />
|
||||
<topic label="Workbench key bindings" href="guide/wrkAdv_keyBindings.htm" >
|
||||
<topic label="Commands" href="guide/wrkAdv_keyBindings_actionDef.htm" />
|
||||
<topic label="Key bindings" href="guide/wrkAdv_keyBindings_accelSet.htm" />
|
||||
<topic label="Key configurations" href="guide/wrkAdv_keyBindings_accelConfig.htm" />
|
||||
<topic label="Contexts and key bindings" href="guide/wrkAdv_keyBindings_contexts.htm" />
|
||||
</topic>
|
||||
<topic label="Element factories" href="guide/workbench_advext_elementFactories.htm" />
|
||||
<topic label="Accessible user interfaces" href="guide/wrkAdv_accessibility.htm" />
|
||||
<topic label="Honoring single click support" href="guide/wrkAdv_singleclick.htm" />
|
||||
<topic label="Working sets" href="guide/wrkAdv_workingsets.htm" />
|
||||
<topic label="Filtering large user interfaces" href="guide/workbench_scalability.htm" >
|
||||
<topic label="Activities" href="guide/workbench_advext_activities.htm" />
|
||||
<topic label="Contexts" href="guide/workbench_advext_contexts.htm" />
|
||||
</topic>
|
||||
<topic label="Guiding the user through tasks" href="guide/workbench_guiding.htm" >
|
||||
<topic label="Cheat sheets" href="guide/workbench_advext_cheatsheets.htm" />
|
||||
<topic label="Intro support" href="guide/workbench_advext_intro.htm" />
|
||||
</topic>
|
||||
<topic label="Workbench concurrency support" href="guide/workbench_jobs.htm" />
|
||||
<topic label="Workbench resource support" href="guide/workbench_resources.htm" >
|
||||
<topic label="Contributing a property page" href="guide/preferences_prop_contribute.htm" />
|
||||
<topic label="Implementing a property page" href="guide/preferences_prop_implement.htm" />
|
||||
<topic label="Marker help and resolution" href="guide/wrkAdv_markers.htm" >
|
||||
<topic label="Contributing marker help" href="guide/wrkAdv_markerhelp.htm" />
|
||||
<topic label="Contributing marker resolution" href="guide/wrkAdv_markerresolution.htm" />
|
||||
</topic>
|
||||
<topic label="Contributing resource filters" href="guide/workbench_advext_resourceFilters.htm" />
|
||||
<topic label="Text file encoding" href="guide/wrkAdv_encoding.htm" />
|
||||
</topic>
|
||||
</topic>
|
||||
|
||||
<topic label="Editors" href="guide/editors.htm">
|
||||
<topic label="Workbench editors" href="guide/editors_workbench.htm" />
|
||||
<topic label="Text editors and platform text" href="guide/editors_jface.htm" />
|
||||
<topic label="Documents and partitions" href="guide/editors_documents.htm" />
|
||||
<topic label="Source viewers and annotations" href="guide/editors_annotations.htm" />
|
||||
<topic label="Configuring a source viewer" href="guide/editors_sourceviewers.htm" />
|
||||
<topic label="Text and ruler hover" href="guide/editors_hover.htm" />
|
||||
<topic label="Syntax coloring" href="guide/editors_highlighting.htm" />
|
||||
<topic label="Content assist" href="guide/editors_contentassist.htm" />
|
||||
<topic label="Registering editor actions" href="guide/editors_actions.htm" />
|
||||
<topic label="Other text editor responsibilities" href="guide/editors_utilities.htm" />
|
||||
<topic label="Content outliners" href="guide/editors_workbench_outliner.htm" />
|
||||
</topic>
|
||||
|
||||
<topic label="Plugging in help" href="guide/help.htm">
|
||||
<topic label="Building a help plug-in" href="guide/help_plugin.htm" >
|
||||
<topic label="Table of contents (toc) files" href="guide/help_plugin_toc.htm" />
|
||||
<topic label="Help server and file locations" href="guide/help_plugin_files.htm" />
|
||||
<topic label="Completing the plug-in manifest" href="guide/help_plugin_manifest.htm" />
|
||||
<topic label="Building nested documentation structures" href="guide/help_plugin_nested.htm" />
|
||||
<topic label="Dynamic help" href="guide/help_dynamic.htm" />
|
||||
</topic>
|
||||
<topic label="Infopops" href="guide/help_infopops.htm" >
|
||||
<topic label="Declaring a context id" href="guide/help_infopops_id.htm" />
|
||||
<topic label="Describing and packaging infopop content" href="guide/help_infopops_xml.htm" />
|
||||
</topic>
|
||||
<topic label="Active help" href="guide/help_active.htm" >
|
||||
<topic label="Writing the help action" href="guide/help_active_action.htm" />
|
||||
<topic label="Invoking the action from HTML" href="guide/help_active_invoke.htm" />
|
||||
<topic label="Tips for debugging active help" href="guide/help_active_debug.htm" />
|
||||
</topic>
|
||||
</topic>
|
||||
|
||||
<topic label="Search support" href="guide/search.htm">
|
||||
<topic label="Contributing a search page" href="guide/search_page.htm" />
|
||||
<topic label="Contributing a search result page" href="guide/search_result.htm" />
|
||||
</topic>
|
||||
|
||||
<topic label="Compare support" href="guide/compare.htm">
|
||||
<topic label="Merging multiple streams" href="guide/compare_streammerger.htm" />
|
||||
<topic label="Implementing a content viewer" href="guide/compare_contentviewer.htm" />
|
||||
<topic label="Implementing a structure viewer" href="guide/compare_structureviewer.htm" />
|
||||
<topic label="Advanced compare techniques" href="guide/compare_beyond.htm" />
|
||||
</topic>
|
||||
|
||||
<topic label="Team support" href="guide/team.htm">
|
||||
<topic label="Repository providers" href="guide/team_provider_repository.htm" />
|
||||
<topic label="Resource management" href="guide/team_resources.htm" />
|
||||
<topic label="Synchronization Support" href="guide/team_synchronize.htm" >
|
||||
<topic label="Local History Synchronization Example" href="guide/team_synchronize_localhistory_example.htm" />
|
||||
<topic label="Beyond the basics" href="guide/team_synchronize_beyond_basics.htm" />
|
||||
</topic>
|
||||
<topic label="Rich Team Integration" href="guide/team_howto.htm" >
|
||||
<topic label="Adding team actions" href="guide/team_ui_actions.htm" />
|
||||
<topic label="Team decorators" href="guide/team_ui_decorators.htm" />
|
||||
<topic label="Adding preferences and properties" href="guide/team_ui_prefs.htm" />
|
||||
</topic>
|
||||
</topic>
|
||||
|
||||
<topic label="Program debug and launch support" href="guide/debug.htm">
|
||||
<topic label="Launching a program" href="guide/debug_launch.htm" >
|
||||
<topic label="Adding launchers to the platform" href="guide/debug_launch_adding.htm" />
|
||||
<topic label="Handling errors from a launched program" href="guide/debug_launch_status.htm" />
|
||||
<topic label="Launch configuration dialog" href="guide/debug_launch_ui.htm" />
|
||||
<topic label="Launch configuration type images" href="guide/debug_launch_uiimages.htm" />
|
||||
<topic label="Launch shortcuts" href="guide/debug_launch_uishortcuts.htm" />
|
||||
</topic>
|
||||
<topic label="Debugging a program" href="guide/debug_debug.htm" >
|
||||
<topic label="Platform debug model" href="guide/debug_model.htm" />
|
||||
<topic label="Breakpoints" href="guide/debug_breakpoints.htm" />
|
||||
<topic label="Expressions" href="guide/debug_expressions.htm" />
|
||||
<topic label="Debug model presentation" href="guide/debug_presentation.htm" />
|
||||
<topic label="Debug UI utility classes" href="guide/debug_ui.htm" />
|
||||
</topic>
|
||||
</topic>
|
||||
|
||||
<topic label="Platform Ant support" href="guide/ant.htm">
|
||||
<topic label="Running Ant buildfiles programmatically" href="guide/ant_running_buildfiles_programmatically.htm" />
|
||||
<topic label="Ant tasks provided by the platform" href="guide/ant_eclipse_tasks.htm" />
|
||||
<topic label="Contributing tasks and types" href="guide/ant_contributing_task.htm" />
|
||||
<topic label="Developing Ant tasks and types within Eclipse" href="guide/ant_developing.htm" />
|
||||
<topic label="Expanding the Ant classpath" href="guide/ant_expanding_classpath.htm" />
|
||||
</topic>
|
||||
|
||||
<topic label="Packaging and delivering Eclipse based products" href="guide/product.htm">
|
||||
<topic label="Defining a Product" href="guide/product_def.htm" >
|
||||
<topic label="The products extension point" href="guide/product_def_extpt.htm" />
|
||||
<topic label="Customizing a product" href="guide/product_configproduct.htm" />
|
||||
<topic label="Products as primary features" href="guide/product_def_primary.htm" />
|
||||
<topic label="Customizing a primary feature" href="guide/product_configfeature.htm" />
|
||||
</topic>
|
||||
<topic label="Features" href="guide/product_def_feature.htm" />
|
||||
<topic label="Plug-ins and fragments" href="guide/product_def_plugins.htm" />
|
||||
<topic label="Locale specific files" href="guide/product_def_nl.htm" />
|
||||
<topic label="Product installation guidelines" href="guide/product_config_install.htm" />
|
||||
<topic label="Product extensions" href="guide/product_extension.htm" />
|
||||
<topic label="Updating a product or extension" href="guide/product_update.htm" />
|
||||
</topic>
|
||||
|
||||
<topic label="Building a Rich Client Platform application" href="guide/rcp.htm">
|
||||
<topic label="The browser example" href="guide/rcp_browser.htm" />
|
||||
<topic label="Defining a rich client application" href="guide/rcp_define.htm" />
|
||||
<topic label="Customizing the workbench" href="guide/rcp_advisor.htm" />
|
||||
<topic label="Making UI contributions" href="guide/rcp_extensions.htm" >
|
||||
<topic label="Adding the perspective" href="guide/rcp_perspective.htm" />
|
||||
<topic label="Adding views" href="guide/rcp_view.htm" />
|
||||
<topic label="Defining the actions" href="guide/rcp_actions.htm" />
|
||||
</topic>
|
||||
</topic>
|
||||
|
||||
|
||||
</toc>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?NLS TYPE="org.eclipse.help.toc"?>
|
||||
<!-- ============================================================================= -->
|
||||
<!-- Define topics for the porting guide index -->
|
||||
<!-- ============================================================================= -->
|
||||
<toc label="Migration">
|
||||
<topic label="Introduction"
|
||||
href="porting/eclipse_3_0_porting_guide.html"/>
|
||||
<topic label="FAQ" href="porting/faq.html" />
|
||||
<topic label="Incompatibilities" href="porting/incompatibilities.html" />
|
||||
<topic label="Adopting 3.0 Mechanisms and API" href="porting/recommended.html" />
|
||||
</toc>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?NLS TYPE="org.eclipse.help.toc"?>
|
||||
<!-- ============================================================================= -->
|
||||
<!-- Define topics for the questions index -->
|
||||
<!-- ============================================================================= -->
|
||||
<toc label="Questions">
|
||||
</toc>
|
||||
@@ -0,0 +1,276 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?NLS TYPE="org.eclipse.help.toc"?>
|
||||
<!-- ============================================================================= -->
|
||||
<!-- Define topics for the references -->
|
||||
<!-- ============================================================================= -->
|
||||
<toc label="Reference">
|
||||
|
||||
<topic label="API Reference" href="reference/api/overview-summary.html">
|
||||
<topic label="org.eclipse.ant.core" href="reference/api/org/eclipse/ant/core/package-summary.html"/>
|
||||
<topic label="org.eclipse.compare" href="reference/api/org/eclipse/compare/package-summary.html"/>
|
||||
<topic label="org.eclipse.compare.contentmergeviewer" href="reference/api/org/eclipse/compare/contentmergeviewer/package-summary.html"/>
|
||||
<topic label="org.eclipse.compare.rangedifferencer" href="reference/api/org/eclipse/compare/rangedifferencer/package-summary.html"/>
|
||||
<topic label="org.eclipse.compare.structuremergeviewer" href="reference/api/org/eclipse/compare/structuremergeviewer/package-summary.html"/>
|
||||
<topic label="org.eclipse.core.expressions" href="reference/api/org/eclipse/core/expressions/package-summary.html"/>
|
||||
<topic label="org.eclipse.core.filebuffers" href="reference/api/org/eclipse/core/filebuffers/package-summary.html"/>
|
||||
<topic label="org.eclipse.core.launcher" href="reference/api/org/eclipse/core/launcher/package-summary.html"/>
|
||||
<topic label="org.eclipse.core.resources" href="reference/api/org/eclipse/core/resources/package-summary.html"/>
|
||||
<topic label="org.eclipse.core.resources.refresh" href="reference/api/org/eclipse/core/resources/refresh/package-summary.html"/>
|
||||
<topic label="org.eclipse.core.resources.team" href="reference/api/org/eclipse/core/resources/team/package-summary.html"/>
|
||||
<topic label="org.eclipse.core.runtime" href="reference/api/org/eclipse/core/runtime/package-summary.html"/>
|
||||
<topic label="org.eclipse.core.runtime.content" href="reference/api/org/eclipse/core/runtime/content/package-summary.html"/>
|
||||
<topic label="org.eclipse.core.runtime.jobs" href="reference/api/org/eclipse/core/runtime/jobs/package-summary.html"/>
|
||||
<topic label="org.eclipse.core.runtime.model" href="reference/api/org/eclipse/core/runtime/model/package-summary.html"/>
|
||||
<topic label="org.eclipse.core.runtime.preferences" href="reference/api/org/eclipse/core/runtime/preferences/package-summary.html"/>
|
||||
<topic label="org.eclipse.core.variables" href="reference/api/org/eclipse/core/variables/package-summary.html"/>
|
||||
<topic label="org.eclipse.debug.core" href="reference/api/org/eclipse/debug/core/package-summary.html"/>
|
||||
<topic label="org.eclipse.debug.core.model" href="reference/api/org/eclipse/debug/core/model/package-summary.html"/>
|
||||
<topic label="org.eclipse.debug.core.sourcelookup" href="reference/api/org/eclipse/debug/core/sourcelookup/package-summary.html"/>
|
||||
<topic label="org.eclipse.debug.core.sourcelookup.containers" href="reference/api/org/eclipse/debug/core/sourcelookup/containers/package-summary.html"/>
|
||||
<topic label="org.eclipse.debug.ui" href="reference/api/org/eclipse/debug/ui/package-summary.html"/>
|
||||
<topic label="org.eclipse.debug.ui.actions" href="reference/api/org/eclipse/debug/ui/actions/package-summary.html"/>
|
||||
<topic label="org.eclipse.debug.ui.console" href="reference/api/org/eclipse/debug/ui/console/package-summary.html"/>
|
||||
<topic label="org.eclipse.help" href="reference/api/org/eclipse/help/package-summary.html"/>
|
||||
<topic label="org.eclipse.help.browser" href="reference/api/org/eclipse/help/browser/package-summary.html"/>
|
||||
<topic label="org.eclipse.help.ui.browser" href="reference/api/org/eclipse/help/ui/browser/package-summary.html"/>
|
||||
<topic label="org.eclipse.jface.action" href="reference/api/org/eclipse/jface/action/package-summary.html"/>
|
||||
<topic label="org.eclipse.jface.dialogs" href="reference/api/org/eclipse/jface/dialogs/package-summary.html"/>
|
||||
<topic label="org.eclipse.jface.contentassist" href="reference/api/org/eclipse/jface/contentassist/package-summary.html"/>
|
||||
<topic label="org.eclipse.jface.operation" href="reference/api/org/eclipse/jface/operation/package-summary.html"/>
|
||||
<topic label="org.eclipse.jface.preference" href="reference/api/org/eclipse/jface/preference/package-summary.html"/>
|
||||
<topic label="org.eclipse.jface.resource" href="reference/api/org/eclipse/jface/resource/package-summary.html"/>
|
||||
<topic label="org.eclipse.jface.text" href="reference/api/org/eclipse/jface/text/package-summary.html"/>
|
||||
<topic label="org.eclipse.jface.text.contentassist" href="reference/api/org/eclipse/jface/text/contentassist/package-summary.html"/>
|
||||
<topic label="org.eclipse.jface.text.formatter" href="reference/api/org/eclipse/jface/text/formatter/package-summary.html"/>
|
||||
<topic label="org.eclipse.jface.text.information" href="reference/api/org/eclipse/jface/text/information/package-summary.html"/>
|
||||
<topic label="org.eclipse.jface.text.link" href="reference/api/org/eclipse/jface/text/link/package-summary.html"/>
|
||||
<topic label="org.eclipse.jface.text.presentation" href="reference/api/org/eclipse/jface/text/presentation/package-summary.html"/>
|
||||
<topic label="org.eclipse.jface.text.projection" href="reference/api/org/eclipse/jface/text/projection/package-summary.html"/>
|
||||
<topic label="org.eclipse.jface.text.reconciler" href="reference/api/org/eclipse/jface/text/reconciler/package-summary.html"/>
|
||||
<topic label="org.eclipse.jface.text.rules" href="reference/api/org/eclipse/jface/text/rules/package-summary.html"/>
|
||||
<topic label="org.eclipse.jface.text.source" href="reference/api/org/eclipse/jface/text/source/package-summary.html"/>
|
||||
<topic label="org.eclipse.jface.text.source.projection" href="reference/api/org/eclipse/jface/text/source/projection/package-summary.html"/>
|
||||
<topic label="org.eclipse.jface.text.templates" href="reference/api/org/eclipse/jface/text/templates/package-summary.html"/>
|
||||
<topic label="org.eclipse.jface.text.templates.persistence" href="reference/api/org/eclipse/jface/text/templates/persistence/package-summary.html"/>
|
||||
<topic label="org.eclipse.jface.util" href="reference/api/org/eclipse/jface/util/package-summary.html"/>
|
||||
<topic label="org.eclipse.jface.viewers" href="reference/api/org/eclipse/jface/viewers/package-summary.html"/>
|
||||
<topic label="org.eclipse.jface.window" href="reference/api/org/eclipse/jface/window/package-summary.html"/>
|
||||
<topic label="org.eclipse.jface.wizard" href="reference/api/org/eclipse/jface/wizard/package-summary.html"/>
|
||||
<topic label="org.eclipse.search.ui" href="reference/api/org/eclipse/search/ui/package-summary.html"/>
|
||||
<topic label="org.eclipse.search.ui.text" href="reference/api/org/eclipse/search/ui/text/package-summary.html"/>
|
||||
<topic label="org.eclipse.swt" href="reference/api/org/eclipse/swt/package-summary.html"/>
|
||||
<topic label="org.eclipse.swt.accessibility" href="reference/api/org/eclipse/swt/accessibility/package-summary.html"/>
|
||||
<topic label="org.eclipse.swt.awt" href="reference/api/org/eclipse/swt/awt/package-summary.html"/>
|
||||
<topic label="org.eclipse.swt.browser" href="reference/api/org/eclipse/swt/browser/package-summary.html"/>
|
||||
<topic label="org.eclipse.swt.custom" href="reference/api/org/eclipse/swt/custom/package-summary.html"/>
|
||||
<topic label="org.eclipse.swt.dnd" href="reference/api/org/eclipse/swt/dnd/package-summary.html"/>
|
||||
<topic label="org.eclipse.swt.events" href="reference/api/org/eclipse/swt/events/package-summary.html"/>
|
||||
<topic label="org.eclipse.swt.graphics" href="reference/api/org/eclipse/swt/graphics/package-summary.html"/>
|
||||
<topic label="org.eclipse.swt.layout" href="reference/api/org/eclipse/swt/layout/package-summary.html"/>
|
||||
<topic label="org.eclipse.swt.ole.win32" href="reference/api/org/eclipse/swt/ole/win32/package-summary.html"/>
|
||||
<topic label="org.eclipse.swt.printing" href="reference/api/org/eclipse/swt/printing/package-summary.html"/>
|
||||
<topic label="org.eclipse.swt.program" href="reference/api/org/eclipse/swt/program/package-summary.html"/>
|
||||
<topic label="org.eclipse.swt.widgets" href="reference/api/org/eclipse/swt/widgets/package-summary.html"/>
|
||||
<topic label="org.eclipse.team.core" href="reference/api/org/eclipse/team/core/package-summary.html"/>
|
||||
<topic label="org.eclipse.team.core.subscribers" href="reference/api/org/eclipse/team/core/subscribers/package-summary.html"/>
|
||||
<topic label="org.eclipse.team.core.synchronize" href="reference/api/org/eclipse/team/core/synchronize/package-summary.html"/>
|
||||
<topic label="org.eclipse.team.core.variants" href="reference/api/org/eclipse/team/core/variants/package-summary.html"/>
|
||||
<topic label="org.eclipse.team.ui" href="reference/api/org/eclipse/team/ui/package-summary.html"/>
|
||||
<topic label="org.eclipse.team.ui.synchronize" href="reference/api/org/eclipse/team/ui/synchronize/package-summary.html"/>
|
||||
<topic label="org.eclipse.text.edits" href="reference/api/org/eclipse/text/edits/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui" href="reference/api/org/eclipse/ui/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.actions" href="reference/api/org/eclipse/ui/actions/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.activities" href="reference/api/org/eclipse/ui/activities/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.application" href="reference/api/org/eclipse/ui/application/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.branding" href="reference/api/org/eclipse/ui/branding/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.cheatsheets" href="reference/api/org/eclipse/ui/cheatsheets/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.commands" href="reference/api/org/eclipse/ui/commands/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.console" href="reference/api/org/eclipse/ui/console/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.console.actions" href="reference/api/org/eclipse/ui/console/actions/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.contexts" href="reference/api/org/eclipse/ui/contexts/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.dialogs" href="reference/api/org/eclipse/ui/dialogs/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.editors.text" href="reference/api/org/eclipse/ui/editors/text/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.forms" href="reference/api/org/eclipse/ui/forms/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.forms.editor" href="reference/api/org/eclipse/ui/forms/editor/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.forms.events" href="reference/api/org/eclipse/ui/forms/events/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.forms.widgets" href="reference/api/org/eclipse/ui/forms/widgets/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.help" href="reference/api/org/eclipse/ui/help/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.ide" href="reference/api/org/eclipse/ui/ide/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.intro" href="reference/api/org/eclipse/ui/intro/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.intro.config" href="reference/api/org/eclipse/ui/intro/config/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.keys" href="reference/api/org/eclipse/ui/keys/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.model" href="reference/api/org/eclipse/ui/model/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.part" href="reference/api/org/eclipse/ui/part/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.plugin" href="reference/api/org/eclipse/ui/plugin/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.presentations" href="reference/api/org/eclipse/ui/presentations/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.progress" href="reference/api/org/eclipse/ui/progress/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.testing" href="reference/api/org/eclipse/ui/testing/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.themes" href="reference/api/org/eclipse/ui/themes/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.texteditor" href="reference/api/org/eclipse/ui/texteditor/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.texteditor.link" href="reference/api/org/eclipse/ui/texteditor/link/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.texteditor.quickdiff" href="reference/api/org/eclipse/ui/texteditor/quickdiff/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.texteditor.templates" href="reference/api/org/eclipse/ui/texteditor/templates/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.views.bookmarkexplorer" href="reference/api/org/eclipse/ui/views/bookmarkexplorer/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.views.contentoutline" href="reference/api/org/eclipse/ui/views/contentoutline/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.views.framelist" href="reference/api/org/eclipse/ui/views/framelist/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.views.markers" href="reference/api/org/eclipse/ui/views/markers/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.views.navigator" href="reference/api/org/eclipse/ui/views/navigator/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.views.properties" href="reference/api/org/eclipse/ui/views/properties/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.views.tasklist" href="reference/api/org/eclipse/ui/views/tasklist/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.wizards.datatransfer" href="reference/api/org/eclipse/ui/wizards/datatransfer/package-summary.html"/>
|
||||
<topic label="org.eclipse.ui.wizards.newresource" href="reference/api/org/eclipse/ui/wizards/newresource/package-summary.html"/>
|
||||
<topic label="org.eclipse.update.configurator" href="reference/api/org/eclipse/update/configurator/package-summary.html"/>
|
||||
<topic label="org.eclipse.update.configuration" href="reference/api/org/eclipse/update/configuration/package-summary.html"/>
|
||||
<topic label="org.eclipse.update.core" href="reference/api/org/eclipse/update/core/package-summary.html"/>
|
||||
<topic label="org.eclipse.update.core.model" href="reference/api/org/eclipse/update/core/model/package-summary.html"/>
|
||||
<topic label="org.eclipse.update.operations" href="reference/api/org/eclipse/update/operations/package-summary.html"/>
|
||||
<topic label="org.eclipse.update.search" href="reference/api/org/eclipse/update/search/package-summary.html"/>
|
||||
<topic label="org.eclipse.update.standalone" href="reference/api/org/eclipse/update/standalone/package-summary.html"/>
|
||||
</topic>
|
||||
|
||||
<topic label="Extension Points Reference" href="reference/extension-points/index.html">
|
||||
<topic label="org.eclipse.ant.core.antProperties" href="reference/extension-points/org_eclipse_ant_core_antProperties.html"/>
|
||||
<topic label="org.eclipse.ant.core.antTasks" href="reference/extension-points/org_eclipse_ant_core_antTasks.html"/>
|
||||
<topic label="org.eclipse.ant.core.antTypes" href="reference/extension-points/org_eclipse_ant_core_antTypes.html"/>
|
||||
<topic label="org.eclipse.ant.core.extraClasspathEntries" href="reference/extension-points/org_eclipse_ant_core_extraClasspathEntries.html"/>
|
||||
<topic label="org.eclipse.compare.contentMergeViewers" href="reference/extension-points/org_eclipse_compare_contentMergeViewers.html"/>
|
||||
<topic label="org.eclipse.compare.contentViewers" href="reference/extension-points/org_eclipse_compare_contentViewers.html"/>
|
||||
<topic label="org.eclipse.compare.streamMergers" href="reference/extension-points/org_eclipse_compare_streamMergers.html"/>
|
||||
<topic label="org.eclipse.compare.structureCreators" href="reference/extension-points/org_eclipse_compare_structureCreators.html"/>
|
||||
<topic label="org.eclipse.compare.structureMergeViewers" href="reference/extension-points/org_eclipse_compare_structureMergeViewers.html"/>
|
||||
<topic label="org.eclipse.core.expressions.propertyTesters" href="reference/extension-points/org_eclipse_core_expressions_propertyTesters.html"/>
|
||||
<topic label="org.eclipse.core.filebuffers.annotationModelCreation" href="reference/extension-points/org_eclipse_core_filebuffers_annotationModelCreation.html"/>
|
||||
<topic label="org.eclipse.core.filebuffers.documentCreation" href="reference/extension-points/org_eclipse_core_filebuffers_documentCreation.html"/>
|
||||
<topic label="org.eclipse.core.filebuffers.documentSetup" href="reference/extension-points/org_eclipse_core_filebuffers_documentSetup.html"/>
|
||||
<topic label="org.eclipse.core.resources.builders" href="reference/extension-points/org_eclipse_core_resources_builders.html"/>
|
||||
<topic label="org.eclipse.core.resources.fileModificationValidator" href="reference/extension-points/org_eclipse_core_resources_fileModificationValidator.html"/>
|
||||
<topic label="org.eclipse.core.resources.markers" href="reference/extension-points/org_eclipse_core_resources_markers.html"/>
|
||||
<topic label="org.eclipse.core.resources.moveDeleteHook" href="reference/extension-points/org_eclipse_core_resources_moveDeleteHook.html"/>
|
||||
<topic label="org.eclipse.core.resources.natures" href="reference/extension-points/org_eclipse_core_resources_natures.html"/>
|
||||
<topic label="org.eclipse.core.resources.refreshProviders" href="reference/extension-points/org_eclipse_core_resources_refreshProviders.html"/>
|
||||
<topic label="org.eclipse.core.resources.teamHook" href="reference/extension-points/org_eclipse_core_resources_teamHook.html"/>
|
||||
<topic label="org.eclipse.core.runtime.adapters" href="reference/extension-points/org_eclipse_core_runtime_adapters.html"/>
|
||||
<topic label="org.eclipse.core.runtime.applications" href="reference/extension-points/org_eclipse_core_runtime_applications.html"/>
|
||||
<topic label="org.eclipse.core.runtime.contentTypes" href="reference/extension-points/org_eclipse_core_runtime_contentTypes.html"/>
|
||||
<topic label="org.eclipse.core.runtime.preferences" href="reference/extension-points/org_eclipse_core_runtime_preferences.html"/>
|
||||
<topic label="org.eclipse.core.runtime.products" href="reference/extension-points/org_eclipse_core_runtime_products.html"/>
|
||||
<topic label="org.eclipse.core.variables.dynamicVariables" href="reference/extension-points/org_eclipse_core_variables_dynamicVariables.html"/>
|
||||
<topic label="org.eclipse.core.variables.valueVariables" href="reference/extension-points/org_eclipse_core_variables_valueVariables.html"/>
|
||||
<topic label="org.eclipse.debug.core.breakpoints" href="reference/extension-points/org_eclipse_debug_core_breakpoints.html"/>
|
||||
<topic label="org.eclipse.debug.core.launchConfigurationComparators" href="reference/extension-points/org_eclipse_debug_core_launchConfigurationComparators.html"/>
|
||||
<topic label="org.eclipse.debug.core.launchConfigurationTypes" href="reference/extension-points/org_eclipse_debug_core_launchConfigurationTypes.html"/>
|
||||
<topic label="org.eclipse.debug.core.launchDelegates" href="reference/extension-points/org_eclipse_debug_core_launchDelegates.html"/>
|
||||
<topic label="org.eclipse.debug.core.launchers" href="reference/extension-points/org_eclipse_debug_core_launchers.html"/>
|
||||
<topic label="org.eclipse.debug.core.launchModes" href="reference/extension-points/org_eclipse_debug_core_launchModes.html"/>
|
||||
<topic label="org.eclipse.debug.core.logicalStructureTypes" href="reference/extension-points/org_eclipse_debug_core_logicalStructureTypes.html"/>
|
||||
<topic label="org.eclipse.debug.core.processFactories" href="reference/extension-points/org_eclipse_debug_core_processFactories.html"/>
|
||||
<topic label="org.eclipse.debug.core.sourceContainerTypes" href="reference/extension-points/org_eclipse_debug_core_sourceContainerTypes.html"/>
|
||||
<topic label="org.eclipse.debug.core.sourceLocators" href="reference/extension-points/org_eclipse_debug_core_sourceLocators.html"/>
|
||||
<topic label="org.eclipse.debug.core.sourcePathComputers" href="reference/extension-points/org_eclipse_debug_core_sourcePathComputers.html"/>
|
||||
<topic label="org.eclipse.debug.core.statusHandlers" href="reference/extension-points/org_eclipse_debug_core_statusHandlers.html"/>
|
||||
<topic label="org.eclipse.debug.core.watchExpressionDelegates" href="reference/extension-points/org_eclipse_debug_core_watchExpressionDelegates.html"/>
|
||||
<topic label="org.eclipse.debug.ui.consoleColorProviders" href="reference/extension-points/org_eclipse_debug_ui_consoleColorProviders.html"/>
|
||||
<topic label="org.eclipse.debug.ui.consoleLineTrackers" href="reference/extension-points/org_eclipse_debug_ui_consoleLineTrackers.html"/>
|
||||
<topic label="org.eclipse.debug.ui.contextViewBindings" href="reference/extension-points/org_eclipse_debug_ui_contextViewBindings.html"/>
|
||||
<topic label="org.eclipse.debug.ui.debugModelContextBindings" href="reference/extension-points/org_eclipse_debug_ui_debugModelContextBindings.html"/>
|
||||
<topic label="org.eclipse.debug.ui.debugModelPresentations" href="reference/extension-points/org_eclipse_debug_ui_debugModelPresentations.html"/>
|
||||
<topic label="org.eclipse.debug.ui.launchConfigurationTabGroups" href="reference/extension-points/org_eclipse_debug_ui_launchConfigurationTabGroups.html"/>
|
||||
<topic label="org.eclipse.debug.ui.launchConfigurationTypeImages" href="reference/extension-points/org_eclipse_debug_ui_launchConfigurationTypeImages.html"/>
|
||||
<topic label="org.eclipse.debug.ui.launchGroups" href="reference/extension-points/org_eclipse_debug_ui_launchGroups.html"/>
|
||||
<topic label="org.eclipse.debug.ui.launchShortcuts" href="reference/extension-points/org_eclipse_debug_ui_launchShortcuts.html"/>
|
||||
<topic label="org.eclipse.debug.ui.sourceContainerPresentations" href="reference/extension-points/org_eclipse_debug_ui_sourceContainerPresentations.html"/>
|
||||
<topic label="org.eclipse.debug.ui.stringVariablePresentations" href="reference/extension-points/org_eclipse_debug_ui_stringVariablePresentations.html"/>
|
||||
<topic label="org.eclipse.help.contentProducer" href="reference/extension-points/org_eclipse_help_contentProducer.html"/>
|
||||
<topic label="org.eclipse.help.contexts" href="reference/extension-points/org_eclipse_help_contexts.html"/>
|
||||
<topic label="org.eclipse.help.toc" href="reference/extension-points/org_eclipse_help_toc.html"/>
|
||||
<topic label="org.eclipse.help.base.browser" href="reference/extension-points/org_eclipse_help_base_browser.html"/>
|
||||
<topic label="org.eclipse.help.base.luceneAnalyzer" href="reference/extension-points/org_eclipse_help_base_luceneAnalyzer.html"/>
|
||||
<topic label="org.eclipse.search.searchPages" href="reference/extension-points/org_eclipse_search_searchPages.html"/>
|
||||
<topic label="org.eclipse.search.searchResultSorters" href="reference/extension-points/org_eclipse_search_searchResultSorters.html"/>
|
||||
<topic label="org.eclipse.search.searchResultViewPages" href="reference/extension-points/org_eclipse_search_searchResultViewPages.html"/>
|
||||
<topic label="org.eclipse.team.core.fileTypes" href="reference/extension-points/org_eclipse_team_core_fileTypes.html"/>
|
||||
<topic label="org.eclipse.team.core.ignore" href="reference/extension-points/org_eclipse_team_core_ignore.html"/>
|
||||
<topic label="org.eclipse.team.core.projectSets" href="reference/extension-points/org_eclipse_team_core_projectSets.html"/>
|
||||
<topic label="org.eclipse.team.core.repository" href="reference/extension-points/org_eclipse_team_core_repository.html"/>
|
||||
<topic label="org.eclipse.team.ui.configurationWizards" href="reference/extension-points/org_eclipse_team_ui_configurationWizards.html"/>
|
||||
<topic label="org.eclipse.team.ui.synchronizeParticipants" href="reference/extension-points/org_eclipse_team_ui_synchronizeParticipants.html"/>
|
||||
<topic label="org.eclipse.team.ui.synchronizeWizards" href="reference/extension-points/org_eclipse_team_ui_synchronizeWizards.html"/>
|
||||
<topic label="org.eclipse.ui.acceleratorConfigurations" href="reference/extension-points/org_eclipse_ui_acceleratorConfigurations.html"/>
|
||||
<topic label="org.eclipse.ui.acceleratorScopes" href="reference/extension-points/org_eclipse_ui_acceleratorScopes.html"/>
|
||||
<topic label="org.eclipse.ui.acceleratorSets" href="reference/extension-points/org_eclipse_ui_acceleratorSets.html"/>
|
||||
<topic label="org.eclipse.ui.actionDefinitions" href="reference/extension-points/org_eclipse_ui_actionDefinitions.html"/>
|
||||
<topic label="org.eclipse.ui.actionSetPartAssociations" href="reference/extension-points/org_eclipse_ui_actionSetPartAssociations.html"/>
|
||||
<topic label="org.eclipse.ui.actionSets" href="reference/extension-points/org_eclipse_ui_actionSets.html"/>
|
||||
<topic label="org.eclipse.ui.activities" href="reference/extension-points/org_eclipse_ui_activities.html"/>
|
||||
<topic label="org.eclipse.ui.cheatsheets.cheatSheetContent" href="reference/extension-points/org_eclipse_ui_cheatsheets_cheatSheetContent.html"/>
|
||||
<topic label="org.eclipse.ui.cheatsheets.cheatSheetItemExtension" href="reference/extension-points/org_eclipse_ui_cheatsheets_cheatSheetItemExtension.html"/>
|
||||
<topic label="org.eclipse.ui.commands" href="reference/extension-points/org_eclipse_ui_commands.html"/>
|
||||
<topic label="org.eclipse.ui.contexts" href="reference/extension-points/org_eclipse_ui_contexts.html"/>
|
||||
<topic label="org.eclipse.ui.decorators" href="reference/extension-points/org_eclipse_ui_decorators.html"/>
|
||||
<topic label="org.eclipse.ui.dropActions" href="reference/extension-points/org_eclipse_ui_dropActions.html"/>
|
||||
<topic label="org.eclipse.ui.editorActions" href="reference/extension-points/org_eclipse_ui_editorActions.html"/>
|
||||
<topic label="org.eclipse.ui.editors" href="reference/extension-points/org_eclipse_ui_editors.html"/>
|
||||
<topic label="org.eclipse.ui.editors.annotationTypes" href="reference/extension-points/org_eclipse_ui_editors_annotationTypes.html"/>
|
||||
<topic label="org.eclipse.ui.editors.documentProviders" href="reference/extension-points/org_eclipse_ui_editors_documentProviders.html"/>
|
||||
<topic label="org.eclipse.ui.editors.markerAnnotationSpecification" href="reference/extension-points/org_eclipse_ui_editors_markerAnnotationSpecification.html"/>
|
||||
<topic label="org.eclipse.ui.editors.markerUpdaters" href="reference/extension-points/org_eclipse_ui_editors_markerUpdaters.html"/>
|
||||
<topic label="org.eclipse.ui.editors.templates" href="reference/extension-points/org_eclipse_ui_editors_templates.html"/>
|
||||
<topic label="org.eclipse.ui.elementFactories" href="reference/extension-points/org_eclipse_ui_elementFactories.html"/>
|
||||
<topic label="org.eclipse.ui.exportWizards" href="reference/extension-points/org_eclipse_ui_exportWizards.html"/>
|
||||
<topic label="org.eclipse.ui.externaltools.configurationDuplicationMaps" href="reference/extension-points/org_eclipse_ui_externaltools_configurationDuplicationMaps.html"/>
|
||||
<topic label="org.eclipse.ui.fontDefinitions" href="reference/extension-points/org_eclipse_ui_fontDefinitions.html"/>
|
||||
<topic label="org.eclipse.ui.helpSupport" href="reference/extension-points/org_eclipse_ui_helpSupport.html"/>
|
||||
<topic label="org.eclipse.ui.ide.markerHelp" href="reference/extension-points/org_eclipse_ui_ide_markerHelp.html"/>
|
||||
<topic label="org.eclipse.ui.ide.markerImageProviders" href="reference/extension-points/org_eclipse_ui_ide_markerImageProviders.html"/>
|
||||
<topic label="org.eclipse.ui.ide.markerResolution" href="reference/extension-points/org_eclipse_ui_ide_markerResolution.html"/>
|
||||
<topic label="org.eclipse.ui.ide.projectNatureImages" href="reference/extension-points/org_eclipse_ui_ide_projectNatureImages.html"/>
|
||||
<topic label="org.eclipse.ui.ide.resourceFilters" href="reference/extension-points/org_eclipse_ui_ide_resourceFilters.html"/>
|
||||
<topic label="org.eclipse.ui.importWizards" href="reference/extension-points/org_eclipse_ui_importWizards.html"/>
|
||||
<topic label="org.eclipse.ui.intro" href="reference/extension-points/org_eclipse_ui_intro.html"/>
|
||||
<topic label="org.eclipse.ui.intro.config" href="reference/extension-points/org_eclipse_ui_intro_config.html"/>
|
||||
<topic label="org.eclipse.ui.intro.configExtension" href="reference/extension-points/org_eclipse_ui_intro_configExtension.html"/>
|
||||
<topic label="org.eclipse.ui.newWizards" href="reference/extension-points/org_eclipse_ui_newWizards.html"/>
|
||||
<topic label="org.eclipse.ui.perspectiveExtensions" href="reference/extension-points/org_eclipse_ui_perspectiveExtensions.html"/>
|
||||
<topic label="org.eclipse.ui.perspectives" href="reference/extension-points/org_eclipse_ui_perspectives.html"/>
|
||||
<topic label="org.eclipse.ui.popupMenus" href="reference/extension-points/org_eclipse_ui_popupMenus.html"/>
|
||||
<topic label="org.eclipse.ui.preferencePages" href="reference/extension-points/org_eclipse_ui_preferencePages.html"/>
|
||||
<topic label="org.eclipse.ui.presentationFactories" href="reference/extension-points/org_eclipse_ui_presentationFactories.html"/>
|
||||
<topic label="org.eclipse.ui.propertyPages" href="reference/extension-points/org_eclipse_ui_propertyPages.html"/>
|
||||
<topic label="org.eclipse.ui.startup" href="reference/extension-points/org_eclipse_ui_startup.html"/>
|
||||
<topic label="org.eclipse.ui.systemSummarySections" href="reference/extension-points/org_eclipse_ui_systemSummarySections.html"/>
|
||||
<topic label="org.eclipse.ui.themes" href="reference/extension-points/org_eclipse_ui_themes.html"/>
|
||||
<topic label="org.eclipse.ui.viewActions" href="reference/extension-points/org_eclipse_ui_viewActions.html"/>
|
||||
<topic label="org.eclipse.ui.views" href="reference/extension-points/org_eclipse_ui_views.html"/>
|
||||
<topic label="org.eclipse.ui.workbench.texteditor.quickDiffReferenceProvider" href="reference/extension-points/org_eclipse_ui_workbench_texteditor_quickDiffReferenceProvider.html"/>
|
||||
<topic label="org.eclipse.ui.workingSets" href="reference/extension-points/org_eclipse_ui_workingSets.html"/>
|
||||
<topic label="org.eclipse.update.core.featureTypes" href="reference/extension-points/org_eclipse_update_core_featureTypes.html"/>
|
||||
<topic label="org.eclipse.update.core.installHandlers" href="reference/extension-points/org_eclipse_update_core_installHandlers.html"/>
|
||||
<topic label="org.eclipse.update.core.siteTypes" href="reference/extension-points/org_eclipse_update_core_siteTypes.html"/>
|
||||
</topic>
|
||||
|
||||
<topic label="OSGi API Reference" href="reference/osgi/overview-summary.html"/>
|
||||
|
||||
<topic label="Other reference information" href="reference/misc/index.html">
|
||||
<topic label="Runtime options" href="reference/misc/runtime-options.html"/>
|
||||
<topic label="Starting Eclipse from Java" href="reference/misc/eclipsestarter.html"/>
|
||||
<topic label="API rules of engagement" href="reference/misc/api-usage-rules.html"/>
|
||||
<topic label="Naming Conventions" href="reference/misc/naming.html"/>
|
||||
<topic label="Glossary of Terms" href="reference/misc/terminology.html"/>
|
||||
<topic label="Map of Platform Plug-ins" href="reference/misc/overview-platform.html"/>
|
||||
<topic label="Plug-in Manifest " href="reference/misc/plugin_manifest.html"/>
|
||||
<topic label="Project Description File" href="reference/misc/project_description_file.html"/>
|
||||
<topic label="Tips for making user interfaces accessible" href="reference/misc/ui_accessibility_tips.html"/>
|
||||
<topic label="Pre-built documentation index" href="reference/misc/help_product_index.html"/>
|
||||
<topic label="Installing the stand-alone help system" href="reference/misc/help_standalone.html"/>
|
||||
<topic label="Installing the help system as an infocenter" href="reference/misc/help_infocenter.html"/>
|
||||
<topic label="Help System Preferences" href="reference/misc/help_preferences.html"/>
|
||||
<topic label="How to write an Eclipse Installer" href="reference/misc/eclipse-install.html"/>
|
||||
<topic label="About.ini file format" href="reference/misc/about_customization.html"/>
|
||||
<topic label="Plug-in archives" href="reference/misc/plugin_archive.html"/>
|
||||
<topic label="Feature manifest" href="reference/misc/feature_manifest.html"/>
|
||||
<topic label="Feature archives" href="reference/misc/feature_archive.html"/>
|
||||
<topic label="Update server site map" href="reference/misc/update_sitemap.html"/>
|
||||
<topic label="Update policy control" href="reference/misc/update_policy.html"/>
|
||||
<topic label="Running update manager from command line" href="reference/misc/update_standalone.html"/>
|
||||
</topic>
|
||||
</toc>
|
||||
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?NLS TYPE="org.eclipse.help.toc"?>
|
||||
<!-- ============================================================================= -->
|
||||
<!-- Define topics for the samples -->
|
||||
<!-- ============================================================================= -->
|
||||
<toc label="Examples" >
|
||||
<topic label="Installing the examples" href="samples/samples.html" />
|
||||
<topic label="Standard Widget Toolkit">
|
||||
<topic label="Using the SWT example launcher" href="samples/org.eclipse.swt.examples.launcher/doc-html/swt_launcher_ex.html" />
|
||||
<topic label="Running and browsing the SWT examples manually" href="samples/org.eclipse.swt.examples/doc-html/swt_manual_setup.html" />
|
||||
<topic label="Stand-alone examples" >
|
||||
<topic label="Address book" href="samples/org.eclipse.swt.examples/doc-html/swt_addressbook_ex.html" />
|
||||
<topic label="Clipboard" href="samples/org.eclipse.swt.examples/doc-html/swt_clipboard_ex.html" />
|
||||
<topic label="File viewer" href="samples/org.eclipse.swt.examples/doc-html/swt_fileviewer_ex.html"/>
|
||||
<topic label="Hello world" href="samples/org.eclipse.swt.examples/doc-html/swt_helloworld_ex.html"/>
|
||||
<topic label="Hover help" href="samples/org.eclipse.swt.examples/doc-html/swt_hoverhelp_ex.html"/>
|
||||
<topic label="Image analyzer" href="samples/org.eclipse.swt.examples/doc-html/swt_imageanalyzer_ex.html"/>
|
||||
<topic label="Java syntax viewer" href="samples/org.eclipse.swt.examples/doc-html/swt_javaviewer_ex.html"/>
|
||||
<topic label="Text editor" href="samples/org.eclipse.swt.examples/doc-html/swt_texteditor_ex.html"/>
|
||||
</topic>
|
||||
<topic label="Workbench views" >
|
||||
<topic label="Browser" href="samples/org.eclipse.swt.examples.browser/doc-html/swt_browser_ex.html"/>
|
||||
<topic label="Controls" href="samples/org.eclipse.swt.examples.controls/doc-html/swt_controls_ex.html"/>
|
||||
<topic label="Custom Controls" href="samples/org.eclipse.swt.examples.controls/doc-html/swt_customcontrols_ex.html"/>
|
||||
<topic label="Layout" href="samples/org.eclipse.swt.examples.layouts/doc-html/swt_layout_ex.html"/>
|
||||
<topic label="OLE" href="samples/org.eclipse.swt.examples.ole.win32/doc-html/swt_ole_ex.html" />
|
||||
<topic label="Paint" href="samples/org.eclipse.swt.examples.paint/doc-html/swt_paint_ex.html"/>
|
||||
</topic>
|
||||
</topic>
|
||||
|
||||
<topic label="Workbench">
|
||||
<topic label="Java editor" href="samples/org.eclipse.ui.examples.javaeditor/doc-html/ui_javaeditor_ex.html" />
|
||||
<topic label="Template editor" href="samples/org.eclipse.ui.examples.javaeditor/doc-html/ui_templateeditor_ex.html" />
|
||||
<topic label="Multi page editor" href="samples/org.eclipse.ui.examples.multipageeditor/doc-html/ui_multipageeditor_ex.html" />
|
||||
<topic label="Property sheet" href="samples/org.eclipse.ui.examples.propertysheet/doc-html/ui_propertysheet_ex.html" />
|
||||
<topic label="Readme tool" href="samples/org.eclipse.ui.examples.readmetool/doc-html/ui_readmetool_ex.html" />
|
||||
</topic>
|
||||
|
||||
<topic label="Help" href="samples/org.eclipse.help.examples.ex1/doc-html/help_ex.html" />
|
||||
|
||||
<topic label="Team">
|
||||
<topic label="Repository Providers" href="samples/org.eclipse.team.examples.filesystem/doc-html/team_filesystem_ex.html" />
|
||||
<topic label="Synchronize Participants" href="samples/org.eclipse.team.examples.filesystem/doc-html/team_localhistory_ex.html" />
|
||||
</topic>
|
||||
|
||||
<topic label="Compare">
|
||||
<topic label="Structured Compare" href="samples/org.eclipse.compare.examples/doc-html/ui_structurecreator_ex.html" />
|
||||
<topic label="XML Compare" href="samples/org.eclipse.compare.examples.xml/doc-html/ui_xmlcompare_ex.html" />
|
||||
</topic>
|
||||
|
||||
</toc>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 8.5 KiB |
Reference in New Issue
Block a user