public class GeneralUISettings extends Object implements JIPipeParameterCollection
JIPipeGraphEditorUI
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
GeneralUISettings() |
Modifier and Type | Method and Description |
---|---|
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
static GeneralUISettings |
getInstance() |
JIPipeUITheme |
getTheme() |
boolean |
isAddContextActionsToContextMenu() |
boolean |
isAllowDefaultCollapsedParameters() |
boolean |
isMaximizeWindows() |
boolean |
isNeverAskOnClosingTabs() |
boolean |
isOpenDataWindowsAlwaysOnTop() |
boolean |
isOpenUtilityWindowsAlwaysOnTop() |
boolean |
isShowIntroduction() |
boolean |
isShowIntroductionTour() |
boolean |
isShowParameterSearchBar() |
boolean |
isShowProjectInfo() |
boolean |
isValidateOnSave() |
void |
setAddContextActionsToContextMenu(boolean addContextActionsToContextMenu) |
void |
setAllowDefaultCollapsedParameters(boolean allowDefaultCollapsedParameters) |
void |
setMaximizeWindows(boolean maximizeWindows) |
void |
setNeverAskOnClosingTabs(boolean neverAskOnClosingTabs) |
void |
setOpenDataWindowsAlwaysOnTop(boolean openDataWindowsAlwaysOnTop) |
void |
setOpenUtilityWindowsAlwaysOnTop(boolean openUtilityWindowsAlwaysOnTop) |
void |
setShowIntroduction(boolean showIntroduction) |
void |
setShowIntroductionTour(boolean showIntroductionTour) |
void |
setShowParameterSearchBar(boolean showParameterSearchBar) |
void |
setShowProjectInfo(boolean showProjectInfo) |
void |
setTheme(JIPipeUITheme theme) |
void |
setValidateOnSave(boolean validateOnSave) |
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 GeneralUISettings getInstance()
public EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
public boolean isShowIntroduction()
public void setShowIntroduction(boolean showIntroduction)
public boolean isShowParameterSearchBar()
public void setShowParameterSearchBar(boolean showParameterSearchBar)
public boolean isNeverAskOnClosingTabs()
public void setNeverAskOnClosingTabs(boolean neverAskOnClosingTabs)
public boolean isValidateOnSave()
public void setValidateOnSave(boolean validateOnSave)
public boolean isShowProjectInfo()
public void setShowProjectInfo(boolean showProjectInfo)
public boolean isAddContextActionsToContextMenu()
public void setAddContextActionsToContextMenu(boolean addContextActionsToContextMenu)
public boolean isMaximizeWindows()
public void setMaximizeWindows(boolean maximizeWindows)
public boolean isShowIntroductionTour()
public void setShowIntroductionTour(boolean showIntroductionTour)
public JIPipeUITheme getTheme()
public void setTheme(JIPipeUITheme theme)
public boolean isOpenDataWindowsAlwaysOnTop()
public void setOpenDataWindowsAlwaysOnTop(boolean openDataWindowsAlwaysOnTop)
public boolean isOpenUtilityWindowsAlwaysOnTop()
public void setOpenUtilityWindowsAlwaysOnTop(boolean openUtilityWindowsAlwaysOnTop)
public boolean isAllowDefaultCollapsedParameters()
public void setAllowDefaultCollapsedParameters(boolean allowDefaultCollapsedParameters)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.