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 23580 - Revisit Editor 'extra data' persistance
Summary: Revisit Editor 'extra data' persistance
Status: RESOLVED INCOMPLETE
Alias: None
Product: contrib
Classification: Unclassified
Component: Java3D (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P3 blocker (vote)
Assignee: Paul Byrne
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-16 01:04 UTC by Paul Byrne
Modified: 2011-09-19 23:17 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 Paul Byrne 2002-05-16 01:04:47 UTC
Revisit the API to storing the extra data required
by the node editors. 

Rather than the current approach which is based on
properties I want to explore creating a class
hierarchy of the extra data and using the
XMLEncoder to store the data. This should be
cleaner, quicker to load and much less obscure.
Comment 1 Paul Byrne 2002-05-16 01:11:21 UTC
In order to be as flexible as possible the extra data objects should
be available as a list for each Node. This would enable two or more
editors for the same node to co-exist and maintain integrity of the
specialized data for each editor panel.