Move the parsetFromString method from TypedKey to ColumnDefinition since in general...
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Thu, 12 Apr 2012 16:51:23 +0000 (16:51 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Thu, 12 Apr 2012 16:51:23 +0000 (16:51 +0000)
commit26167e0f187f1abb38ea6a2419720aa69e6e2d96
tree096113d50b92b2f0fbcc7a04dd0bcd1965d25c2d
parentd8be8c3fa6cc796d9027b83de33d70fb6d121fe0
Move the parsetFromString method from TypedKey to ColumnDefinition since in general the parsing mechanism is more dependent on the file representation than the Type in the TypedKey.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@544 180e2498-e6e9-4542-8430-84ac67f01cd8
core/src/net/sf/openrocket/file/preset/ColumnDefinition.java
core/src/net/sf/openrocket/preset/TypedKey.java