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 42450

Summary: [2004-04-27]Implement missing features for the multiview module
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: Window SystemAssignee: Milos Kleint <mkleint>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 41085    

Description Jaroslav Tulach 2004-04-26 09:07:30 UTC
http://openide.netbeans.org/tutorial/reviews/opinions_41085.html#tcr-missing

UndoRedo is not implemented
MultiViewElement.getToolbar to return JComponent 
   Create api changes document
Do not expose deep inheritance hiearchies in API
Comment 1 Milos Kleint 2004-04-26 09:11:25 UTC
scheduling.
Comment 2 Milos Kleint 2004-04-28 08:24:45 UTC
fixed.
undo added.
JToolBar-> JComponent.
Comment 3 Jaroslav Tulach 2004-04-28 13:52:16 UTC
According to Milos CloneableEditor subclass is gone as well.