isPanelTypeIncluded

open fun isPanelTypeIncluded(panelType: KClass<out AnyPanel>): Boolean

Returns whether panelType in included in this set, either by an exact match or because one of the panelType's super classes is included in the set. E.g., if TaskPanel is present in the set, this method will also return true for a CustomTaskPanel that extends TaskPanel.