Skip to main content



      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 15: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 18: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 09: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 18: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 09:30 Go to previous message
Eclipse UserFriend
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: Fri Apr 25 19:23:59 EDT 2025

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

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

Back to the top