Package-level declarations
Types
Link copied to clipboard
class ContinuousAlertRange(index: Int = 0, alertDataList: ObservableList<AlertData>, alertClasses: ObservableList<Pair<String, ProtoDpId>>, onAddRange: (index: Int) -> Unit? = null, onRemoveRange: (index: Int) -> Unit? = null) : VBox, AlertRangeInterface
Link copied to clipboard
class DiscreteAlarmRange(index: Int = 0, alertDataList: ObservableList<AlertData>, alertClasses: ObservableList<Pair<String, ProtoDpId>>, onAddRange: (index: Int) -> Unit? = null, onRemoveRange: (index: Int) -> Unit? = null) : VBox, AlertRangeInterface
Link copied to clipboard
class MultiInstanceAlarmRange