package gve.calc.packaging;
Each package should have a PackageDescriptor subclass in it,
called bla.bla.bla.PackageInfo.
Each PackageDescriptor subclass should have a zero argument constructor.
To collect:
info about which things have to be placed in the "Insert->New xxx" menu
Each PackageDescriptor subclass should have a
public static PartDescriptor [] getParts()method. |
Get an instance of the PackageInfo class of the given package. |
Returns full package name, e.g. "gve.calc.formula" |