Added DeserializedSubmodelComponent Editor project
authorFabian Stemmler <stemmler@in.tum.de>
Fri, 12 Jul 2019 16:38:16 +0000 (18:38 +0200)
committerFabian Stemmler <stemmler@in.tum.de>
Fri, 12 Jul 2019 16:38:16 +0000 (18:38 +0200)
commit06eaa32eb35adf937f1e1a7b8a640ee117bfdc55
tree374e2a9b69df21aa1a02aaf146b78972a1856e8f
parent421535c322e30427c90e62c8dd03a740a309f329
Added DeserializedSubmodelComponent Editor project
58 files changed:
net.mograsim.logic.ui.editor/.classpath [new file with mode: 0644]
net.mograsim.logic.ui.editor/.gitignore [new file with mode: 0644]
net.mograsim.logic.ui.editor/.project [new file with mode: 0644]
net.mograsim.logic.ui.editor/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
net.mograsim.logic.ui.editor/META-INF/MANIFEST.MF [new file with mode: 0644]
net.mograsim.logic.ui.editor/build.properties [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/GUI_rsLatch.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/GUIand.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/GUIand41.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/GUIandor414.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/GUIdemux2.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/GUIdff.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/GUIdlatch.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/GUIdlatch4.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/GUIfulladder.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/GUIhalfadder.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/GUImux1.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/GUImux1_4.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/GUInand3.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/GUInot4.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/GUIor4.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/GUIor_4.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/GUIram2.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/GUIram4.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/GUIsel2_4.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/GUIsel3_4.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/GUIxor.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/am2901/GUIAm2901.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/am2901/GUIAm2901ALUFuncDecode.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/am2901/GUIAm2901ALUInclDecode.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/am2901/GUIAm2901ALUInclSourceDecodeInclFunctionDecode.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/am2901/GUIAm2901ALUOneBit.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/am2901/GUIAm2901DestDecode.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/am2901/GUIAm2901QReg.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/components/am2901/GUIAm2901SourceDecode.json [new file with mode: 0644]
net.mograsim.logic.ui.editor/src/net/mograsim/logic/ui/editor/DialogManager.java [new file with mode: 0644]
net.mograsim.logic.ui.editor/src/net/mograsim/logic/ui/editor/EditableSubmodelComponent.java [new file with mode: 0644]
net.mograsim.logic.ui.editor/src/net/mograsim/logic/ui/editor/Editor.java [new file with mode: 0644]
net.mograsim.logic.ui.editor/src/net/mograsim/logic/ui/editor/EditorCanvas.java [new file with mode: 0644]
net.mograsim.logic.ui.editor/src/net/mograsim/logic/ui/editor/EditorGUI.java [new file with mode: 0644]
net.mograsim.logic.ui.editor/src/net/mograsim/logic/ui/editor/EditorUserInput.java [new file with mode: 0644]
net.mograsim.logic.ui.editor/src/net/mograsim/logic/ui/editor/SaveLoadManager.java [new file with mode: 0644]
net.mograsim.logic.ui.editor/src/net/mograsim/logic/ui/editor/Selection.java [new file with mode: 0644]
net.mograsim.logic.ui.editor/src/net/mograsim/logic/ui/editor/handles/ComponentHandle.java [new file with mode: 0644]
net.mograsim.logic.ui.editor/src/net/mograsim/logic/ui/editor/handles/CornerHandle.java [new file with mode: 0644]
net.mograsim.logic.ui.editor/src/net/mograsim/logic/ui/editor/handles/Handle.java [new file with mode: 0644]
net.mograsim.logic.ui.editor/src/net/mograsim/logic/ui/editor/handles/HandleManager.java [new file with mode: 0644]
net.mograsim.logic.ui.editor/src/net/mograsim/logic/ui/editor/handles/InterfacePinHandle.java [new file with mode: 0644]
net.mograsim.logic.ui.editor/src/net/mograsim/logic/ui/editor/handles/PinHandle.java [new file with mode: 0644]
net.mograsim.logic.ui.editor/src/net/mograsim/logic/ui/editor/handles/StaticPinHandle.java [new file with mode: 0644]
net.mograsim.logic.ui.editor/src/net/mograsim/logic/ui/editor/handles/WireHandle.java [new file with mode: 0644]
net.mograsim.logic.ui.editor/src/net/mograsim/logic/ui/editor/handles/WirePointHandle.java [new file with mode: 0644]
net.mograsim.logic.ui.editor/src/net/mograsim/logic/ui/editor/states/BoxSelectionState.java [new file with mode: 0644]
net.mograsim.logic.ui.editor/src/net/mograsim/logic/ui/editor/states/CreateWireState.java [new file with mode: 0644]
net.mograsim.logic.ui.editor/src/net/mograsim/logic/ui/editor/states/EditorState.java [new file with mode: 0644]
net.mograsim.logic.ui.editor/src/net/mograsim/logic/ui/editor/states/GrabState.java [new file with mode: 0644]
net.mograsim.logic.ui.editor/src/net/mograsim/logic/ui/editor/states/SelectionState.java [new file with mode: 0644]
net.mograsim.logic.ui.editor/src/net/mograsim/logic/ui/editor/states/StateManager.java [new file with mode: 0644]