public class NotificationUISettings extends Object implements JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
NotificationUISettings() |
Modifier and Type | Method and Description |
---|---|
StringList |
getBlockedNotifications() |
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
static NotificationUISettings |
getInstance() |
OptionalIntegerParameter |
getShowAfterMinRuntime() |
boolean |
isEnableNotifications() |
boolean |
isShowRunNotifications() |
boolean |
isShowRunOnlyIfInactive() |
void |
setBlockedNotifications(StringList blockedNotifications) |
void |
setEnableNotifications(boolean enableNotifications) |
void |
setShowAfterMinRuntime(OptionalIntegerParameter showAfterMinRuntime) |
void |
setShowRunNotifications(boolean showRunNotifications) |
void |
setShowRunOnlyIfInactive(boolean showRunOnlyIfInactive) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public static String ID
public static NotificationUISettings getInstance()
public boolean isShowRunNotifications()
public void setShowRunNotifications(boolean showRunNotifications)
public boolean isShowRunOnlyIfInactive()
public void setShowRunOnlyIfInactive(boolean showRunOnlyIfInactive)
public OptionalIntegerParameter getShowAfterMinRuntime()
public void setShowAfterMinRuntime(OptionalIntegerParameter showAfterMinRuntime)
public StringList getBlockedNotifications()
public void setBlockedNotifications(StringList blockedNotifications)
public boolean isEnableNotifications()
public void setEnableNotifications(boolean enableNotifications)
public EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.