Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » using internal.graph classes
using internal.graph classes [message #152670] Mon, 04 October 2004 09:39 Go to next message
Eclipse UserFriend
Originally posted by: rsudra.hotmail.com

Dear all,

I am writing my own layout code that subtypes draw2d's
org.eclipse.draw2d.internal.graph.GraphVisitor and makes use of some of its
subtypes in the same package. Given that these are marked as internal,
should I be doing this or using some other approach to protected against API
changes in the future?

Thanks
Raj
Re: using internal.graph classes [message #152677 is a reply to message #152670] Mon, 04 October 2004 15:24 Go to previous message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

> I am writing my own layout code that subtypes draw2d's
> org.eclipse.draw2d.internal.graph.GraphVisitor and makes use of some of
its
> subtypes in the same package. Given that these are marked as internal,
> should I be doing this
It's your only option at this point

> or using some other approach to protected against API
> changes in the future?

You should be working with the GEF team to identify the types of extensions
that are useful, so that we can understand and support them through public
API one day. Open a bugzilla with a detailed description. Thanks!

> Thanks
> Raj
>
>
Previous Topic:Editable label
Next Topic:update site mirroring?
Goto Forum:
  


Current Time: Fri Apr 26 01:19:10 GMT 2024

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

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

Back to the top