Fixup problems I introduced during previous commit of MotorDatabase refactoring....
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Wed, 4 Jan 2012 17:57:54 +0000 (17:57 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Wed, 4 Jan 2012 17:57:54 +0000 (17:57 +0000)
commit66c13ed4572e91a94c65d125c5c3c1ebf4835a9a
treea0a42ce156be7429553c22ff89eacc85facd3693
parenta25d7f66f733c7e5d66c4b26e6d38e80daa6f143
Fixup problems I introduced during previous commit of MotorDatabase refactoring.  The ThrustCurveMotorSet class needs to be public.  The classes MotorDatabaseLoadingDialog and ThrustCurveMotorSelectionPanel need to blind cast the MotorDatabase retrieved from the Application to ThrustCurveMotorSetDatabase in order to have access to functions specific to that implementation.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@274 180e2498-e6e9-4542-8430-84ac67f01cd8
src/net/sf/openrocket/database/ThrustCurveMotorSet.java
src/net/sf/openrocket/gui/dialogs/MotorDatabaseLoadingDialog.java
src/net/sf/openrocket/gui/dialogs/motor/thrustcurve/ThrustCurveMotorSelectionPanel.java