Sure. You can use JAVA extensions that delegate to static Java  
methods. You will find hints in the reference manual and examples all  
over the code base for the basics. You will have to deal with dynamic  
EMF Objects, all you get are DynamicEObjectImpl objects that you can  
evaluate with EMF's reflection API.

~Karsten

Am 09.07.2009 um 22:40 schrieb ootferrell:

>
> In ContentAssist.ext, I want to use Java to create proposals.  For  
> example:
>
> List[Proposal] completeDslEntity_databaseTableName(emf::EObject ctx,  
> String
> prefix) :
>       JAVA
> org 
> .fornax 
> .cartridges 
> .sculptor.dsl.editor.custom.CustomHelper.getDatabaseTableNames();
>
> Is this possible?
>
>
> -- 
> View this message in context: 
> http://www.nabble.com/Can-I-Use-Java-to-Create-Code-Completion-Proposals-tp24417474s17564p24417474.html
> Sent from the Fornax-Platform mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited  
> time,
> vendors submitting new applications to BlackBerry App World(TM) will  
> have
> the opportunity to enter the BlackBerry Developer Challenge. See  
> full prize
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> Fornax-developer mailing list
> Fornax-developer@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fornax-developer


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to