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"

(Developer resources)
(50 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:Eclipse Technology Project]]
+
The Nebula project is a source for custom SWT widgets and other UI components.
  
== Nebula Project ==
+
=Release Notes=
 +
* [[Nebula/Releases/1.4.0/NaN|Release 1.4.0 New and Noteworthy]]
 +
* [[Nebula/Releases/1.3.0/NaN|Release 1.3.0 New and Noteworthy]]
  
'''Supplemental Custom Widgets for SWT (and more)'''
+
=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]]
  
The Nebula project is a source for custom SWT widgets and other UI components. Nebula is also an incubator for SWT. Some Nebula widgets will graduate into SWT and therefore into the main Eclipse Platform.
+
=Widgets=
 +
* [[Nebula_Breadcrumb|Documentation about the Breadcrumb widget]]
 +
* [[Nebula_CheckboxGroup|Documentation about the Checkbox Group widget]]
 +
* [[Nebula_ColumnBrowser|Documentation about the Column Browser widget]]
 +
* [[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_LoginDialog|Documentation about the LoginDialog widget]]
 +
* [[Nebula_Multichoice|Documentation about the Mutichoice widget]]
 +
* [[Nebula_Notifier|Documentation about the Notifier widget]]
 +
* [[Nebula_PreferenceWindow|Documentation about the PreferenceWindow 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_TextAssist|Documentation about TextAssist widget]]
 +
* [[Nebula_TipOfTheDay|Documentation about TipOfTheDay widget]]
 +
* [[Nebula_TitledSeparator|Documentation about TitledSeparator widget]]
 +
* [[Nebula_Calculator|Documentation about Calculator widget]]
 +
* [[Nebula_HorizontalSpinner|Documentation about Horizontal Spinner widget]]
 +
* [[Nebula_Launcher|Documentation about Launcher widget]]
 +
* [[Nebula_Panels|Documentation about Panels widget]]
 +
* [[Nebula_SwitchButton|Documentation about SwitchButton widget]]
 +
* [[Nebula_ProgressCircle|Documentation about Progress Circle widget]]
 +
* [[Nebula_NebulaSlider|Documentation about Nebula Slider widget]]
  
 
+
[[Category:Eclipse Technology Project]]
== Gallery ==
+
[[Category:Nebula]]
[[Nebula_Gallery_Explained]] : How does the Gallery widget work and how to write a custom renderer
+
 
+
[[Nebula_Gallery_Status]] : Why is Gallery labeled as Beta
+
 
+
[[Nebula_Gallery_FAQ]] : Frequently Asked Questions
+
 
+
== Developer resources ==
+
 
+
[[Nebula_Actions]] : List of current issues requiring committer action.
+
 
+
[[Nebula_Setup]] : Project set and instructions
+
 
+
[[Nebula_Releng]] : How to set up the build process for Nebula project.
+
 
+
[[Nebula_Examples_Webstart]] : How to generate examples as webstart.
+
 
+
== IP Log ==
+
 
+
The IP log is automatically generated from bugzilla[http://www.eclipse.org/projects/ip_log.php?projectid=technology.nebula].
+

Revision as of 08:30, 11 March 2018

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

Release Notes

Developer resources

Widgets

Back to the top