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 "EDT:Code snippets"

Line 7: Line 7:
 
[[EDT:Working with a database|Working with a database]]  
 
[[EDT:Working with a database|Working with a database]]  
  
[[Accessing a service|Accessing a service]]  
+
[[EDT:Accessing a service|Accessing a service]]  
  
[[Declaring widgets|Declaring widgets]]  
+
[[EDT:Declaring widgets|Declaring widgets]]  
  
 
<br>  
 
<br>  

Revision as of 12:06, 10 February 2012

Declaring values of EGL native types

Working with custom types

Writing basic logic

Working with a database

Accessing a service

Declaring widgets



To share a code snippet:

  • On the page of interest, click Edit and, if necessary, log in to eclipse.org.
  • Add a section or update an existing one; but always include your code in the following wikitext markup:
        <source lang="java">
          // put code here 
        </source>
 
  • To add most of your content, click Wikitext or disable the Rich Editor.
  • If you create a new page, ensure that the web address begins with EDT:.

For help with editing, see Wikitext examples.       

Copyright © Eclipse Foundation, Inc. All Rights Reserved.