public class NotificationUISettings extends AbstractJIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterChangedEventEmitter, JIPipeParameterCollection.ParameterChangedEventListener, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEventEmitter, JIPipeParameterCollection.ParameterStructureChangedEventListener, JIPipeParameterCollection.ParameterUIChangedEvent, JIPipeParameterCollection.ParameterUIChangedEventEmitter, JIPipeParameterCollection.ParameterUIChangedEventListener
Constructor and Description |
---|
NotificationUISettings() |
Modifier and Type | Method and Description |
---|---|
StringList |
getBlockedNotifications() |
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) |
getParameterChangedEventEmitter, getParameterStructureChangedEventEmitter, getParameterUIChangedEventEmitter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
emitParameterChangedEvent, emitParameterStructureChangedEvent, emitParameterUIChangedEvent, getContextActions, getParameter, getParameterAccess, installUIOverrideParameterEditor, installUIParameterOptions, isParameterUIVisible, isParameterUIVisible, setParameter
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)
Copyright © 2020–2023 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.