Added file representation for SimpleRectangularSubmodelComponents
authorFabian Stemmler <stemmler@in.tum.de>
Mon, 10 Jun 2019 20:07:36 +0000 (22:07 +0200)
committerFabian Stemmler <stemmler@in.tum.de>
Mon, 10 Jun 2019 20:07:36 +0000 (22:07 +0200)
commitddb921f849b4393fd01e70de4447865d09bb9daa
treea57097e1c2ead30e930983be5f87315a24fc8fa0
parent35629e23b0cd8a168cb1f34736ac2687de128f44
Added file representation for SimpleRectangularSubmodelComponents

SimpleRectangularSubmodelComponents can now be saved into a .json file
(via ComponentParams writeJSON method)
GUICustomComponents can now be created from a .json file
This system does not yet support general SubmodelComponents and thus the
format is still subject to change.
net.mograsim.logic.ui/META-INF/MANIFEST.MF
net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/ComponentParams.java [new file with mode: 0644]
net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/GUICustomComponent.java [new file with mode: 0644]
net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/SimpleRectangularSubmodelComponent.java
net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/SubmodelComponent.java
net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/wires/GUIWire.java