Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8a28f67377c1620ebe0eb8851775286195b8e9a2 (plain) (blame)
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>

<head>
<title>Progress Page (Oomph Setup Documentation)</title>

<link rel="stylesheet" href="../../book.css">

<noscript></noscript>
<script type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Progress Page (Oomph Setup Documentation)";
    }
}
</script>

<link rel="stylesheet" href="../../editor.css">

<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>

<script src="http://code.jquery.com/ui/1.11.0/jquery-ui.min.js"></script>

<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css">

<script>
$(function() {
$( ".resizable" ).resizable({ handles:"s,e,se", autoHide:true });
});
</script>

<script type="text/javascript">
function maximize(id)
{
  e = document.getElementById('max_' + id);
  c1 = document.getElementById('editor_content_1_' + id);
  c2 = document.getElementById('editor_content_2_' + id);
  pv = document.getElementById('max_pv_' + id);
  if (e.className == 'max')
  {
    e.className = 'rst';
    e.setAttribute('title', 'Restore');
    c1.setAttribute('style_orig', c1.getAttribute('style'));
    c1.setAttribute('style', 'border:2px solid #99b4d1; border-top:none;');
    c2.setAttribute('style', '');
    if (pv != null)
    {
      pv.setAttribute('width_orig', pv.getAttribute('width'));
      pv.setAttribute('width', '');
    }
  }
  else
  {
    e.className = 'max';
    e.setAttribute('title', 'Maximize');
    c1.setAttribute('style', c1.getAttribute('style_orig'));
    c1.setAttribute('style_orig', '');
    c2.setAttribute('style', 'overflow:scroll; width:100%; height:100%;');
    if (pv != null)
    {
      pv.setAttribute('width', pv.getAttribute('width_orig'));
      pv.setAttribute('width_orig', '');
    }
  }
}
</script>
</head>

<body bgcolor="white" onload="windowTitle();">
<!-- <div class="help_breadcrumbs breadcrumbs_top"><a href="../../Overview.html" title="Oomph Setup Documentation">Oomph Setup Documentation</a> > <a href="../index.html" title="Category in Oomph Setup Documentation">User Guide</a> > <a href="index.html" title="Category in Oomph Setup Documentation">Wizards and Wizard Pages</a></div> -->

<table border="0">
	<tr>
		<td width="100%"><h1>Progress Page</h1></td>
		<td align="right" valign="middle" nowrap><a href="DocConfirmationPage.html" title="Backward to Confirmation Page"><img src="../../../images/backward.png" border="0"></a>&nbsp;<a href="../DocBundlePoolManager.html" title="Forward to Bundle Pool Management"><img src="../../../images/forward.png" border="0"></a></td>
	</tr>
</table>
<p>
 The primary purpose of the progress page is to manage and monitor the tasks while they are <a href="../../concepts/DocTaskExecution.html" title="Article in Oomph Setup Documentation">performing</a>.
 

<div class="box" style="display: inline-block"><img src="../../../images/trees/To_psxrMENeKwy_B5oEq4IuD3n4=.png"/></div>
<p>
The page contains the following controls:

<a id="DocProgressPage_1_table"/><table class="bullets">
<tr>
<td><img src="../../../images/trees/KgDEQZ0mKFYEuSPtUs3Ll6dUCUI=.png"/></td>
<td>
Displays the tasks being performed.
 The task currently being performed is automatically selected in this viewer.
 A user's selection in this viewer selects the corresponding logged output associated with the selected task,
 assuming it has already performed.

</td>
</tr>
<tr>
<td><img src="../../../images/trees/12rDvU7_gTo3GIyByrmq7s99A8s=.png"/></td>
<td>
Displays a progress log of the tasks being performed.
 It scrolls automatically unless that is disabled.
 If the user scrolls this view, automatic scrolling is disabled.

</td>
</tr>
<tr>
<td><img src="../../../images/trees/9lwi-lULfwqN01dTptVwJw9SSPI=.png"/></td>
<td>
Determines whether the log automatically scrolls.

</td>
</tr>
<tr>
<td><img src="../../../images/trees/sW-7mrD4ob0V1Lm3xjEgWSyX_nY=.png"/></td>
<td>
Determines whether the wizard is automatically dismissed when task execution completes successfully.

</td>
</tr>
<tr>
<td><img src="../../../images/trees/XEqimyp8votHSPXcgY6EYolpiRM=.png"/></td>
<td>
Determines whether the installed product is automatically launched upon successful completion,
 or, if not already launched, to launch it when the wizard is finished.
 This control is available only in the <a href="DocInstallWizard.html" title="Article in Oomph Setup Documentation">install</a> wizard.

</td>
</tr>
<tr>
<td><img src="../../../images/trees/qvp3Y4OrAtsKD79B-IKhTZ_z_xI=.png"/></td>
<td>
Determines whether the IDE will automatically restart if needed upon successful completion, e.g., if new bundles are installed.
 Tasks that may require a restart are generally performed early,
 and once those types of tasks are completed,
 the IDE needs to be restarted before the remaining tasks can be performed.
 This is either be done automatically, if enabled, or, if not, the user is be prompted to restart but can opt to restart later.
 After the IDE restarts,
 it will automatically being performing the remaining tasks via the updater wizard,
 with no prompting for <a href="DocConfirmationPage.html" title="Article in Oomph Setup Documentation">confirmation</a>.
 This control is only available in the <a href="DocImportWizard.html" title="Article in Oomph Setup Documentation">import</a> and <a href="DocUpdateWizard.html" title="Article in Oomph Setup Documentation">update</a> wizards,
 i.e., only in a running IDE.

</td>
</tr>
<tr>
<td><img src="../../../images/trees/tZlwo3sAaCE887VCRTkbIDIy5-E=.png"/></td>
<td>
Displays graphically the overall progress of the task execution.
 Task execution can be canceled via this control.
 All the wizard's navigation controls are disabled while tasks are performing.
 Once task execution terminates,
 either because it has been completed successfully, has been partially successful but requires a restart, has terminated in failure, or has been canceled,
 the progress monitor will be hidden.
 The page banner provides important feedback with regard to the actions to be taken upon termination of task execution.

</td>
</tr>
</table>
<p>

 </p>

<p align="right">
<a href="DocConfirmationPage.html" title="Backward to Confirmation Page"><img src="../../../images/backward.png" border="0"></a>&nbsp;<a href="../DocBundlePoolManager.html" title="Forward to Bundle Pool Management"><img src="../../../images/forward.png" border="0"></a></p>
<!-- <div class="help_breadcrumbs breadcrumbs_bottom"><a href="../../Overview.html" title="Oomph Setup Documentation">Oomph Setup Documentation</a> > <a href="../index.html" title="Category in Oomph Setup Documentation">User Guide</a> > <a href="index.html" title="Category in Oomph Setup Documentation">Wizards and Wizard Pages</a></div> -->

<div class="copyright">Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.<br>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</div>
</body>
</html>

Back to the top