The advanced spark settings window
:: AlpineSdkApi ::
Created by rachelwarren on 11/18/16.
:: AlpineSdkApi :: A column filter is a collection of accepted column types and names.
:: AlpineSdkApi :: A column filter is a collection of accepted column types and names. A special type '*' means all the types are accepted by the filter. The name acceptance is handled via a regular expression.
Accepted type set.
Regular expression for accepted column names.
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi :: Operator Dialog elements.
:: AlpineSdkApi :: Operator Dialog elements. E.g., individual text boxes, drop-down boxes, etc.
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.
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.
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi :: This represents the operator parameter dialog window.
:: AlpineSdkApi :: This represents the operator parameter dialog window. The operator can add input UIs during registration.
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi ::
This is a trait for multi-choice, single selection dialog elements.
This is a trait for multi-choice, single selection dialog elements. E.g., radio buttons, dropdown box, etc.
:: AlpineSdkApi ::
:: AlpineSdkApi ::
This is a trait for multi-choice, single selection dialog elements.
This is a trait for multi-choice, single selection dialog elements. E.g., radio buttons, dropdown box, etc.
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi :: A companion filter object that's used to create off-shelf filters.
:: AlpineSdkApi ::