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 34974

Summary: Unwanted API Changes after PropertySheet integration
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: ExplorerAssignee: _ tboudreau <tboudreau>
Status: VERIFIED FIXED    
Severity: blocker CC: jglick
Priority: P1 Keywords: API
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jaroslav Tulach 2003-07-17 08:15:48 UTC
There seems to be some unwanted changes reported by
http://www.netbeans.org/servlets/ReadMsg?msgId=549418&listName=api-changes

Definitively: Added Classes
org.openide.explorer.propertysheet.PropertyRenderer$CancelAction
org.openide.explorer.propertysheet.PropertyRenderer$CustomEditAction
org.openide.explorer.propertysheet.PropertyRenderer$EditAction

are wrong as reported by issue 34832. Should not
PropertyPanel.PROP_CUSTOMIZEBUTTONLABEL be
PROP_CUSTOMIZE_BUTTON_LABEL?

Why PropertySheet.invokeCustomAction() has been added?

Why PropertySheet.setSavedPosition and
getSavedPosition have been added?
Comment 1 _ tboudreau 2003-07-17 09:07:47 UTC
Fixed.
Comment 2 Jaroslav Tulach 2003-07-17 10:03:42 UTC
PropertyPanel: revision 1.128
date: 2003/07/17 08:05:21;  author: tboudreau;  state: Exp;  lines: +1 -50
Removing experimental, non-working mnemonic code