From 353adc42b8d360465dff443da6d68c2607103b4b Mon Sep 17 00:00:00 2001 From: Lars Vogel Date: Thu, 21 Dec 2023 14:37:17 +0100 Subject: [PATCH] Stuff --- docs/JFaceSnippets.md | 125 +++++++++++++++++++++--------------------- 1 file changed, 62 insertions(+), 63 deletions(-) diff --git a/docs/JFaceSnippets.md b/docs/JFaceSnippets.md index e3568a6bd5e..92bd0355b11 100644 --- a/docs/JFaceSnippets.md +++ b/docs/JFaceSnippets.md @@ -96,11 +96,11 @@ Dialogs Demonstrates usage of Icons in Buttons of Dialogs -[![Snippet012DialogWithImageButtons.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet012DialogWithImageButtons.png)](/File:Snippet012DialogWithImageButtons.png) +![Snippet012DialogWithImageButtons.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet012DialogWithImageButtons.png) Drop these icons also in the same package -[![Filesave.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Filesave.png)](/File:Filesave.png)[![Cancel.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Cancel.png)](/File:Cancel.png) +![Filesave.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Filesave.png)![Cancel.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Cancel.png) ### [Snippet082 - Color Selector](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/dialogs/Snippet082ColorSelectDialog.java) @@ -110,7 +110,7 @@ Drop these icons also in the same package The JFace ColorSelector widget is a convenient composition of button and color selector dialog. The button displays a swatch of the selected color. -[![Snippet082ColorSelectDialog.gif](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/325px-Snippet082ColorSelectDialog.gif)](/File:Snippet082ColorSelectDialog.gif) +![Snippet082ColorSelectDialog.gif](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/325px-Snippet082ColorSelectDialog.gif) Notification ------------ @@ -123,7 +123,7 @@ Notification Demonstrates usage of the non-blocking notification API -[![Snippet081 Shell1.gif](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet081_Shell1.gif)](/File:Snippet081_Shell1.gif) +![Snippet081 Shell1.gif](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet081_Shell1.gif) Layout ------ @@ -135,7 +135,7 @@ Layout Demonstrates usage of the GridLayoutFactory to enhance readability -[![Snippet013 Shell1.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet013_Shell1.png)](/File:Snippet013_Shell1.png)[![Snippet013 Shell2.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet013_Shell2.png)](/File:Snippet013_Shell2.png)[![Snippet013 Shell3.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet013_Shell3.png)](/File:Snippet013_Shell3.png) +![Snippet013 Shell1.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet013_Shell1.png)![Snippet013 Shell2.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet013_Shell2.png)![Snippet013 Shell3.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet013_Shell3.png) ### [Snippet016 - Table Layout](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/layout/Snippet016TableLayout.java) @@ -144,7 +144,7 @@ Demonstrates usage of the GridLayoutFactory to enhance readability Demonstrates (dynamic)layout support for TableColumns available as of JFace 3.3 -[![Snippet016.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet016.png)](/File:Snippet016.png) +![Snippet016.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet016.png) ### [Snippet027 - Tree Layout](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/layout/Snippet027TreeLayout.java) @@ -153,7 +153,7 @@ Demonstrates (dynamic)layout support for TableColumns available as of JFace 3.3 Demonstrates (dynamic)layout support for TreeColumns available as of JFace 3.3 -[![Snippet027.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet027.png)](/File:Snippet027.png) +![Snippet027.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet027.png) Viewers ------- @@ -165,7 +165,7 @@ Viewers Demonstrates a simply TableViewer with one column. It holds all important classes used for all Table-like JFace-Viewers (_[LabelProvider](http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/jface/viewers/LabelProvider.html)_,_[IStructuredContentProvider](http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/jface/viewers/IStructuredContentProvider.html)_) -[![Snippet1.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet1.png)](/File:Snippet1.png) +![Snippet1.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet1.png) ### [Snippet002 - Tree Viewer](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet002TreeViewer.java) @@ -174,7 +174,7 @@ Demonstrates a simply TableViewer with one column. It holds all important classe Demonstrates a simply TreeViewer with one column. It describes all important classes used for all Tree-like JFace-Viewers (_[LabelProvider](http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/jface/viewers/LabelProvider.html)_,_[ITreeContentProvider](http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/jface/viewers/ITreeContentProvider.html)_) -[![Snippet2.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet2.png)](/File:Snippet2.png) +![Snippet2.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet2.png) ### [Snippet003 - Table Label Provider](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet003TableLabelProvider.java) @@ -183,7 +183,7 @@ Demonstrates a simply TreeViewer with one column. It describes all important cla Demonstrates tables with more than one column and the usage of _[ITableLabelProvider](http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/jface/viewers/ITableLabelProvider.html)_ -[![Snippet003.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet003.png)](/File:Snippet003.png) +![Snippet003.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet003.png) ### [Snippet004 - Hide Selection](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet004HideSelection.java) @@ -192,7 +192,7 @@ Demonstrates tables with more than one column and the usage of _[ITableLabelProv Demonstrates how the selection can be hidden when the user clicks in a table-row/column which doesn't hold any information. The standard behavior of SWT-Table is to leave the selection on the last column. This snippet removes the selection if the user clicks in an area not selectable -[![Snippet004.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet004.png)](/File:Snippet004.png) +![Snippet004.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet004.png) ### [Snippet005 - Tree Custom Menu](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet005TreeCustomMenu.java) @@ -201,7 +201,7 @@ Demonstrates how the selection can be hidden when the user clicks in a table-row Demonstrates how to create a different context menu depending on which item in the tree is currently selected this can also be used with a table of course -[![Snippet005.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet005.png)](/File:Snippet005.png) +![Snippet005.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet005.png) ### [Snippet006 - Table Multi Line Cells](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet006TableMultiLineCells.java) @@ -210,7 +210,7 @@ Demonstrates how to create a different context menu depending on which item in t Demonstrates first use case for the OwnerDraw-Support added to JFace in 3.3 (available at SWT-Level since 3.2). This example uses the Viewers API in this special case the _OwnerDrawLabelProvider_ to make items with more than one line of text. -[![Snippet006.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet006.png)](/File:Snippet006.png) +![Snippet006.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet006.png) ### [Snippet007 - Full Selection](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet007FullSelection.java) @@ -219,7 +219,7 @@ Demonstrates first use case for the OwnerDraw-Support added to JFace in 3.3 (ava Demonstrates how you can use inline editing in tables with multiple columns that require to use SWT.FULL_SELECTION but hiding the selection from the user. -[![Snippet007.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet007.png)](/File:Snippet007.png) +![Snippet007.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet007.png) ### [Snippet008 - Reveal Element](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet008RevealElement.java) @@ -228,7 +228,7 @@ Demonstrates how you can use inline editing in tables with multiple columns that Demonstrates how you can scroll a TableViewer to the specific model element using TableViewer#reveal(Object) -[![Snippet008.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet008.png)](/File:Snippet008.png) +![Snippet008.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet008.png) ### [Snippet009 - Cell Editors](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet009CellEditors.java) @@ -237,7 +237,7 @@ Demonstrates how you can scroll a TableViewer to the specific model element usin Demonstrates minimal example when trying to add inline editing to tables to get familiar with the various classes needed (3.2 API) -[![Snippet009.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet009.png)](/File:Snippet009.png) +![Snippet009.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet009.png) ### [Snippet010 - Owner Draw](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet010OwnerDraw.java) @@ -246,7 +246,7 @@ Demonstrates minimal example when trying to add inline editing to tables to get Demonstrates usage of the OwnerDraw-Support feature provided by JFace in 3.3(available in SWT since 3.2). This example uses the Viewers API in this special case the _OwnerDrawLabelProvider_. -[![Snippet010.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet010.png)](/File:Snippet010.png) +![Snippet010.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet010.png) ### [Snippet011 - Custom Tooltips](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet011CustomTooltips.java) @@ -255,7 +255,7 @@ Demonstrates usage of the OwnerDraw-Support feature provided by JFace in 3.3(ava Demonstrates usage of custom tooltip support in 3.3 used to provide a tooltip for each cell in TableViewer -[![Snippet011.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet011.png)](/File:Snippet011.png) +![Snippet011.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet011.png) ### [Snippet013 - Table Viewer No Mandatory Label Provider](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet013TableViewerNoMandatoryLabelProvider.java)\] @@ -264,7 +264,7 @@ Demonstrates usage of custom tooltip support in 3.3 used to provide a tooltip fo Demonstrates usage of none mandatory LabelProviders in TableViewers to set colors and fonts with 3.2-API -[![Jfacesnippet013.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Jfacesnippet013.png)](/File:Jfacesnippet013.png) +![Jfacesnippet013.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Jfacesnippet013.png) ### [Snippet014 - Tree Viewer No Mandatory Label Provider](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet014TreeViewerNoMandatoryLabelProvider.java)\] @@ -273,7 +273,7 @@ Demonstrates usage of none mandatory LabelProviders in TableViewers to set color Demonstrates usage of none mandatory LabelProviders in TreeViewers to set colors and font with 3.2-API -[![Snippet014TreeViewerNoMandatoryLabelProvider.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet014TreeViewerNoMandatoryLabelProvider.png)](/File:Snippet014TreeViewerNoMandatoryLabelProvider.png) +![Snippet014TreeViewerNoMandatoryLabelProvider.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet014TreeViewerNoMandatoryLabelProvider.png) ### [Snippet015 - Custom Tooltips For Tree](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet015CustomTooltipsForTree.java) @@ -282,7 +282,7 @@ Demonstrates usage of none mandatory LabelProviders in TreeViewers to set colors Demonstrates usage of custom tooltip support used to provide a tooltip for each cell in a TreeViewer -[![Snippet015CustomTooltipsForTree.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet015CustomTooltipsForTree.png)](/File:Snippet015CustomTooltipsForTree.png) +![Snippet015CustomTooltipsForTree.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet015CustomTooltipsForTree.png) ### [Snippet017 - Table Viewer Hide Show Columns](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet017TableViewerHideShowColumns.java) @@ -291,7 +291,7 @@ Demonstrates usage of custom tooltip support used to provide a tooltip for each Demonstrates hiding and showing columns (animated) -[![Snippet017TableViewerHideShowColumns.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet017TableViewerHideShowColumns.png)](/File:Snippet017TableViewerHideShowColumns.png) +![Snippet017TableViewerHideShowColumns.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet017TableViewerHideShowColumns.png) ### [Snippet019 - Table Viewer Add Remove Columns With Editing](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet019TableViewerAddRemoveColumnsWithEditing.java) @@ -300,7 +300,7 @@ Demonstrates hiding and showing columns (animated) Demonstrates adding/removing of columns in conjunction with the inline editing with JFace-API -[![Snippet019TableViewerAddRemoveColumnsWithEditing.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet019TableViewerAddRemoveColumnsWithEditing.png)](/File:Snippet019TableViewerAddRemoveColumnsWithEditing.png) +![Snippet019TableViewerAddRemoveColumnsWithEditing.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet019TableViewerAddRemoveColumnsWithEditing.png) ### [Snippet024 - Table Viewer Explore](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet024TableViewerExploreNewAPI.java) @@ -309,7 +309,7 @@ Demonstrates adding/removing of columns in conjunction with the inline editing w Demonstrates the base classes of 3.3 API -[![Snippet024TableViewerExploreNewAPI.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet024TableViewerExploreNewAPI.png)](/File:Snippet024TableViewerExploreNewAPI.png) +![Snippet024TableViewerExploreNewAPI.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet024TableViewerExploreNewAPI.png) ### [Snippet025 - Tab Editing](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet025TabEditing.java) @@ -318,7 +318,7 @@ Demonstrates the base classes of 3.3 API Demonstrates how one can use the 3.3 API to add tab-editing support to your viewer -[![Snippet025TabEditing.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet025TabEditing.png)](/File:Snippet025TabEditing.png) +![Snippet025TabEditing.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet025TabEditing.png) Press Tab to jump from cell to cell @@ -329,7 +329,7 @@ Press Tab to jump from cell to cell Demonstrates all fancy things one can do with the 3.3 API (Tab-Editing, Keyboard-Navigation from Cell to Cell, Editor-Activation with the Keyboard) -[![Snippet026TreeViewerTabEditing.gif](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet026TreeViewerTabEditing.gif)](/File:Snippet026TreeViewerTabEditing.gif) +![Snippet026TreeViewerTabEditing.gif](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet026TreeViewerTabEditing.gif) ### [Snippet027 - Combo Box Cell Editors](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet027ComboBoxCellEditors.java) @@ -338,7 +338,7 @@ Demonstrates all fancy things one can do with the 3.3 API (Tab-Editing, Keyboard Demonstrates usage of the ComboBoxCellEditor in JFace-Viewers -[![Snippet027ComboBoxCellEditors.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet027ComboBoxCellEditors.png)](/File:Snippet027ComboBoxCellEditors.png) +![Snippet027ComboBoxCellEditors.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet027ComboBoxCellEditors.png) ### [Snippet029 - Virtual Table Viewer](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet029VirtualTableViewer.java) @@ -361,7 +361,7 @@ Demonstrates usage of JFace-Viewer virtual mode with a lazy content provider Demonstrates creation of tooltips for cells for pre 3.3 users -[![Snippet031TableViewerCustomTooltipsMultiSelection.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet031TableViewerCustomTooltipsMultiSelection.png)](/File:Snippet031TableViewerCustomTooltipsMultiSelection.png) +![Snippet031TableViewerCustomTooltipsMultiSelection.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet031TableViewerCustomTooltipsMultiSelection.png) ### [Snippet034 - Cell Editor Per Row](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet034CellEditorPerRow.java) @@ -370,7 +370,7 @@ Demonstrates creation of tooltips for cells for pre 3.3 users Demonstrates different CellEditor-Types in one COLUMN of JFace-Viewers -[![Snippet034CellEditorPerRow.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet034CellEditorPerRow.png)](/File:Snippet034CellEditorPerRow.png) +![Snippet034CellEditorPerRow.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet034CellEditorPerRow.png) ### [Snippet035 - Table Cursor Cell Highlighter](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet035TableCursorCellHighlighter.java) @@ -386,7 +386,7 @@ You also need these classes: * [TableCursor.java](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/TableCursor.java) -[![Snippet035TableCursorCellHighlighter.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet035TableCursorCellHighlighter.png)](/File:Snippet035TableCursorCellHighlighter.png) +![Snippet035TableCursorCellHighlighter.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet035TableCursorCellHighlighter.png) ### [Snippet036 - Focus Border Cell Highlighter](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet036FocusBorderCellHighlighter.java) @@ -400,7 +400,7 @@ You also need: * [FocusBorderCellHighlighter.java](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/FocusBorderCellHighlighter.java) -[![Snippet036FocusBorderCellHighlighter.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet036FocusBorderCellHighlighter.png)](/File:Snippet036FocusBorderCellHighlighter.png) +![Snippet036FocusBorderCellHighlighter.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet036FocusBorderCellHighlighter.png) ### [Snippet037 - Fancy Custom Tooltips](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet037FancyCustomTooltips.java) @@ -409,7 +409,7 @@ You also need: Demonstrates customizability of the 3.3 JFace-Support for cell tooltips using the Browser-Widget and presenting HTML -[![Snippet037FancyCustomTooltips.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet037FancyCustomTooltips.png)](/File:Snippet037FancyCustomTooltips.png) +![Snippet037FancyCustomTooltips.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet037FancyCustomTooltips.png) ### [Snippet039 - List Viewer](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet039ListViewer.java) @@ -418,7 +418,7 @@ Demonstrates customizability of the 3.3 JFace-Support for cell tooltips using th Demonstrates a very simple usage of ListViewer -[![Snippet039ListViewer.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet039ListViewer.png)](/File:Snippet039ListViewer.png) +![Snippet039ListViewer.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet039ListViewer.png) ### [Snippet040 - Table Viewer Sorting](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet040TableViewerSorting.java) @@ -427,7 +427,7 @@ Demonstrates a very simple usage of ListViewer Demonstrates sorting (ascending/descending) in TableViewers by clicking the column header. -[![Snippet040TableViewerSorting.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet040TableViewerSorting.png)](/File:Snippet040TableViewerSorting.png) +![Snippet040TableViewerSorting.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet040TableViewerSorting.png) ### [Snippet 041 - Table Viewer Alternating Colors and Viewer Filters](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet041TableViewerAlternatingColors.java) @@ -436,7 +436,7 @@ Demonstrates sorting (ascending/descending) in TableViewers by clicking the colu Demonstrates how to achieve alternating row-colors with TableViewer. It can also be used in conjunction with virtual-bits to even work with big tables (e.g. 100,000 rows in this example). In addition, this snippet provided a button that will demonstrate the usage of viewer filters. -[![Snippet041TableViewerAlternatingColors.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet041TableViewerAlternatingColors.png)](/File:Snippet041TableViewerAlternatingColors.png) +![Snippet041TableViewerAlternatingColors.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet041TableViewerAlternatingColors.png) ### [Snippet043 - Tree Viewer Keyboard Editing](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet043TreeViewerKeyboardEditing.java) @@ -445,7 +445,7 @@ Demonstrates how to achieve alternating row-colors with TableViewer. It can also Demonstrates the JFace 3.3 keyboard editing support for Trees without columns. Tabbing from editor to editor is supported since 3.4. In addition, this snippet provided a button that shows how to enter in edit mode programmatically. -[![Snippet043TreeViewerKeyboardEditing.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet043TreeViewerKeyboardEditing.png)](/File:Snippet043TreeViewerKeyboardEditing.png) +![Snippet043TreeViewerKeyboardEditing.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet043TreeViewerKeyboardEditing.png) ### [Snippet044 - Table Viewer Keyboard Editing](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet044TableViewerKeyboardEditing.java) @@ -465,7 +465,7 @@ You also need: Demonstrates how a TableViewer with a sorter can be filled from a NON-UI thread -[![Snippet045TableViewerFillFromBackgroundThread.gif](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet045TableViewerFillFromBackgroundThread.gif)](/File:Snippet045TableViewerFillFromBackgroundThread.gif) +![Snippet045TableViewerFillFromBackgroundThread.gif](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet045TableViewerFillFromBackgroundThread.gif) ### [Snippet046 - Update Viewer From Background Thread](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet046UpdateViewerFromBackgroundThread.java) @@ -474,7 +474,7 @@ Demonstrates how a TableViewer with a sorter can be filled from a NON-UI thread Demonstrates how to update a viewer from a long-running task (which is executed in a thread) and calls back to the UI-Thread using "asyncExec". -[![Snippet046UpdateViewerFromBackgroundThread.gif](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet046UpdateViewerFromBackgroundThread.gif)](/File:Snippet046UpdateViewerFromBackgroundThread.gif) +![Snippet046UpdateViewerFromBackgroundThread.gif](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet046UpdateViewerFromBackgroundThread.gif) ### [Snippet047 - Virtual Lazy Tree Viewer](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet047VirtualLazyTreeViewer.java) @@ -483,7 +483,7 @@ Demonstrates how to update a viewer from a long-running task (which is executed Demonstrates the usage of ILazyContentProvider in conjunction with a Virtual-TreeViewer. The snippet shows how using a lazy tree can minimize the memory footprint and maximize the speed when viewing large models. -[![Snippet047VirtualLazyTreeViewer.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet047VirtualLazyTreeViewer.png)](/File:Snippet047VirtualLazyTreeViewer.png) +![Snippet047VirtualLazyTreeViewer.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet047VirtualLazyTreeViewer.png) ### [Snippet048 - Tree Viewer Tab With Checkbox](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet048TreeViewerTabWithCheckboxFor3_3.java) @@ -494,7 +494,7 @@ Demonstrates how to overcome a limitation when it comes to key-navigation and Ch This is a workaround for bug [https://bugs.eclipse.org/bugs/show_bug.cgi?id=198502](https://bugs.eclipse.org/bugs/show_bug.cgi?id=198502) -[![Snippet048TreeViewerTabWithCheckboxFor3 3.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet048TreeViewerTabWithCheckboxFor3_3.png)](/File:Snippet048TreeViewerTabWithCheckboxFor3_3.png) +![Snippet048TreeViewerTabWithCheckboxFor3 3.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet048TreeViewerTabWithCheckboxFor3_3.png) ### [Snippet049 - Styled Cell Label Provider](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet049StyledCellLabelProvider.java) @@ -503,7 +503,7 @@ This is a workaround for bug [https://bugs.eclipse.org/bugs/show_bug.cgi?id=1985 Demonstrates a LabelProvider-Type which uses StyleRanges. This Snippet requires SWT/JFace 3.4. -[![Snippet049StyledCellLabelProvider.gif](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet049StyledCellLabelProvider.gif)](/File:Snippet049StyledCellLabelProvider.gif) +![Snippet049StyledCellLabelProvider.gif](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet049StyledCellLabelProvider.gif) ### [Snippet050 - Delegating Styled Cell Label Provider](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet050DelegatingStyledCellLabelProvider.java) @@ -512,7 +512,7 @@ Demonstrates a LabelProvider-Type which uses StyleRanges. This Snippet requires Demonstrates how you can add styled text by wrapping an existing label provider. This Snippet requires SWT/JFace 3.4. -[![Snippet050DelegatingStyledCellLabelProvider.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet050DelegatingStyledCellLabelProvider.png)](/File:Snippet050DelegatingStyledCellLabelProvider.png) +![Snippet050DelegatingStyledCellLabelProvider.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet050DelegatingStyledCellLabelProvider.png) ### [Snippet051 - Table Centered Image](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet051TableCenteredImage.java) @@ -521,7 +521,7 @@ Demonstrates how you can add styled text by wrapping an existing label provider. Demonstrate how to center an image and create graphics in a cell using a technique called "owner draw". -[![Snippet051TableCenteredImage.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet051TableCenteredImage.png)](/File:Snippet051TableCenteredImage.png) +![Snippet051TableCenteredImage.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet051TableCenteredImage.png) ### [Snippet052 - Double Click Cell Editor](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet052DoubleClickCellEditor.java) @@ -530,7 +530,7 @@ Demonstrate how to center an image and create graphics in a cell using a techniq Demonstrate how to start cell-editors on double click. -[![Snippet052DoubleClickCellEditor.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet052DoubleClickCellEditor.png)](/File:Snippet052DoubleClickCellEditor.png) +![Snippet052DoubleClickCellEditor.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet052DoubleClickCellEditor.png) ### [Snippet053 - Start Editor With Context Menu](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet053StartEditorWithContextMenu.java) @@ -539,7 +539,7 @@ Demonstrate how to start cell-editors on double click. Demonstrate how to start up a cell editor with a context menu and not with mouse clicking on the cell. -[![Snippet053StartEditorWithContextMenu.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet053StartEditorWithContextMenu.png)](/File:Snippet053StartEditorWithContextMenu.png) +![Snippet053StartEditorWithContextMenu.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet053StartEditorWithContextMenu.png) ### [Snippet055 - Hide Show Column](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet055HideShowColumn.java) @@ -548,7 +548,7 @@ Demonstrate how to start up a cell editor with a context menu and not with mouse Demonstrate hiding and showing columns and starting a cell editor programmatically. -[![Snippet055HideShowColumn.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet055HideShowColumn.png)](/File:Snippet055HideShowColumn.png) +![Snippet055HideShowColumn.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet055HideShowColumn.png) ### [Snippet056 - Boolean Cell Editor](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet056BooleanCellEditor.java) @@ -562,7 +562,7 @@ You also need these classes: * [BooleanCellEditor.java](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/BooleanCellEditor.java) -[![Snippet056BooleanCellEditor.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet056BooleanCellEditor.png)](/File:Snippet056BooleanCellEditor.png) +![Snippet056BooleanCellEditor.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet056BooleanCellEditor.png) ### [Snippet057 - Table Viewer Skip Hidden Cells](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet057TableViewerSkipHiddenCells.java) @@ -571,7 +571,7 @@ You also need these classes: Example of showing how easy cell-navigation with hidden cells is. Use the cursor keys to navigate between cells. Then use the context menu to hide a column. -[![Snippet057TableViewerSkipHiddenCells.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet057TableViewerSkipHiddenCells.png)](/File:Snippet057TableViewerSkipHiddenCells.png) +![Snippet057TableViewerSkipHiddenCells.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet057TableViewerSkipHiddenCells.png) ### [Snippet058 - Cell Navigation](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet058CellNavigationIn34.java) @@ -580,7 +580,7 @@ Example of showing how easy cell-navigation with hidden cells is. Use the cursor Shows how to automatically reveal cells when navigating. Run the snippet and then edit the first cell by double-clicking. Pressing the tab key will advance to the next cell in edit mode and reveal the cell if it is not in the viewport. -[![Snippet058CellNavigationIn34.gif](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet058CellNavigationIn34.gif)](/File:Snippet058CellNavigationIn34.gif) +![Snippet058CellNavigationIn34.gif](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet058CellNavigationIn34.gif) ### [Snippet060 - Text Cell Editor With Content Proposal/Field assists](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet060TextCellEditorWithContentProposal.java) @@ -589,7 +589,7 @@ Shows how to automatically reveal cells when navigating. Run the snippet and the Show how to use content-proposal inside a CellEditor -[![Snippet060TextCellEditorWithContentProposal.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet060TextCellEditorWithContentProposal.png)](/File:Snippet060TextCellEditorWithContentProposal.png) +![Snippet060TextCellEditorWithContentProposal.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet060TextCellEditorWithContentProposal.png) ### [Snippet061 - Faked Native Cell Editor](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet061FakedNativeCellEditor.java) @@ -604,7 +604,7 @@ You also need these classes: -[![Snippet061FakedNativeCellEditor.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet061FakedNativeCellEditor.png)](/File:Snippet061FakedNativeCellEditor.png) +![Snippet061FakedNativeCellEditor.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet061FakedNativeCellEditor.png) ### [Snippet062 - Text And Dialog Cell Editor](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet062TextAndDialogCellEditor.java) @@ -618,7 +618,7 @@ You also need these classes: * [TextAndDialogCellEditor.java](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/TextAndDialogCellEditor.java) -[![Snippet062TextAndDialogCellEditor.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet062TextAndDialogCellEditor.png)](/File:Snippet062TextAndDialogCellEditor.png) +![Snippet062TextAndDialogCellEditor.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet062TextAndDialogCellEditor.png) ### [Snippet063 - Combo Viewer](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet063ComboViewer.java) @@ -627,7 +627,7 @@ You also need these classes: Show how to use ComboViewer and set an initial selection -[![Snippet063ComboViewer.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet063ComboViewer.png)](/File:Snippet063ComboViewer.png) +![Snippet063ComboViewer.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet063ComboViewer.png) ### [Snippet064 - Replacing elements in a TreeViewer with child elements](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet064TreeViewerReplacingElements.java) @@ -636,7 +636,7 @@ Show how to use ComboViewer and set an initial selection A TreeViewer with observable collections as input, to demonstrate, how elements are replaced, especially what happens to selected items on replacement -[![Snippet064TreeViewerReplacingElements.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet064TreeViewerReplacingElements.png)](/File:Snippet064TreeViewerReplacingElements.png) +![Snippet064TreeViewerReplacingElements.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet064TreeViewerReplacingElements.png) ### [Snippet065 - Replacing elements in a TreeViewer without child elements](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet065TableViewerReplacingElements.java) @@ -645,7 +645,7 @@ A TreeViewer with observable collections as input, to demonstrate, how elements A TreeViewer with observable collections as input, to demonstrate, how elements are replaced, especially what happens to selected items on replacement -[![Snippet065TableViewerReplacingElements.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet065TableViewerReplacingElements.png)](/File:Snippet065TableViewerReplacingElements.png) +![Snippet065TableViewerReplacingElements.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet065TableViewerReplacingElements.png) ### [Snippet066 - TableViewer with Label Decorator](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet066TableViewerWithLabelDecorator.java) @@ -654,7 +654,7 @@ A TreeViewer with observable collections as input, to demonstrate, how elements A TableViewer that shows how to add a status icon to a Label with IStyledLabelProvider and DecorationOverlayIcon -[![Snippet066TableViewerWithLabelDecorator.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet066TableViewerWithLabelDecorator.png)](/File:Snippet066TableViewerWithLabelDecorator.png) +![Snippet066TableViewerWithLabelDecorator.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet066TableViewerWithLabelDecorator.png) Window ------ @@ -672,7 +672,7 @@ For full fun you also need: * [Error Icon](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/window/showerr_tsk.gif) -[![Snippet020CustomizedControlTooltips.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet020CustomizedControlTooltips.png)](/File:Snippet020CustomizedControlTooltips.png) +![Snippet020CustomizedControlTooltips.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet020CustomizedControlTooltips.png) ### [Snippet031 - Table Static Tooltip](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/window/Snippet031TableStaticTooltip.java) @@ -681,7 +681,7 @@ For full fun you also need: Demonstrates creation of ToolTips for Tables without using the JFace-Viewers API but only JFace-Tooltips -[![Snippet031TableStaticTooltip.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet031TableStaticTooltip.png)](/File:Snippet031TableStaticTooltip.png) +![Snippet031TableStaticTooltip.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet031TableStaticTooltip.png) Wizard ------ @@ -693,7 +693,7 @@ Wizard Demonstrates how to work with JFace-Wizards and fill a TableViewer from a Background-Thread without blocking the UI showing a progress bar in the meanwhile -[![Snippet047.gif](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet047.gif)](/File:Snippet047.gif) +![Snippet047.gif](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet047.gif) ### [Snippet071 - Wizard with Progress and Cancel](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/wizard/Snippet071WizardWithProgressAndCancel.java) @@ -702,7 +702,7 @@ Demonstrates how to work with JFace-Wizards and fill a TableViewer from a Backgr Demonstrates a wizard with internal progress. -[![Snippet071WizardWithProgressAndCancel.gif](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet071WizardWithProgressAndCancel.gif)](/File:Snippet071WizardWithProgressAndCancel.gif) +![Snippet071WizardWithProgressAndCancel.gif](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet071WizardWithProgressAndCancel.gif) ### [Snippet072 Wizard with Progress Subtasks and Cancel](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/wizard/Snippet072WizardWithProgressSubtasksAndCancel.java) @@ -710,7 +710,7 @@ Demonstrates a wizard with internal progress. [https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/FocusBorderCellHighlighter.java](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/FocusBorderCellHighlighter.java) Demonstrates a wizard with internal progress using SubMonitor and subtasks. -[![Snippet072WizardWithProgressSubtasksAndCancel.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet072WizardWithProgressSubtasksAndCancel.png)](/File:Snippet072WizardWithProgressSubtasksAndCancel.png) +![Snippet072WizardWithProgressSubtasksAndCancel.png](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet072WizardWithProgressSubtasksAndCancel.png) @@ -721,5 +721,4 @@ Demonstrates a wizard with internal progress. Demonstrates a wizard that enables access to the calling shell... -[![Snippet074ModelesWizard.gif](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet074ModelesWizard.gif)](/File:Snippet074ModelesWizard.gif) - +![Snippet074ModelesWizard.gif](https://raw.githubusercontent.com/vogellacompany/eclipse.platform.ui/master/docs/images/Snippet074ModelesWizard.gif)