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 62663 - Error extending AbstractViewTabDisplayerUI
Summary: Error extending AbstractViewTabDisplayerUI
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on: 109402
Blocks:
  Show dependency tree
 
Reported: 2005-08-19 13:37 UTC by _ tzutolin
Modified: 2008-12-22 11:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tzutolin 2005-08-19 13:37:15 UTC
The class is located in org.netbeans.swing.tabcontrol.plaf package.

While trying to extend AbstractViewTabDisplayerUI, this method seems doesn't
allow to be overriden:

protected AbstractViewTabDisplayerUI.Controller createController() {
}
Comment 1 Stanislav Aubrecht 2005-11-29 16:53:57 UTC
tzutolin, can you provide more details pls?
both the class and the method are abstract so i don't see no reason why it can't
be overriden.
Comment 2 Antonin Nebuzelsky 2007-07-23 14:16:39 UTC
Issue seems invalid according to Standa's comment. Closing.

Tzutolin, reopen with more info if you feel like.
Comment 3 Stanislav Aubrecht 2007-07-23 14:46:48 UTC
the issue is still valid. i've just noticed that AbstractViewTabDisplayerUI.Controller class is package private.
i'll fix it as part of #109402
Comment 4 Stanislav Aubrecht 2007-07-24 12:18:32 UTC
fixed

Checking in core/swing/tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/AbstractViewTabDisplayerUI.java;
/cvs/core/swing/tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/AbstractViewTabDisplayerUI.java,v  <-- 
AbstractViewTabDisplayerUI.java
new revision: 1.36; previous revision: 1.35
done