-
Notifications
You must be signed in to change notification settings - Fork 14
/
context.xml
71 lines (69 loc) · 2.91 KB
/
context.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.contexts"?><!--
Copyright (c) 2008, 2020 SAP AG and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
SAP AG - initial API and implementation
IBM Corporation - additional context help
-->
<contexts>
<context id="oql">
<description>Object Query Language (OQL) Syntax</description>
<topic label="OQL Editor" href="tasks/queryingheapobjects.html" />
<topic label="OQL Syntax" href="reference/oqlsyntax.html" />
</context>
<context id="query_arguments">
<description>This wizard will help you to add arguments to the query</description>
<topic label="How to provide heap object arguments"
href="reference/selectingqueries.html#queryarguments__arguments" />
</context>
<context id="acquire_arguments">
<description>This wizard will help you to acquire and analyze a heap dump from another process on the system</description>
<topic label="How to configure the acquire heap dump providers"
href="tasks/acquiringheapdump.html" />
</context>
<context id="open_heapdump">
<description>This shows how to open a heap dump and start analysis</description>
<topic label="Basic Tutorial"
href="gettingstarted/basictutorial.html#task_basictutorial__overview" />
</context>
<context id="icon_assist">
<description>Icon reference</description>
<topic label="The meaning of various icons"
href="reference/iconassist.html" />
</context>
<context id="preferences_assist">
<description>Configuration preferences</description>
<topic label="Memory Analyzer preferences"
href="tasks/configure_mat.html#task_configure_mat__preferences" />
</context>
<context id="preferences_hprof_assist">
<description>Configuration preferences (HPROF)</description>
<topic label="Memory Analyzer preferences"
href="tasks/configure_mat.html#task_configure_mat__hprof_preferences" />
</context>
<context id="preferences_dtfj_assist">
<description>Configuration preferences (DTFJ)</description>
<topic label="Memory Analyzer preferences"
href="tasks/configure_mat.html#task_configure_mat__dtfj_preferences" />
</context>
<context id="report">
<description>Problems displaying reports</description>
<topic label="Problems displaying reports"
href="tasks/report.html" />
</context>
<context id="tab_menu">
<description>Context Menu for Editor Tabs</description>
<topic label="Tips and Tricks"
href="reference/tipsandtricks.html#ref_tips__editor_tabs" />
</context>
<context id="query_browser">
<description>Query Browser</description>
<topic label="Selecting Queries"
href="reference/selectingqueries.html" />
</context>
</contexts>