Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en">
<!DOCTYPE HTML><html lang="en">
<HEAD>

<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<META charset="utf-8">

<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
<TITLE>
Dialogs and wizards
</TITLE>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!DOCTYPE HTML>
<html lang="en">
<HEAD>

<meta name="copyright"
content="Copyright (c) IBM Corporation and others 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<META charset="utf-8">

<link rel="stylesheet" type="text/css" HREF="../book.css">
<TITLE>Filtered item selection dialog</TITLE>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta name="copyright"
content="Copyright (c) IBM Corporation and others 2007, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1"
type="text/css">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"></script>
<META charset="utf-8">
<link rel="STYLESHEET" href="../book.css" type="text/css">
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
<title>Creating a custom filtered item selection dialog</title>
</head>
<body>
Expand Down Expand Up @@ -163,7 +161,7 @@ <h2>Creating a Custom Filtered Items Selection Dialog</h2>
<li>
The resulting dialog looks as follows:
<p><img
src="images/filteredResourcesSelectionDialogExample.png" border="0"
src="images/filteredResourcesSelectionDialogExample.png" style="border:0"
alt="Screen shot of a simple search dialog"></p>
</li>
</ol>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta name="copyright"
content="Copyright (c) IBM Corporation and others 2007, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1"
type="text/css">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"></script>
<META charset="utf-8">
<link rel="STYLESHEET" href="../book.css" type="text/css">
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
<title>Advanced use of the filtered item selection dialog</title>
</head>
<body>
Expand All @@ -23,7 +21,7 @@ <h2>Advanced Use of the Filtered Items Selection Dialog</h2>
<li><a href="#checkbox">Adding an extra check-box to the dialog</a></li>
</ul>

<h3><a name="history">Adding Selected Items</a> History</h3>
<h3 id="history">Adding Selected Items>History</h3>
The dialog can be configured to save and restore the history of items that have
been selected.
<ol>
Expand Down Expand Up @@ -89,11 +87,11 @@ <h3><a name="history">Adding Selected Items</a> History</h3>
<li>Our example dialog now looks like this:
<p><img
src="images/filteredResourcesSelectionDialogExampleAdvance1.png"
border="0" alt="Image of a simple search dialog"></p>
style="border:0" alt="Image of a simple search dialog"></p>
</li>
</ol>

<h3><a name="filter">Adding Custom Filters</a></h3>
<h3 id="filter">Adding Custom Filters</h3>
Next we will expand the filter to hide all strings that start with a lower case character.
<ol>
<li>Create a subclass of <em>FilteredItemsSelectionDialog.ItemsFilter</em>,
Expand Down Expand Up @@ -137,11 +135,11 @@ <h3><a name="filter">Adding Custom Filters</a></h3>
}</pre></li>
<li>Now the dialog will only display strings that start with a lower case letter.
<p><img src="images/filteredResourcesSelectionDialogExampleAdvance2.png"
border="0" alt="Image of a simple search dialog"></p>
style="border:0" alt="Image of a simple search dialog"></p>
</li>
</ol>

<h3><a name="checkbox">Adding an Extra Check-box to the Dialog</a></h3>
<h3 id="checkbox">Adding an Extra Check-box to the Dialog</h3>
<p>We will use a check-box and a menu action to indicate whether
to filter strings that start with a lower case character.</p>
<ol>
Expand Down Expand Up @@ -199,7 +197,7 @@ <h3><a name="checkbox">Adding an Extra Check-box to the Dialog</a></h3>

<li>Now open the dialog:
<p><img src="images/filteredResourcesSelectionDialogExampleAdvance3.png"
border="0" alt="Image of a simple search dialog"></p>
style="border:0" alt="Image of a simple search dialog"></p>
</li>
</ol>
</body>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en">
<!DOCTYPE HTML><html lang="en">
<HEAD>

<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<META charset="utf-8">

<link rel="stylesheet" type="text/css" HREF="../book.css">
<TITLE>
Expand Down Expand Up @@ -45,7 +44,7 @@ <h2>
When the user selects the action, the <b>SectionsDialog</b>
is opened.</P>

<img src="images/readmedialog.png" alt="" border="0" >
<img src="images/readmedialog.png" alt="" style="border:0" >


<P >
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en">
<!DOCTYPE HTML><html lang="en">
<HEAD>

<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<META charset="utf-8">

<link rel="stylesheet" type="text/css" HREF="../book.css">
<TITLE>Dialog settings</TITLE>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en">
<!DOCTYPE HTML><html lang="en">
<HEAD>

