alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

<?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 challenge" 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 manifests" 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 Components" href="guide/runtime_components.htm"/>
		<topic label="Runtime preferences" href="guide/runtime_preferences.htm"/>
		<topic label="Runtime application model" href="guide/runtime_app_model.htm"/>
		<topic label="Content types" href="guide/runtime_content.htm">
			<topic label="Using content types" href="guide/runtime_content_using.htm"/>
			<topic label="Contributing content types" href="guide/runtime_content_contributing.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 label="Network support" href="guide/network.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 using actions" 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="Basic workbench extension points using commands" href="guide/workbench_cmd.htm" >
			<topic label="org.eclipse.ui.commands" href="guide/workbench_cmd_commands.htm" />
			<topic label="org.eclipse.ui.menus" href="guide/workbench_cmd_menus.htm" />
			<topic label="org.eclipse.ui.handlers" href="guide/workbench_cmd_handlers.htm" />
			<topic label="org.eclipse.ui.bindings" href="guide/workbench_cmd_bindings.htm" />
		</topic>
		<topic label="The plug-in class" href="guide/workbench_plugin.htm" />
		<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>

	<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 label="Filtered items selection dialog" href="guide/dialogs_FilteredItemsSelectionDialog.htm">
			<topic label="Creating a custom filtered items selection dialog" href="guide/dialogs_FilteredItemsSelectionDialog_example.htm" />
			<topic label="Advanced use of the filtered items selection dialog" href="guide/dialogs_FilteredItemsSelectionDialog_example_advanced.htm" />
	    </topic>
	</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 label="Field assist" href="guide/jface_fieldassist.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="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 label="Examples" href="guide/swt_examples.htm" />
	</topic>
	
	<topic label="UI Forms" href="guide/forms.htm">
       <topic label="Controls" href="guide/forms_controls.htm">
 		   <topic label="Form" href="guide/forms_controls_form.htm"/>
		   <topic label="Hyperlink" href="guide/forms_controls_link.htm"/>
		   <topic label="Section" href="guide/forms_controls_section.htm"/>
		   <topic label="FormText" href="guide/forms_controls_text.htm">
   		      <topic label="XML Markup" href="guide/forms_controls_text_markup.htm"/>
   		   </topic>
	   </topic>
	   <topic label="Layouts" href="guide/forms_layouts.htm">
	      <topic label="TableWrapLayout" href="guide/forms_layouts_table.htm"/>
	      <topic label="ColumnLayout" href="guide/forms_layouts_column.htm"/>
	   </topic>
	   <topic label="Advanced Topics">
	      <topic label="Color and font management" href="guide/forms_colors.htm"/>
	      <topic label="Managed forms" href="guide/forms_managed.htm"/>
	      <topic label="Master/Details block" href="guide/forms_master_details.htm"/>
	   </topic>
	   <topic label="Multi-page form editors" href="guide/forms_editors.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 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>

	<topic label="Advanced resource concepts"  href="guide/resAdv.htm">
		<topic label="Project natures" href="guide/resAdv_natures.htm" />
		<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="Resource modification hooks" href="guide/resAdv_hooks.htm" />
		<topic label="Refresh providers" href="guide/resAdv_refresh.htm" />
		<topic label="Alternate file systems" href="guide/resAdv_efs_intro.htm" >
			<topic label="Using the file system API" href="guide/resAdv_efs_api.htm" />
			<topic label="Working with resources in other file systems" href="guide/resAdv_efs_resources.htm" />
			<topic label="User interface support in other file systems" href="guide/wrkAdv_efs_resources.htm" />
			<topic label="File system providers" href="guide/resAdv_efs_providers.htm" />
		</topic>
	</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="Undoable operations" href="guide/wrkAdv_undo.htm" >
			<topic label="Undo and the IDE Workbench" href="guide/wrkAdv_undo_ide.htm" />
		</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="Associating actions to commands" href="guide/wrkAdv_keyBindings_actionDef.htm" />
			<topic label="Bindings" href="guide/wrkAdv_keyBindings_accelSet.htm" />
			<topic label="Schemes" 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="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="Support for displaying markers" href="guide/wrkAdv_marker_support.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 label="Status handling" href="guide/workbench_statushandling.htm" >
			<topic label="Defining a status handler" href="guide/workbench_statushandling_defining.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="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 files" 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="Support for Logical Model Integration" href="guide/team_model.htm" >
			<topic label="Repository Roadmap for Logical Model Integration" href="guide/team_model_repo.htm" />
			<topic label="Model Roadmap for Logical Model Integration" href="guide/team_model_model.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 label="Project sets" href="guide/team_resources_projects.htm" />
			<topic label="Team and linked resources" href="guide/team_resources_linked.htm" />
			<topic label="Team private resources" href="guide/team_resources_private.htm" />
			<topic label="File types" href="guide/team_resources_filetypes.htm" />
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.