X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=LogicUI%2Fsrc%2Fera%2Fmi%2Fgui%2Fcomponents%2FBasicGUIComponent.java;h=2d27685bb3b17f1899e8f18f83f6161a07479f54;hb=6d944b4deae46eef98beabdea0dab90c455e14a8;hp=b8094a932ba95ac44d54f6824fcd3e6d926e49d4;hpb=27e4465d9b23acd5d97dbb4789a70f30c86a9302;p=Mograsim.git diff --git a/LogicUI/src/era/mi/gui/components/BasicGUIComponent.java b/LogicUI/src/era/mi/gui/components/BasicGUIComponent.java index b8094a93..2d27685b 100644 --- a/LogicUI/src/era/mi/gui/components/BasicGUIComponent.java +++ b/LogicUI/src/era/mi/gui/components/BasicGUIComponent.java @@ -1,6 +1,6 @@ package era.mi.gui.components; -import era.mi.logic.wires.Wire.WireEnd; +import era.mi.logic.wires.Wire.ReadEnd; import net.haspamelodica.swt.helper.gcs.GeneralGC; import net.haspamelodica.swt.helper.swtobjectwrappers.Point; import net.haspamelodica.swt.helper.swtobjectwrappers.Rectangle; @@ -35,7 +35,7 @@ public interface BasicGUIComponent /** * Returns the n-th wire array connected to this component. */ - public WireEnd getConnectedWireEnd(int connectionIndex); + public ReadEnd getConnectedWireEnd(int connectionIndex); /** * Returns relative coordinates where the n-th wire array is connected to this component.