Package qupath.lib.gui.panes
Class PreferencePane.GeneralPreferences
java.lang.Object
qupath.lib.gui.panes.PreferencePane.GeneralPreferences
- Enclosing class:
PreferencePane
-
Field Summary
Modifier and TypeFieldDescriptionfinal BooleanProperty
final BooleanProperty
final DoubleProperty
final IntegerProperty
final BooleanProperty
final BooleanProperty
final BooleanProperty
final BooleanProperty
final BooleanProperty
final StringProperty
final DoubleProperty
-
Constructor Summary
-
Method Summary
-
Field Details
-
startupMessage
-
startupScriptPath
@FilePref(value="Prefs.General.startupScriptPath", extensions="*.groovy") public final StringProperty startupScriptPath -
autoUpdate
@Pref(value="Prefs.General.checkForUpdates", type=AutoUpdateType.class) public final ObjectProperty<PathPrefs.AutoUpdateType> autoUpdate -
systemMenubar
@Pref(value="Prefs.General.systemMenubar", type=SystemMenuBarOption.class) public final ObjectProperty<SystemMenuBar.SystemMenuBarOption> systemMenubar -
maxMemoryGB
-
tileCache
-
showImageNameInTitle
@BooleanPref("Prefs.General.showImageNameInTitle") public final BooleanProperty showImageNameInTitle -
maskImageNames
-
createLogFiles
-
logLevel
@Pref(value="Prefs.General.logLevel", type=LogLevel.class) public final ObjectProperty<LogManager.LogLevel> logLevel -
numThreads
-
setImageType
@Pref(value="Prefs.General.imageType", type=ImageTypeSetting.class) public final ObjectProperty<PathPrefs.ImageTypeSetting> setImageType -
commandBarDisplay
@Pref(value="Prefs.General.commandBar", type=CommandBarDisplay.class) public final ObjectProperty<CommandFinderTools.CommandBarDisplay> commandBarDisplay -
showExperimentalCommands
@BooleanPref("Prefs.General.showExperimental") public final BooleanProperty showExperimentalCommands -
showTMACommands
-
showDeprecatedCommands
-
hierarchyDisplayMode
@Pref(value="Prefs.General.hierarchyDisplay", type=DetectionTreeDisplayModes.class) public final ObjectProperty<PathPrefs.DetectionTreeDisplayModes> hierarchyDisplayMode
-
-
Constructor Details
-
GeneralPreferences
public GeneralPreferences()
-