This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 225002 - Delegating method, Add support for prefixes
Summary: Delegating method, Add support for prefixes
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3.1
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-17 01:03 UTC by leesdolphin
Modified: 2013-01-17 12:51 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description leesdolphin 2013-01-17 01:03:47 UTC
When I am delegating methods, I would like to be able to add a prefix to it, such as:

JLabel rightLabel;

void setRightText(String)
void setRightForeground(Color)

I don't know if this is possible, but It would be great to have. And sorry in advance if this is in the Bleeding edge releases.

 
My Netbeans info:

   Product Version: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
   Updates: NetBeans IDE is updated to version , NetBeans 7.3 Beta 2
   Java: 1.6.0_37; Java HotSpot(TM) 64-Bit Server VM 20.12-b01-434
   Runtime: Java(TM) SE Runtime Environment 1.6.0_37-b06-434-11M3909
   System: Mac OS X version 10.8.2 running on x86_64; MacRoman; en_US (nb)
   User directory: /Users/___/Library/Application Support/NetBeans/7.3beta
   Cache directory: /Users/___/Library/Caches/NetBeans/7.3beta

Yours,

Lee