Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "OTDT/NonAPI"

(New page: For the sake of a smooth and deep integration into the JDT the OTDT connects to other plugins using some non-API mechanisms. The extent and rationale is documented on this page. ==Affecte...)
 
Line 7: Line 7:
 
The OTDT contains a variant of the jdt.core plugin as described [[OTDT/JDTCore|here]].
 
The OTDT contains a variant of the jdt.core plugin as described [[OTDT/JDTCore|here]].
  
Additionally, ...
+
Additionally, the following OT plugins access internals of the JDT/Core:
 +
* [[Image:Plugin_obj.gif]] org.eclipse.objectteams.otdt
 +
** [[Image:Team_obj.gif]] [http://dev.eclipse.org/viewcvs/index.cgi/trunk/plugins/org.eclipse.objectteams.otdt/src/org/eclipse/objectteams/otdt/core/hierarchy/OTTypeHierarchies.java?view=markup&root=TOOLS_OBJECTTEAMS&sortby=file&view=log OTTypeHierarchies] -- This team adapts the TypeHierarchy mechanism to account for implicit inheritance
 +
 
 +
'''Status''': ''List of OT-plugins processed''
 +
* org.eclipse.objectteams.otdt
 +
 
  
 
[[Category:Object Teams]]
 
[[Category:Object Teams]]
 
[[Category:Object Teams Development]]
 
[[Category:Object Teams Development]]

Revision as of 08:41, 25 November 2010

For the sake of a smooth and deep integration into the JDT the OTDT connects to other plugins using some non-API mechanisms. The extent and rationale is documented on this page.

Affected plugins

org.eclipse.jdt.core

The OTDT contains a variant of the jdt.core plugin as described here.

Additionally, the following OT plugins access internals of the JDT/Core:

  • Plugin obj.gif org.eclipse.objectteams.otdt
    • Team obj.gif OTTypeHierarchies -- This team adapts the TypeHierarchy mechanism to account for implicit inheritance

Status: List of OT-plugins processed

  • org.eclipse.objectteams.otdt

Back to the top