Uses of Class
com.everdro1d.libs.locale.LocaleManager
Packages that use LocaleManager
Package
Description
-
Uses of LocaleManager in com.everdro1d.libs.swing.components
Constructors in com.everdro1d.libs.swing.components with parameters of type LocaleManagerModifierConstructorDescriptionTextFieldFileChooser
(LocaleManager localeManager) Constructor for creating a TextFieldFileChooser with default options.TextFieldFileChooser
(LocaleManager localeManager, boolean selectFiles) Constructor for creating a TextFieldFileChooser with customizable options.TextFieldFileChooser
(LocaleManager localeManager, boolean selectFiles, boolean selectDirectories) Constructor for creating a TextFieldFileChooser with customizable options.TextFieldFileChooser
(LocaleManager localeManager, boolean selectFiles, boolean selectDirectories, String defaultPath) Constructor for creating a TextFieldFileChooser with customizable options.TextFieldFileChooser
(LocaleManager localeManager, boolean selectFiles, String defaultPath) Constructor for creating a TextFieldFileChooser with customizable options.TextFieldFileChooser
(LocaleManager localeManager, String defaultPath) Constructor for creating a TextFieldFileChooser with customizable options. -
Uses of LocaleManager in com.everdro1d.libs.swing.dialogs
Methods in com.everdro1d.libs.swing.dialogs with parameters of type LocaleManagerModifier and TypeMethodDescriptionstatic int
DoNotAskAgainConfirmDialog.showConfirmDialog
(Component parentComponent, Object message, String title, int optionType, int messageType, Preferences prefs, String prefsKey, LocaleManager localeManager) Shows a confirmation dialog with the selected options.static void
UpdateCheckerDialog.showUpdateCheckerDialog
(String currentVersion, JFrame parentFrame, boolean printDebug, String githubURL, String downloadURL, Preferences prefs, LocaleManager localeManager) Check for updates and display a dialog if an update is available.Constructors in com.everdro1d.libs.swing.dialogs with parameters of type LocaleManagerModifierConstructorDescriptionSimpleWorkingDialog
(Object message, LocaleManager localeManager) Constructs a newSimpleWorkingDialog
with the specified message andLocaleManager
. -
Uses of LocaleManager in com.everdro1d.libs.swing.windows
Constructors in com.everdro1d.libs.swing.windows with parameters of type LocaleManagerModifierConstructorDescriptionDebugConsoleWindow
(JFrame parent, String fontName, int fontSize, Preferences prefs, boolean debug, LocaleManager localeManager) Create a debug console window.DebugConsoleWindow
(JFrame parent, Preferences prefs, boolean debug, LocaleManager localeManager) Overload Constructor with default font.FileChooser
(String path, String dialogTitle, boolean selectFiles, boolean selectDirectories, boolean filterByExtension, String extension, boolean useCustomMessage, String customMessage, LocaleManager localeManager) Create a file chooser dialog.FileChooser
(String path, String dialogTitle, boolean selectFiles, LocaleManager localeManager) Create a file chooser dialog for selecting files or directories.FileChooser
(String path, String dialogTitle, boolean selectFiles, String customMessage, LocaleManager localeManager) Create a file chooser dialog for selecting files or directories that uses a custom description message.FileChooser
(String path, String dialogTitle, LocaleManager localeManager) Create a generic file chooser dialog allowing selection of both files and directories.FileChooser
(String path, String dialogTitle, String extension, LocaleManager localeManager) Create a file chooser dialog for selecting files matching a file extension. -
Uses of LocaleManager in com.everdro1d.libs.swing.windows.settings
Methods in com.everdro1d.libs.swing.windows.settings with parameters of type LocaleManagerModifier and TypeMethodDescriptionstatic String
SettingsWindowCommon.getFilePathUser
(boolean export, boolean debug, JFrame settingsFrame, LocaleManager localeManager, Preferences prefs) Retrieves the file path for importing or exporting settings using a file chooser.Constructors in com.everdro1d.libs.swing.windows.settings with parameters of type LocaleManagerModifierConstructorDescriptionAdvancedSettingsWindow
(JFrame parent, String fontName, int fontSize, Preferences prefs, boolean debug, LocaleManager localeManager, LinkedHashMap<String, JPanel> settingsTabPanelMap) Create a settings window.AdvancedSettingsWindow
(JFrame parent, Preferences prefs, boolean debug, LocaleManager localeManager, LinkedHashMap<String, JPanel> settingsTabPanelMap) Overload Constructor with default font.BasicSettingsWindow
(JFrame parent, String fontName, int fontSize, Preferences prefs, boolean debug, LocaleManager localeManager, JPanel settingsPanel, String localeRepositoryURL, String helpWebsiteURL) Constructor for the BasicSettingsWindow.