Skip to main content



      Home
Home » Modeling » GMF (Graphical Modeling Framework) » How to use constructor of xxxItemProvider.java in other class in GMF(How to use constructor of xxxItemProvider.java in other class in GMF)
How to use constructor of xxxItemProvider.java in other class in GMF [message #757652] Mon, 21 November 2011 01:40 Go to next message
Eclipse UserFriend
Hi All,

As I want to create an object for the class xxxItemProvider.java, But I am not able to find which class is implementing the interface AdapterFactory. The constructor shown below


public xxxItemProvider(AdapterFactory adapterFactory)
{
super(adapterFactory);
}


Regards,
Vinay
Re: How to use constructor of xxxItemProvider.java in other class in GMF [message #757862 is a reply to message #757652] Mon, 21 November 2011 02:30 Go to previous message
Eclipse UserFriend
Vinay,

There is a generated factory in the same package and normally you use
that factory to create an instance.


On 21/11/2011 7:40 AM, vinny503 wrote:
> Hi All,
>
> As I want to create an object for the class xxxItemProvider.java, But
> I am not able to find which class is implementing the interface
> AdapterFactory. The constructor shown below
>
>
> public xxxItemProvider(AdapterFactory adapterFactory)
> {
> super(adapterFactory);
> }
>
>
> Regards,
> Vinay
Previous Topic: Invalid diagram root element is selected
Next Topic:Collapsible Label
Goto Forum:
  


Current Time: Wed Jul 23 13:14:10 EDT 2025

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

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

Back to the top