Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Can the fully qualified package name be suppressed in generated code?
Can the fully qualified package name be suppressed in generated code? [message #37519] Mon, 17 May 2004 19:55 Go to next message
Eclipse UserFriend
Originally posted by: shorty7.yahoo.co.uk

I'm a VE newbie so apologies if this is glaringly obvious.

Using the VE 1.0M1, is it possible to suppress the fully qualified package
name in the generated code? i.e. to automatically NOT include
'java.awt.event' references in the generated code fragment below?

jCheckBox.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent e) {
jLabel.setText(
jCheckBox.isSelected() ? "Checked" : "Unchecked");
}
});
Re: Can the fully qualified package name be suppressed in generated code? [message #37582 is a reply to message #37519] Mon, 17 May 2004 22:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

We are working on that right now and it will be in an upcoming driver.


--
Thanks, Rich Kulp

Re: Can the fully qualified package name be suppressed in generated code? [message #40343 is a reply to message #37519] Mon, 07 June 2004 13:30 Go to previous message
Eclipse UserFriend
Originally posted by: mendelgili.netscape.net

dave wrote:

> I'm a VE newbie so apologies if this is glaringly obvious.
>
> Using the VE 1.0M1, is it possible to suppress the fully qualified package
> name in the generated code? i.e. to automatically NOT include
> 'java.awt.event' references in the generated code fragment below?
>
> jCheckBox.addActionListener(new java.awt.event.ActionListener() {
> public void actionPerformed(java.awt.event.ActionEvent e) {
> jLabel.setText(
> jCheckBox.isSelected() ? "Checked" : "Unchecked");
> }
> });
>
>
https://bugs.eclipse.org/bugs/show_bug.cgi?id=61033
Re: Can the fully qualified package name be suppressed in generated code? [message #588710 is a reply to message #37519] Mon, 17 May 2004 22:53 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

We are working on that right now and it will be in an upcoming driver.


--
Thanks, Rich Kulp

Re: Can the fully qualified package name be suppressed in generated code? [message #591413 is a reply to message #37519] Mon, 07 June 2004 13:30 Go to previous message
Gili Mendel is currently offline Gili MendelFriend
Messages: 338
Registered: July 2009
Senior Member
dave wrote:

> I'm a VE newbie so apologies if this is glaringly obvious.
>
> Using the VE 1.0M1, is it possible to suppress the fully qualified package
> name in the generated code? i.e. to automatically NOT include
> 'java.awt.event' references in the generated code fragment below?
>
> jCheckBox.addActionListener(new java.awt.event.ActionListener() {
> public void actionPerformed(java.awt.event.ActionEvent e) {
> jLabel.setText(
> jCheckBox.isSelected() ? "Checked" : "Unchecked");
> }
> });
>
>
https://bugs.eclipse.org/bugs/show_bug.cgi?id=61033
Previous Topic:Generate try{}catch() block
Next Topic:Where is SWT tool palette in M8?
Goto Forum:
  


Current Time: Thu Sep 19 23:49:20 GMT 2024

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

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

Back to the top