Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Nebula"

(Archives)
(Widgets)
(44 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Nebula Project ==
 
 
'''Supplemental Custom Widgets for SWT (and more)'''
 
 
 
The Nebula project is a source for custom SWT widgets and other UI components.
 
The Nebula project is a source for custom SWT widgets and other UI components.
  
==Meetings==
+
=Release Notes=
[[Nebula/Minutes#Meeting_Januari_2012 | Please add your topics for the next meeting]]
+
* [[Nebula/Releases/2.2.0/NaN|Release 2.2.0 New and Noteworthy]]
 
+
* [[Nebula/Releases/2.1.0/NaN|Release 2.1.0 New and Noteworthy]]
==Widgets==
+
* [[Nebula/Releases/2.0.0/NaN|Release 2.0.0 New and Noteworthy]]
=== Gallery ===
+
* [[Nebula/Releases/1.4.0/NaN|Release 1.4.0 New and Noteworthy]]
[[Nebula_Gallery_Explained]] : How does the Gallery widget work and how to write a custom renderer
+
* [[Nebula/Releases/1.3.0/NaN|Release 1.3.0 New and Noteworthy]]
 
+
[[Nebula_Gallery_Status]] : Why is Gallery labeled as Beta
+
 
+
[[Nebula_Gallery_FAQ]] : Frequently Asked Questions
+
 
+
=== CWT  ===
+
 
+
Common code for custom widgets :
+
 
+
[[Nebula CWT Animation]] : Quick overview of the animation package included in CWT.
+
 
+
=== XViewer ===
+
 
+
[http://www.eclipse.org/nebula/widgets/xviewer/xviewer.php Overview and Features]
+
 
+
[[Nebula_XViewer_Getting_Started]] : XViewer examples and explanation.
+
 
+
 
+
== Developer resources ==
+
 
+
[[Nebula_Actions]] : List of current issues requiring committer action.  
+
 
+
[[Nebula_Setup]] : Project set and instructions
+
 
+
[[Nebula_Builds]] : Overview of Nebula builds with Maven Tycho, on Hudson or locally
+
 
+
[[Nebula_Examples_Webstart]] : How to generate examples as webstart.
+
 
+
[[Nebula/New_Contributions]]: How to start your contribution.
+
 
+
== IP Log ==
+
 
+
The IP log is automatically generated from bugzilla[http://www.eclipse.org/projects/ip_log.php?projectid=technology.nebula].
+
  
== Archives ==
+
=Developer resources=
 +
* [[Nebula_Setup|Project set and instructions]]
 +
* [[Nebula/New_Contributions|How to start your contribution.]]
 +
* [[Nebula_Builds|Overview of Nebula builds with Maven Tycho, on Jenkins or locally]]
 +
* [[Nebula/SRM|Nebula Source Revision Management]]
  
[[Nebula_Releng]] : How to set up the build process for Nebula project with Athena CBI (old way of building).
+
=Widgets=
 +
* [[Nebula_Badged_Label|Documentation about BadgedLabel widget]]
 +
* [[Nebula_Breadcrumb|Documentation about the Breadcrumb widget]]
 +
* [[Nebula_Calculator|Documentation about Calculator widget]]
 +
* [[Nebula_CheckboxGroup|Documentation about the Checkbox Group widget]]
 +
* [[Nebula_ColumnBrowser|Documentation about the Column Browser widget]]
 +
* [[Nebula_CTreeCombo|Documentation about Nebula CTreeCombo]]
 +
* [[Nebula_Dialog|Documentation about the Dialog widget]]
 +
* [[Nebula_Duallist|Documentation about the Duallist widget]]
 +
* [[Nebula_Header|Documentation about the Header widget]]
 +
* [[Nebula_HeapManager|Documentation about the HeapManager widget]]
 +
* [[Nebula_HorizontalSpinner|Documentation about Horizontal Spinner widget]]
 +
* [[Nebula_Launcher|Documentation about Launcher widget]]
 +
* [[Nebula_LED|Documentation about LED Display widget]]
 +
* [[Nebula_LoginDialog|Documentation about the LoginDialog widget]]
 +
* [[Nebula_Multichoice|Documentation about the Mutichoice widget]]
 +
* [[Nebula_NebulaSlider|Documentation about Nebula Slider widget]]
 +
* [[Nebula_NebulaSplitButton|Documentation about Nebula Split Button widget]]
 +
* [[Nebula_NebulaRoundedCheckBox|Documentation about Nebula Rounded Check Box]]
 +
* [[Nebula_Notifier|Documentation about the Notifier widget]]
 +
* [[Nebula_Paperclips|Documentation about Paperclips]]
 +
* [[Nebula_Panels|Documentation about Panels widget]]
 +
* [[Nebula_PasswordRevealer|Documentation about Password Revealer widget]]
 +
* [[Nebula_PreferenceWindow|Documentation about the PreferenceWindow widget]]
 +
* [[Nebula_ProgressCircle|Documentation about Progress Circle widget]]
 +
* [[Nebula_PromptSupport|Documentation about the PromptSupport widget]]
 +
* [[Nebula_PropertyTable|Documentation about the PropertyTable widget]]
 +
* [[Nebula_RangeSlider|Documentation about the RangeSlider widget]]
 +
* [[Nebula_RoundedToolbar|Documentation about the RoundedToolbar widget]]
 +
* [[Nebula_StarRating|Documentation about StarRating widget]]
 +
* [[Nebula_SwitchButton|Documentation about SwitchButton widget]]
 +
* [[Nebula_TextAssist|Documentation about TextAssist widget]]
 +
* [[Nebula_TipOfTheDay|Documentation about TipOfTheDay widget]]
 +
* [[Nebula_TitledSeparator|Documentation about TitledSeparator widget]]
  
 
[[Category:Eclipse Technology Project]]
 
[[Category:Eclipse Technology Project]]
 
[[Category:Nebula]]
 
[[Category:Nebula]]

Revision as of 06:05, 7 October 2019

The Nebula project is a source for custom SWT widgets and other UI components.

Release Notes

Developer resources

Widgets

Back to the top