blob: 222eb78c29b5cff788bb8230a8ccb0cf71c769ae [file] [log] [blame]
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Projects 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="Projects 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>Projects Page</h1></td>
<td align="right" valign="middle" nowrap><a href="DocProductPage.html" title="Backward to Product Page"><img src="../../../images/backward.png" border="0"></a>&nbsp;<a href="DocVariablePage.html" title="Forward to Variables Page"><img src="../../../images/forward.png" border="0"></a></td>
</tr>
</table>
<p>
The primary purpose of the project page is to create or update a <a href="../../concepts/DocSetupResource.html#DocWorkspaceResource" title="Chapter in Oomph Setup Documentation">workspace</a>
with one or more specific <a href="../../concepts/DocScope.html#DocStream" title="Chapter in Oomph Setup Documentation">project streams</a>.
<div class="box" style="display: inline-block"><img src="../../../images/trees/i4m5a6AaQ_-_z_ela4-zf7XZgLU=.png"/></div>
<p>
The page contains the following controls:
<a id="DocProjectPage_1_table"/><table class="bullets">
<tr>
<td><img src="../../../images/trees/DHDbrvOTphCMnkh5obezEYK_0aI=.png"/></td>
<td>
Filters which of the <a href="../../concepts/DocScope.html#DocProject" title="Chapter in Oomph Setup Documentation">projects</a> are displayed.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/DULKrP4IGs7HGSVqoXcwRFgPxZQ=.png"/></td>
<td>
Adds a project to the &lt;User> project of selected <a href="../../concepts/DocSetupResource.html#ProjectCatalogResource" title="Chapter in Oomph Setup Documentation">project catalog</a>.
If the &lt;User> project is empty, it's not displayed in the tree,
but you can still add a project to the catalog,
and then it will be displayed.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/da9MsJLhqNIoVi8Wahq1klv757E=.png"/></td>
<td>
Removes the selected project from the<&lt;User> project.
It is only enabled for a project within a &lt;User> project.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/0_0dMHf7iBxCrgK0-9HyCW8TWhs=.png"/></td>
<td>
Collapses the tree;
initially the tree roots are expanded.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/X9Mj1oek6kuTBpZyuLlB0yoFWzA=.png"/></td>
<td>
Updates the locally-cached versions of all the <a href="../../concepts/DocSetupResource.html" title="Article in Oomph Setup Documentation">resources</a> used in the wizard.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/dq8Il7SUpWCiZxM0cfVaM-qE_aA=.png"/></td>
<td>
Chooses which of the project catalogs available in the <a href="../../concepts/DocInfrastructure.html#DocIndex" title="Chapter in Oomph Setup Documentation">index</a> to display.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/KgDEQZ0mKFYEuSPtUs3Ll6dUCUI=.png"/></td>
<td>
Displays the <a href="../../../javadoc/org/eclipse/oomph/setup/CatalogSelection.html" title="Interface in org.eclipse.oomph.setup"><code>selected</code></a> <a href="../../concepts/DocScope.html#DocProjectCatalog" title="Chapter in Oomph Setup Documentation">project catalogs</a>.
Double-clicking a project automatically adds its stream to the table of chosen streams,
or, if one of its streams is already in the table of chosen streams,
removes that stream from the table.
The project of each chosen stream is shown in bold font.
Only a project with at least one stream can be added to the table of chosen streams.
For projects without streams,
presumably projects that contain only nested projects,
given that completely empty projects are not displayed in the tree,
double-clicking expands or collapses the project's tree item.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/8SUrSII1gyqLhOkJKlVIajZM52Y=.png"/></td>
<td>
Adds the steams of the selected projects of the tree to the table of chosen streams.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/1oR8SatLml_W1fb6M9hwN6HW-Qw=.png"/></td>
<td>
Removes the selected streams from the table of chosen streams,
and leaves their corresponding projects selected in the tree.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/12rDvU7_gTo3GIyByrmq7s99A8s=.png"/></td>
<td>
Displays the chosen streams.
Double clicking a stream removes that stream from the table
and leaves its corresponding project selected in the tree.
The stream column supports cell editing:
use the cell editor's down-down to choose which stream of the project's available streams to provision.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/37udEs0XtIiD_sFwjxuCfulTWFQ=.png"/></td>
<td>
Determines whether any streams are to be provisioned.
This control is visible only in the <a href="DocInstallWizard.html" title="Article in Oomph Setup Documentation">install</a> wizard.
When enabled,
any selected streams are removed from the table
and the wizard's next button is enabled to proceed
without choosing any streams to provision.
</td>
</tr>
</table>
<p>
</p>
<p align="right">
<a href="DocProductPage.html" title="Backward to Product Page"><img src="../../../images/backward.png" border="0"></a>&nbsp;<a href="DocVariablePage.html" title="Forward to Variables Page"><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 v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html</div>
</body>
</html>