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.

View | Details | Raw Unified | Return to bug 33296
Collapse All | Expand All

(-)openide/loaders/src/org/openide/loaders/DataNode.java (+8 lines)
Lines 431-436 Link Here
431
                              public boolean canWrite () {
431
                              public boolean canWrite () {
432
                                  return obj.isRenameAllowed();
432
                                  return obj.isRenameAllowed();
433
                              }
433
                              }
434
                              
435
                              public Object getValue(String key) {
436
                                  if ("oneline".equals (key)) {
437
                                      return Boolean.TRUE;
438
                                  } else {
439
                                      return super.getValue (key);
440
                                  }
441
                              }
434
                          };
442
                          };
435
443
436
        return p;
444
        return p;

Return to bug 33296