Bug #3436
closedAllow subclassing of classes in datapackage for use in FIRST
0%
Description
In order to support a new plugin for use with EdML and the FIRST project, many of the "private" datapackage variables need to be changed to "protected" so that subclasses have appropriate access to them.
Updated by ben leinfelder over 16 years ago
file changes include:
Modified: src/edu/ucsb/nceas/morpho/plugins/datapackagewizard
WizardPageLibrary.java WizardContainerFrame.java
WizardSettings.java
Modified: src/edu/ucsb/nceas/morpho/editor EditorPlugin.java
Modified: src/edu/ucsb/nceas/morpho/editor DocFrame.java
Modified: src/edu/ucsb/nceas/morpho/datapackage MetadataObject.java
DataViewer.java DataPackageFactory.java
Modified: src/edu/ucsb/nceas/morpho/datapackage
AbstractDataPackage.java