Package qupath.lib.gui.panes
Class PreferencePane.GeneralPreferences
java.lang.Object
qupath.lib.gui.panes.PreferencePane.GeneralPreferences
- Enclosing class:
- PreferencePane
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal BooleanPropertyfinal BooleanPropertyfinal BooleanPropertyfinal DoublePropertyfinal IntegerPropertyfinal BooleanPropertyfinal BooleanPropertyfinal BooleanPropertyfinal BooleanPropertyfinal BooleanPropertyfinal BooleanPropertyfinal StringPropertyfinal DoubleProperty
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
startupMessage
- 
licenseMessage
- 
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
- 
maxMemoryGB
- 
tileCache
- 
showImageNameInTitle@BooleanPref("Prefs.General.showImageNameInTitle") public final BooleanProperty showImageNameInTitle
- 
maskImageNames
- 
skipProjectUriChecks@BooleanPref("Prefs.General.skipProjectUriChecks") public final BooleanProperty skipProjectUriChecks
- 
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- 
GeneralPreferencespublic GeneralPreferences()
 
-