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 100170

Summary: Expose setters for show/hide description area and enable/disable popup on PropertySheet
Product: platform Reporter: _ tboudreau <tboudreau>
Component: ExplorerAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED FIXED    
Severity: blocker CC: saubrecht, tboudreau
Priority: P3 Keywords: API_REVIEW_FAST
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 100168    
Attachments: Patch with just the changes needed to openide/explorer

Description _ tboudreau 2007-04-05 23:21:03 UTC
See description and patch attached to issue 100168 for details.  The patch exposes

public final boolean setDescriptionAreaVisible(boolean val);
and
public final boolean setPopupEnabledboolean val);

on PropertySheet to enable it to be used to fix issue 100168.  These are
harmless and trivial changes, and it seems well worth it to solve a difficult
keyboard accessibility issue.
Comment 1 _ tboudreau 2007-04-05 23:22:40 UTC
Created attachment 40530 [details]
Patch with just the changes needed to openide/explorer
Comment 2 Stanislav Aubrecht 2007-05-25 10:03:15 UTC
if there are no objections, i'll integrate the patch on monday
Comment 3 _ tboudreau 2007-05-25 10:29:20 UTC
Good :-)  It definitely makes the property sheet more useful in a wider variety
of ui situations.
Comment 4 Stanislav Aubrecht 2007-06-01 15:29:35 UTC
integrated

Checking in apichanges.xml;
/cvs/openide/explorer/apichanges.xml,v  <--  apichanges.xml
new revision: 1.12; previous revision: 1.11
done
Checking in manifest.mf;
/cvs/openide/explorer/manifest.mf,v  <--  manifest.mf
new revision: 1.11; previous revision: 1.10
done
Checking in src/org/openide/explorer/propertysheet/PropertySheet.java;
/cvs/openide/explorer/src/org/openide/explorer/propertysheet/PropertySheet.java,v
 <--  PropertySheet.java
new revision: 1.16; previous revision: 1.15
Comment 5 _ tboudreau 2007-06-01 22:57:23 UTC
Thanks!