Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » glue code for linking two classes?
glue code for linking two classes? [message #654319] Tue, 15 February 2011 01:50
Eclipse UserFriend
Programming with Eclipse Framework often requires programmers to write glue code to link two classes together to perform certain functionality. Below is an example:

You want to link your Editor (extends TextEditor) with your Scanner (extends RuleBasedScanner) to do a customized syntax highlighting. Then you have to write quite a bunch of code dealing with several different classes other than Editor and Scanner, see
http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse. platform.doc.isv/guide/editors_highlighting.htm
for a brief description. It's quite complex for beginners.

Similar situation happens when we want to link our Editor with our CompletionProposal to customize auto-completion.

We're doing research on automated synthesis of this kind of glue code, and we want to see more examples.

Could you please share your experience on writing glue code to link two classes? Just giving the names of the classes would be very helpful.

Thank you very much!
Previous Topic:Wrong version of org.eclipse.core.resources bundle in the 3.6.1 p2 repository?
Next Topic:can't Export RCP with JRE
Goto Forum:
  


Current Time: Tue Jul 01 03:12:20 EDT 2025

Powered by FUDForum. Page generated in 0.07198 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top