com.alpine.plugin.core.dialog
Sealed trait because we do a case match on possible values in OperatorDialog, and we don't allow the Custom operator developer to define new types.
Warning: Avoid Option[Int] and Option[Double] as they don't work well in Java (it gets confused about whether they are primitives or doubles).
Created by Jennifer Thompson on 3/27/17.
Sealed trait because we do a case match on possible values in OperatorDialog, and we don't allow the Custom operator developer to define new types.
Warning: Avoid Option[Int] and Option[Double] as they don't work well in Java (it gets confused about whether they are primitives or doubles).
Created by Jennifer Thompson on 3/27/17.