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 "JDT UI"

 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{JDT_UI}}  
 
{{JDT_UI}}  
 +
 +
{{Infobox
 +
| name = JDT UI
 +
| download = https://repo1.maven.org/maven2/org/eclipse/jdt/org.eclipse.jdt.ui/
 +
| website = https://www.eclipse.org/jdt/ui/index.php
 +
| product = JDT
 +
| component = UI
 +
| source = https://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/
 +
}}
  
 
JDT UI implements the user interface for the Java IDE. It provides several workbench contributions for viewing and manipulating Java code.
 
JDT UI implements the user interface for the Java IDE. It provides several workbench contributions for viewing and manipulating Java code.
Line 11: Line 20:
 
*[http://live.eclipse.org/node/1040 Java 7 support in Eclipse JDT] - Demo on Eclipse Live
 
*[http://live.eclipse.org/node/1040 Java 7 support in Eclipse JDT] - Demo on Eclipse Live
  
== Quick Links  ==
+
== Links  ==
 +
 
 +
* [[Generify_A_Java_Project| How to Generify a Java Project]]
 +
 
 +
* [[JDT_Core/Null_Analysis | Null analysis via Null annotations]]
  
*[[Generify_A_Java_Project| How to Generify a Java Project]]
+
* [[JDT_UI/Howto/Create_Feature_Patch| How to create a Feature Patch]]
  
*[[JDT_Core/Null_Analysis | Null analysis via Null annotations]]
+
* [https://git.eclipse.org/r/q/project:jdt%252Feclipse.jdt.core JDT UI on gerrit]
  
 
== Web Sites  ==
 
== Web Sites  ==
  
 
*[http://www.eclipse.org/jdt/ui/ JDT/UI Home Page] - The main JDT/UI web site
 
*[http://www.eclipse.org/jdt/ui/ JDT/UI Home Page] - The main JDT/UI web site
*[http://eclipse.org/projects/project.php?id=eclipse.jdt.ui Project dashboard]
+
*[https://projects.eclipse.org/projects/eclipse.jdt.ui Project dashboard]
  
 
[[Category:Eclipse Project]]
 
[[Category:Eclipse Project]]
 
[[Category:JDT]]
 
[[Category:JDT]]

Latest revision as of 05:47, 9 September 2021

JDT UI
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

JDT UI implements the user interface for the Java IDE. It provides several workbench contributions for viewing and manipulating Java code.

Java 7

Links

Web Sites

Back to the top