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 - Expose setters for show/hide description area and enable/disable popup on PropertySheet
Summary: Expose setters for show/hide description area and enable/disable popup on Pro...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks: 100168
  Show dependency tree
 
Reported: 2007-04-05 23:21 UTC by _ tboudreau
Modified: 2008-12-22 11:35 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Patch with just the changes needed to openide/explorer (4.41 KB, patch)
2007-04-05 23:22 UTC, _ tboudreau
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!