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 - [2004-04-27]Implement missing features for the multiview module
Summary: [2004-04-27]Implement missing features for the multiview module
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks: 41085
  Show dependency tree
 
Reported: 2004-04-26 09:07 UTC by Jaroslav Tulach
Modified: 2008-12-22 23:26 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.