Skip to content

Commit 136afb4

Browse files
committed
Adding the missing Notification snippets to the wiki
Since a while we have three notification snippets but only on the documentation page.
1 parent 9474c95 commit 136afb4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/JFaceSnippets.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Contents
2121
* [1.2 Snippet082 - Color Selector](#Snippet082---Color-Selector)
2222
* [2 Notification](#Notification)
2323
* [2.1 Snippet081 - Notification API](#Snippet081---Notification-API)
24+
* [2.2 Snippet002 - Notification Popup with Functions](#Snippet002---Notification-Popup-with-Functions)
25+
* [2.3 Snippet004 - Notification Popup with Custom Delay and Fade](#Snippet004---Notification-Popup-with-Custom-Delay-and-Fade)
2426
* [3 Layout](#Layout)
2527
* [3.1 Snippet013 - Grid Layout Factory](#Snippet013---Grid-Layout-Factory)
2628
* [3.2 Snippet016 - Table Layout](#Snippet016---Table-Layout)
@@ -127,6 +129,18 @@ Demonstrates usage of the non-blocking notification API
127129

128130
![Snippet081 Shell1.gif](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/docs/images/Snippet081_Shell1.gif)
129131

132+
### [Snippet002 - Notification Popup with Functions](https://github.com/eclipse-platform/eclipse.platform.ui/blob/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/notifications/Snippet002NotificationPopupWithFunctions.java)
133+
134+
* [Snippet002 - Notification Popup with Functions](https://github.com/eclipse-platform/eclipse.platform.ui/blob/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/notifications/Snippet002NotificationPopupWithFunctions.java)
135+
136+
Demonstrates the creation of notification popups that include function callbacks for user interactions.
137+
138+
### [Snippet004 - Notification Popup with Custom Delay and Fade](https://github.com/eclipse-platform/eclipse.platform.ui/blob/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/notifications/Snippet004NotificationPopupWithCustomDelayAndFade.java)
139+
140+
* [Snippet004 - Notification Popup with Custom Delay and Fade](https://github.com/eclipse-platform/eclipse.platform.ui/blob/master/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/notifications/Snippet004NotificationPopupWithCustomDelayAndFade.java)
141+
142+
Shows how to create notification popups with custom delay and fade effects for enhanced visual feedback.
143+
130144
Layout
131145
------
132146

0 commit comments

Comments
 (0)