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 250224

Summary: Enter Button on node invoke properties window on branch nodes in OUTLINEVIEW
Product: platform Reporter: ashishkirpan
Component: Outline&TreeTableAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description ashishkirpan 2015-02-05 07:15:33 UTC
Hi,

I am using outlineview to display nodes in tree structure.
When I add any node & double click on it, it display properties window, so I set the setDefaultActionAllowed(false) to avoid property window.
outlineView.setDefaultActionAllowed(false);

But when I select a pertucular node and press enter button still it shows the proerties window. Is there any way to avoid to display property window??