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 113642

Summary: Replace ColumnMnemonicCharTTV with '&' method
Product: platform Reporter: Martin Entlicher <mentlicher>
Component: Outline&TreeTableAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 120553    
Bug Blocks: 109750    

Description Martin Entlicher 2007-08-23 17:23:53 UTC
ColumnMnemonicCharTTV property is used in NodeTableModel to define mnemonics to individual columns.
Since now we should change mnemonics handling from 2 key/value to '&' method (see #86438), we need a way how to do that
for table columns.
Comment 1 Stanislav Aubrecht 2007-08-27 15:26:00 UTC
imho, the treetableview is a different issue - the column name has no mnemonic and the mnemonic appears in 'change
visible columns' dialog box only. so there would have to be two names, one without mnemonic for table header and one
with mnemonic for the checkbox anyway

pls reopen if you think otherwise
Comment 2 Martin Entlicher 2007-09-26 13:33:27 UTC
I do not see a reason why there would have to be two keys. See
http://bits.netbeans.org/dev/javadoc/org-openide-awt/org/openide/awt/Actions.html#cutAmpersand(java.lang.String)
I'm not able to fix issue #109750 until this is changed. And the change is required by issue #86438.
Comment 3 Stanislav Aubrecht 2007-11-02 16:45:29 UTC
fixed, see #120553