Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Building Composite for SWT
Building Composite for SWT [message #98445] Tue, 19 July 2005 19:01 Go to next message
Eclipse UserFriend
Originally posted by: khetarpa.ca.ibm.com

My problem is I create extend the Composite and create is. But inside the
class I am referring this.getClass().getName() to get the name of the
class. When VE runs I get org.eclipse...Composite not the one I extended.
Re: Building Composite for SWT [message #98459 is a reply to message #98445] Tue, 19 July 2005 19:26 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

We don't instantiate "this" because we are in the process of developing
"this". It would be a chicken and egg problem. We instantiate the
immediate super class.

Dinesh wrote:
> My problem is I create extend the Composite and create is. But inside
> the class I am referring this.getClass().getName() to get the name of
> the class. When VE runs I get org.eclipse...Composite not the one I
> extended.
>

--
Thanks,
Rich Kulp
Re: Building Composite for SWT [message #609108 is a reply to message #98445] Tue, 19 July 2005 19:26 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

We don't instantiate "this" because we are in the process of developing
"this". It would be a chicken and egg problem. We instantiate the
immediate super class.

Dinesh wrote:
> My problem is I create extend the Composite and create is. But inside
> the class I am referring this.getClass().getName() to get the name of
> the class. When VE runs I get org.eclipse...Composite not the one I
> extended.
>

--
Thanks,
Rich Kulp
Previous Topic:Building Composite for SWT
Next Topic:VE I20050719: Unable to open a visual class
Goto Forum:
  


Current Time: Tue Apr 16 17:43:59 GMT 2024

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

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

Back to the top