Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » glue code for linking two classes?
glue code for linking two classes? [message #654320] Tue, 15 February 2011 01:51
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:Eclipse fails to activate UI plugin
Next Topic:[Mac] how (really) to install Zest?
Goto Forum:
  


Current Time: Mon Aug 11 17:29:41 EDT 2025

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

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

Back to the top