<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<META charset="utf-8">

<link rel="stylesheet" type="text/css" HREF="../book.css">
<TITLE>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en">
<!DOCTYPE HTML><html lang="en">
<HEAD>

<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<META charset="utf-8">

<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
<TITLE>
Wizards
</TITLE>
Expand All @@ -29,7 +28,7 @@ <H2>
<P >
A wizard is composed of several different underlying parts.&nbsp;</P>

<img alt="" border="0" src="images/wiz_arch.svg" >
<img alt="" style="border:0" src="images/wiz_arch.svg" >


<p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en">
<!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 HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<META charset="utf-8">

<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"></script>
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
<TITLE>
org.eclipse.ui.exportWizards
</TITLE>
Expand All @@ -33,7 +32,7 @@ <H3>
assign categories for the wizards themselves.&nbsp; The wizards appear
uncategorized in a wizard dialog. </P>
<P >
<img src="images/exportwizard.png" alt="" border="0"> </P>
<img src="images/exportwizard.png" alt="" style="border:0"> </P>
<P >
The wizard supplied in the class parameter of the markup must implement <a href="../reference/api/org/eclipse/ui/IExportWizard.html"><b>IExportWizard</b></a>.
Its pages are typically extended from
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en">
<!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 HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<META charset="utf-8">

<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"></script>
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
<TITLE>Workbench wizard extension points</TITLE>

<link rel="stylesheet" type="text/css" HREF="../book.css">
Expand All @@ -32,7 +31,7 @@ <h2>

dialog is shown below.</P>
<P >
<img src="images/importwizard.png" alt="Import wizard dialog with selection list" border="0"></P>
<img src="images/importwizard.png" alt="Import wizard dialog with selection list" style="border:0"></P>
<P >
Your wizard takes control once it is selected in the list and the <b> Next</b> button is pressed. This is when your first page becomes visible.&nbsp;</P>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en">
<!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 HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<META charset="utf-8">

<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"></script>
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
<TITLE>org.eclipse.ui.importWizards</TITLE>

<link rel="stylesheet" type="text/css" HREF="../book.css">
Expand All @@ -32,7 +31,7 @@ <H3>
assign categories for the wizards themselves.&nbsp; The wizards appear
uncategorized in a wizard dialog. </P>
<P >
<img src="images/importwizard.png" alt="" border="0"> </P>
<img src="images/importwizard.png" alt="" style="border:0"> </P>
<P >
The wizard supplied in the class parameter of the markup must implement <a href="../reference/api/org/eclipse/ui/IImportWizard.html"><b>IImportWizard</b></a>.
Its pages are typically extended from
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en">
<!DOCTYPE HTML><html lang="en">
<HEAD>

<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<META charset="utf-8">

<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
<TITLE>
Multi-page wizards
</TITLE>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en">
<!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 HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<META charset="utf-8">

<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"></script>
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
<TITLE>
org.eclipse.ui.newWizards
</TITLE>
Expand Down Expand Up @@ -64,7 +63,7 @@ <H3>
...</pre>
<P >This category appears in the <b> File &gt; New </b> menu.</P>
<P >
<img src="images/newwizardmenu.png" alt="New menu with Examples category" border="0"></P>
<img src="images/newwizardmenu.png" alt="New menu with Examples category" style="border:0"></P>
<P >
&nbsp;</P>
<P >
Expand All @@ -75,7 +74,7 @@ <H3>
underneath when you expand the category.&nbsp; The <b>description</b>
of the selected wizard is shown at the top of the wizard when you select it.</P>
<P >
<img src="images/newwizardlist.png" alt="New example wizard with readme entries" border="0"></P>
<img src="images/newwizardlist.png" alt="New example wizard with readme entries" style="border:0"></P>
<P >
This information about the wizard appears solely because of the markup in the <b>plugin.xml
</b>file.&nbsp; None of the plug-in code runs
Expand Down Expand Up @@ -204,7 +203,7 @@ <H4>
<P >
The completed wizard looks like this:</P>
<P >
<img src="images/readmewizard.png" alt="Readme file creation wizard page" border="0"></P>
<img src="images/readmewizard.png" alt="Readme file creation wizard page" style="border:0"></P>

</BODY>
</HTML>
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en">
<!DOCTYPE HTML><html lang="en">
<HEAD>

<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<META charset="utf-8">

<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
<TITLE>
Wizard dialogs
</TITLE>
Expand Down
Loading