Class InputNumber

java.lang.Object
com.marginallyclever.nodegraphcore.port.Port<Number>
com.marginallyclever.nodegraphcore.port.Input<Number>
com.marginallyclever.donatello.ports.InputNumber
All Implemented Interfaces:
SwingProvider

public class InputNumber extends com.marginallyclever.nodegraphcore.port.Input<Number> implements SwingProvider
InputNumber exists only so that OutputInteger and OutputDouble can both connect to it. It is problematic because it's the exact same as an InputDouble, but with a different parameter class.