General SubmodelComponents can now be saved to a json format
[Mograsim.git] / net.mograsim.logic.ui / src / net / mograsim / logic / ui / model / components / GUIComponent.java
index a4c1031..5f74dad 100644 (file)
@@ -129,4 +129,9 @@ public abstract class GUIComponent
                pin.removeRedrawListener(redrawListenerForSubcomponents);
                callRedrawListeners();
        }
+
+       public String getIdentifier()
+       {
+               return "class:".concat(getClass().getCanonicalName());
+       }
 }
\ No newline at end of file