-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconcept-java-perspective.htm
More file actions
124 lines (112 loc) · 3.19 KB
/
concept-java-perspective.htm
File metadata and controls
124 lines (112 loc) · 3.19 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta name="copyright" content=
"Copyright (c) IBM Corporation and others 2000, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." />
<meta charset="utf-8">
<link rel="stylesheet" href="../book.css" type="text/css" />
<title>
Java Perspectives
</title>
</head>
<body>
<h1>
Java Perspectives
</h1>The Java development tools contribute the following perspectives to the workbench:
<h2>
Java
</h2>
<p>
A perspective designed for working with Java projects. It consists of an editor area and the
following views:
</p>
<ul>
<li>
<span>Package Explorer</span>
</li>
<li>
<span>Outline</span>
</li>
<li>
<span>Problems</span>
</li>
<li>
<span>Javadoc</span>
</li>
<li>
<span>Declaration</span>
</li>
</ul>
<h2>
Java Browsing
</h2>
<p>
A perspective designed for browsing the structure of Java projects. It consists of an editor
area and the following views:
</p>
<ul>
<li>
<span>Projects</span>
</li>
<li>
<span>Packages</span>
</li>
<li>
<span>Types</span>
</li>
<li>
<span>Members</span>
</li>
</ul>
<h2>
Java Type Hierarchy
</h2>
<p>
A perspective designed for exploring a type hierarchy. It can be opened on types, compilation
units, packages, projects or source folders and consists of the Type Hierarchy view and an
editor.
</p>
<h2>
Debug
</h2>
<p>
A perspective designed for debugging your Java program. It includes an editor area and the
following views.
</p>
<ul>
<li>
<span>Debug</span>
</li>
<li>
<span>Breakpoints</span>
</li>
<li>
<span>Variables</span>
</li>
<li>
<span>Expressions</span>
</li>
<li>
<span>Outline</span>
</li>
<li>
<span>Console</span>
</li>
<li>
<span>Tasks</span>
</li>
</ul>
<h3 class="related">Related Concepts</h3>
<a href="../concepts/concept-java-views.htm">Java views</a>
<h3 class="related">Related References</h3>
<a href="../reference/views/breakpoints/ref-breakpoints_view.htm">Breakpoints view</a><br />
<a href="../reference/views/console/ref-console_view.htm">Console view</a><br />
<a href="../reference/views/debug/ref-debug_view.htm">Debug view</a><br />
<a href="../reference/views/display/ref-debug_shell_view.htm">Debug Shell view</a><br />
<a href="../reference/views/expressions/ref-expressions_view.htm">Expressions view</a><br />
<a href="../reference/views/ref-view-outline.htm">Java outline</a><br />
<a href="../reference/views/ref-view-package-explorer.htm">Package Explorer view</a><br />
<a href="../reference/views/ref-type-hierarchy.htm">Type Hierarchy view</a><br />
<a href="../reference/views/variables/ref-variables_view.htm">Variables view</a>
</body>
</html>