- calculateSpeed(float, float, float) - Static method in class com.alee.utils.AnimationUtils
-
Returns move animation speed depending on the animated object location.
- callMethod(Object, String, Object...) - Static method in class com.alee.utils.ReflectUtils
-
Calls object's method with the specified name and arguments.
- callMethods(List, String, Object...) - Static method in class com.alee.utils.ReflectUtils
-
Returns list of results returned by called methods.
- callMethods(Object[], String, Object...) - Static method in class com.alee.utils.ReflectUtils
-
Returns an array of results returned by called methods.
- callMethodSafely(Object, String, Object...) - Static method in class com.alee.utils.ReflectUtils
-
Returns result given by called method.
- callMethodsSafely(List, String, Object...) - Static method in class com.alee.utils.ReflectUtils
-
Returns list of results returned by called methods.
- callMethodsSafely(Object[], String, Object...) - Static method in class com.alee.utils.ReflectUtils
-
Returns an array of results returned by called methods.
- callStaticMethod(String, String, Object...) - Static method in class com.alee.utils.ReflectUtils
-
Returns result of called static method.
- callStaticMethod(Class, String, Object...) - Static method in class com.alee.utils.ReflectUtils
-
Returns result of called static method.
- callStaticMethodSafely(String, String, Object...) - Static method in class com.alee.utils.ReflectUtils
-
Returns result of called static method.
- callStaticMethodSafely(Class, String, Object...) - Static method in class com.alee.utils.ReflectUtils
-
Returns result of called static method.
- canConvert(Class) - Method in class com.alee.managers.language.data.TextConverter
-
- canConvert(Class) - Method in class com.alee.managers.language.data.TooltipConverter
-
- canConvert(Class) - Method in class com.alee.managers.language.data.ValueConverter
-
- canConvert(Class) - Method in class com.alee.managers.settings.SettingsConverter
-
- canConvert(Class) - Method in class com.alee.utils.collection.ValuesTableConverter
-
Determines whether the converter can marshall a particular type.
- canConvert(Class) - Method in class com.alee.utils.xml.ColorConverter
-
- canConvert(Class) - Method in class com.alee.utils.xml.DimensionConverter
-
- canConvert(Class) - Method in class com.alee.utils.xml.FontConverter
-
- canConvert(Class) - Method in class com.alee.utils.xml.InsetsConverter
-
- canConvert(Class) - Method in class com.alee.utils.xml.ListToStringConverter
-
- canConvert(Class) - Method in class com.alee.utils.xml.Point2DConverter
-
- canConvert(Class) - Method in class com.alee.utils.xml.PointConverter
-
- canConvert(Class) - Method in class com.alee.utils.xml.RectangleConverter
-
- canConvert(Class) - Method in class com.alee.utils.xml.SimpleArrayConverter
-
- canConvert(Class) - Method in class com.alee.utils.xml.StrokeConverter
-
- canFilterIndexColorModel - Variable in class com.alee.graphics.filters.PointFilter
-
- canonicalPath(File) - Static method in class com.alee.utils.FileUtils
-
Returns file canonical path if its possible or absolute path otherwise.
- canPassDrop(TransferHandler.TransferSupport) - Static method in class com.alee.utils.DragUtils
-
Returns whether can pass drop action to closest component parent that has its own TransferHandler.
- canPassDrop(Component, TransferHandler.TransferSupport) - Static method in class com.alee.utils.DragUtils
-
Returns whether can pass drop action to closest component parent that has its own TransferHandler.
- cap_butt - Static variable in class com.alee.utils.xml.BasicStrokeConverterSupport
-
Converter constants.
- cap_round - Static variable in class com.alee.utils.xml.BasicStrokeConverterSupport
-
- cap_square - Static variable in class com.alee.utils.xml.BasicStrokeConverterSupport
-
- changeByDays(Calendar, int) - Static method in class com.alee.utils.TimeUtils
-
Changes calendar date by the specified days amount.
- checkComponentsTextForTranslations - Static variable in class com.alee.managers.language.LanguageManager
-
Whether or not components should check that text passed into their constructors is a translation key or not.
- checkLock - Variable in class com.alee.managers.plugin.PluginManager
-
Plugin checks lock object.
- checkRecursively - Variable in class com.alee.managers.plugin.PluginManager
-
Whether plugins directory subfolders should be checked recursively or not.
- circleDown(float) - Static method in class com.alee.graphics.filters.ImageMath
-
A "circle down" function.
- circleUp(float) - Static method in class com.alee.graphics.filters.ImageMath
-
A "circle up" function.
- clamp(float, float, float) - Static method in class com.alee.graphics.filters.ImageMath
-
Clamp a value to an interval.
- clamp(int, int, int) - Static method in class com.alee.graphics.filters.ImageMath
-
Clamp a value to an interval.
- clamp(int) - Static method in class com.alee.graphics.filters.PixelUtils
-
Clamp a value to the range 0..255
- CLAMP_EDGES - Static variable in class com.alee.graphics.filters.ConvolveFilter
-
- cleanUp(int) - Method in class com.alee.utils.swing.WebTimer
-
Cleans thread ID cache.
- CLEAR - Static variable in class com.alee.graphics.filters.PixelUtils
-
- clear() - Method in class com.alee.managers.language.data.Dictionary
-
- clear() - Method in class com.alee.managers.language.data.Record
-
- clear() - Method in class com.alee.utils.collection.DoubleMap
-
- clear() - Method in class com.alee.utils.map.SoftHashMap
-
- clear() - Method in class com.alee.utils.swing.LazyActionMap
-
- clearCache() - Static method in class com.alee.managers.language.LanguageManager
-
Clears global dictionaries cache.
- clearDictionaries() - Static method in class com.alee.managers.language.LanguageManager
-
Removes all added dictionaries including WebLaF ones.
- clearDirectory(File) - Static method in class com.alee.utils.FileUtils
-
Deletes all child files and directories for specified directory.
- clearDisabledCopyCache() - Static method in class com.alee.utils.ImageUtils
-
- clearDisabledCopyCache(String) - Static method in class com.alee.utils.ImageUtils
-
- clearDisplayFileCreationDateCache() - Static method in class com.alee.utils.FileUtils
-
Clears cache for "getDisplayFileCreationDate" method.
- clearDisplayFileCreationDateCache(String) - Static method in class com.alee.utils.FileUtils
-
Clears cache for "getDisplayFileCreationDate" method for specified file path.
- clearDisplayFileModificationDateCache() - Static method in class com.alee.utils.FileUtils
-
Clears cache for "getDisplayFileModificationDate" method.
- clearDisplayFileModificationDateCache(String) - Static method in class com.alee.utils.FileUtils
-
Clears cache for "getDisplayFileModificationDate" method for specified file path.
- clearDisplayFileNameCache() - Static method in class com.alee.utils.FileUtils
-
Clears cache for "getDisplayFileName" method.
- clearDisplayFileNameCache(String) - Static method in class com.alee.utils.FileUtils
-
Clears cache for "getDisplayFileName" method for specified file path.
- clearFileCaches(File) - Static method in class com.alee.utils.FileUtils
-
Clears all caches for specified file.
- clearFileCaches(String) - Static method in class com.alee.utils.FileUtils
-
Clears all caches for file under the specified path.
- clearFileDescriptionCache() - Static method in class com.alee.utils.FileUtils
-
Clears cache for "getFileDescription" method.
- clearFileDescriptionCache(String) - Static method in class com.alee.utils.FileUtils
-
Clears cache for "getFileDescription" method for specified file path.
- clearFilesCaches(File...) - Static method in class com.alee.utils.FileUtils
-
Clears all caches for specified files.
- clearFileTypeDescriptionCache() - Static method in class com.alee.utils.FileUtils
-
Clears cache for "getFileTypeDescription" method.
- clearFileTypeDescriptionCache(String) - Static method in class com.alee.utils.FileUtils
-
Clears cache for "getFileTypeDescription" method for specified file path.
- clearImageCache(String) - Static method in class com.alee.utils.ImageUtils
-
- clearImagesCache() - Static method in class com.alee.utils.ImageUtils
-
- clearIsCdDriveCache() - Static method in class com.alee.utils.FileUtils
-
Clears cache for "isCdDrive" method.
- clearIsCdDriveCache(String) - Static method in class com.alee.utils.FileUtils
-
Clears cache for "isCdDrive" method for specified file path.
- clearIsComputerCache() - Static method in class com.alee.utils.FileUtils
-
Clears cache for "isComputer" method.
- clearIsComputerCache(String) - Static method in class com.alee.utils.FileUtils
-
Clears cache for "isComputer" method for specified file path.
- clearIsDirectoryCache() - Static method in class com.alee.utils.FileUtils
-
Clears cache for "isDirectory" method.
- clearIsDirectoryCache(String) - Static method in class com.alee.utils.FileUtils
-
Clears cache for "isDirectory" method for specified file path.
- clearIsDriveCache() - Static method in class com.alee.utils.FileUtils
-
Clears cache for "isDrive" method.
- clearIsDriveCache(String) - Static method in class com.alee.utils.FileUtils
-
Clears cache for "isDrive" method for specified file path.
- clearIsFileCache() - Static method in class com.alee.utils.FileUtils
-
Clears cache for "isFile" method.
- clearIsFileCache(String) - Static method in class com.alee.utils.FileUtils
-
Clears cache for "isFile" method for specified file path.
- clearIsHiddenCache() - Static method in class com.alee.utils.FileUtils
-
Clears cache for "isHidden" method.
- clearIsHiddenCache(String) - Static method in class com.alee.utils.FileUtils
-
Clears cache for "isHidden" method for specified file path.
- clearMergedIconsCache() - Static method in class com.alee.utils.ImageUtils
-
- clearMergedImagesCache() - Static method in class com.alee.utils.ImageUtils
-
- clearSupportedLanguages() - Static method in class com.alee.managers.language.LanguageManager
-
Clears list of supported languages.
- clone() - Method in class com.alee.managers.language.data.Record
-
- clone() - Method in class com.alee.managers.language.data.Text
-
- clone() - Method in class com.alee.managers.language.data.Tooltip
-
- clone() - Method in class com.alee.managers.language.data.Value
-
- clone() - Method in class com.alee.managers.proxy.ProxySettings
-
- clone() - Method in class com.alee.utils.general.Pair
-
- clone(T) - Static method in class com.alee.utils.MergeUtils
-
Returns object clone if it is possible to clone it, otherwise returns original object.
- clone(T) - Static method in class com.alee.utils.ReflectUtils
-
Returns cloned object.
- cloneByFields(T, Object...) - Static method in class com.alee.utils.MergeUtils
-
Returns cloned object instance.
- cloneByFieldsSafely(T, Object...) - Static method in class com.alee.utils.MergeUtils
-
Returns cloned object instance.
- cloneSafely(T) - Static method in class com.alee.utils.ReflectUtils
-
Returns cloned object.
- closeStream - Variable in class com.alee.graphics.image.gif.GifEncoder
-
- coalesce - Variable in class com.alee.utils.swing.WebTimer
-
Whether each action should be fired from a separate invoke and wait call or not.
- CollectionUtils - Class in com.alee.utils
-
This class provides a set of utilities to work with collections.
- CollectionUtils() - Constructor for class com.alee.utils.CollectionUtils
-
- collectPluginInformation(File) - Method in class com.alee.managers.plugin.PluginManager
-
Tries to collect plugin information from the specified file.
- collectPluginsInformation(String, boolean) - Method in class com.alee.managers.plugin.PluginManager
-
Collects information about available plugins.
- collectPluginsInformationImpl(File, boolean) - Method in class com.alee.managers.plugin.PluginManager
-
Collects information about available plugins.
- COLOR - Static variable in class com.alee.graphics.filters.MiscComposite
-
- COLOR - Static variable in class com.alee.graphics.filters.PixelUtils
-
- COLOR_BURN - Static variable in class com.alee.graphics.filters.MiscComposite
-
- COLOR_DODGE - Static variable in class com.alee.graphics.filters.MiscComposite
-
- ColorConverter - Class in com.alee.utils.xml
-
Custom Color object converter.
- ColorConverter() - Constructor for class com.alee.utils.xml.ColorConverter
-
- colorConverter - Static variable in class com.alee.utils.XmlUtils
-
- colorDepth - Variable in class com.alee.graphics.image.gif.GifEncoder
-
- coloredChooserIcon - Static variable in class com.alee.utils.ImageUtils
-
Creates color chooser icon
- colorFromString(String) - Static method in class com.alee.utils.xml.ColorConverter
-
Parses Color from its string form.
- Colormap - Interface in com.alee.graphics.filters
-
An interface for color maps.
- colorMap() - Method in class com.alee.graphics.image.gif.NeuQuant
-
- colorSpline(float, int, int[]) - Static method in class com.alee.graphics.filters.ImageMath
-
Compute a Catmull-Rom spline for RGB values.
- colorSpline(int, int, int[], int[]) - Static method in class com.alee.graphics.filters.ImageMath
-
Compute a Catmull-Rom spline for RGB values, but with variable knot spacing.
- ColorSupport - Interface in com.alee.api
-
This interface is implemented by objects which can provide color for their instances.
- colorTab - Variable in class com.alee.graphics.image.gif.GifEncoder
-
- colorToString(Color) - Static method in class com.alee.utils.xml.ColorConverter
-
Convert specified color into string form.
- ColorUtils - Class in com.alee.utils
-
This class provides a set of utilities to work with colors.
- ColorUtils() - Constructor for class com.alee.utils.ColorUtils
-
- com.alee.api - package com.alee.api
-
- com.alee.api.jdk - package com.alee.api.jdk
-
- com.alee.global - package com.alee.global
-
- com.alee.graphics.data - package com.alee.graphics.data
-
- com.alee.graphics.filters - package com.alee.graphics.filters
-
- com.alee.graphics.image.gif - package com.alee.graphics.image.gif
-
- com.alee.graphics.shapes - package com.alee.graphics.shapes
-
- com.alee.graphics.strokes - package com.alee.graphics.strokes
-
- com.alee.managers - package com.alee.managers
-
- com.alee.managers.language - package com.alee.managers.language
-
- com.alee.managers.language.data - package com.alee.managers.language.data
-
- com.alee.managers.language.updaters - package com.alee.managers.language.updaters
-
- com.alee.managers.log - package com.alee.managers.log
-
- com.alee.managers.plugin - package com.alee.managers.plugin
-
- com.alee.managers.plugin.data - package com.alee.managers.plugin.data
-
- com.alee.managers.proxy - package com.alee.managers.proxy
-
- com.alee.managers.settings - package com.alee.managers.settings
-
- com.alee.managers.settings.processors - package com.alee.managers.settings.processors
-
- com.alee.utils - package com.alee.utils
-
- com.alee.utils.collection - package com.alee.utils.collection
-
- com.alee.utils.compare - package com.alee.utils.compare
-
- com.alee.utils.concurrent - package com.alee.utils.concurrent
-
- com.alee.utils.drag - package com.alee.utils.drag
-
- com.alee.utils.encryption - package com.alee.utils.encryption
-
- com.alee.utils.file - package com.alee.utils.file
-
- com.alee.utils.filefilter - package com.alee.utils.filefilter
-
- com.alee.utils.general - package com.alee.utils.general
-
- com.alee.utils.laf - package com.alee.utils.laf
-
- com.alee.utils.map - package com.alee.utils.map
-
- com.alee.utils.reflection - package com.alee.utils.reflection
-
- com.alee.utils.sort - package com.alee.utils.sort
-
- com.alee.utils.swing - package com.alee.utils.swing
-
- com.alee.utils.system - package com.alee.utils.system
-
- com.alee.utils.text - package com.alee.utils.text
-
- com.alee.utils.xml - package com.alee.utils.xml
-
- com.alee.utils.zip - package com.alee.utils.zip
-
- combineIcons(List<ImageIcon>) - Static method in class com.alee.utils.ImageUtils
-
Combines few images into single one
- combineIcons(int, List<ImageIcon>) - Static method in class com.alee.utils.ImageUtils
-
- combineIcons(ImageIcon...) - Static method in class com.alee.utils.ImageUtils
-
- combineIcons(int, ImageIcon...) - Static method in class com.alee.utils.ImageUtils
-
- combineIcons(Image...) - Static method in class com.alee.utils.ImageUtils
-
- combineIcons(int, Image...) - Static method in class com.alee.utils.ImageUtils
-
- combinePixels(int, int, int) - Static method in class com.alee.graphics.filters.PixelUtils
-
- combinePixels(int, int, int, int, int) - Static method in class com.alee.graphics.filters.PixelUtils
-
- combinePixels(int, int, int, int) - Static method in class com.alee.graphics.filters.PixelUtils
-
- combineWithContainerKeys(JComponent, String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns component language key combined with its containers keys.
- combineWithContainerKeysImpl(JComponent, String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns component language key combined with its containers keys.
- COMPARATOR - Static variable in class com.alee.utils.reflection.JarStructure
-
- compare(LanguageUpdater, LanguageUpdater) - Method in class com.alee.managers.language.LanguageUpdaterComparator
-
- compare(File, File) - Method in class com.alee.utils.file.FileComparator
-
Compares two files by their names and type.
- compare(JarEntry, JarEntry) - Method in class com.alee.utils.reflection.JarEntryComparator
-
- compareNames(String, String) - Static method in class com.alee.utils.CompareUtils
-
Compares file names insensitive to case but sensitive to integer numbers.
- CompareUtils - Class in com.alee.utils
-
This class provides a set of utilities to compare various objects.
- CompareUtils() - Constructor for class com.alee.utils.CompareUtils
-
- compareVersion(double, int, int) - Method in class com.alee.utils.system.JavaVersion
-
Returns a negative integer, zero, or a positive integer if this java version is less than, equal to, or greater than the other one.
- COMPONENT_LANGUAGE_LISTENER_KEY - Static variable in class com.alee.managers.language.LanguageManager
-
- COMPONENT_SETTINGS_PROCESSOR_KEY - Static variable in class com.alee.managers.settings.ComponentSettingsManager
-
Keys used to store custom data in JComponent.
- COMPONENT_UPDATER_KEY - Static variable in class com.alee.managers.language.LanguageManager
-
Keys used to store custom data in JComponent.
- componentKeysCache - Static variable in class com.alee.managers.language.LanguageManager
-
Calculated components cache map.
- componentLanguageListeners - Static variable in class com.alee.managers.language.LanguageManager
-
Language changes listeners.
- components - Static variable in class com.alee.managers.language.LanguageManager
-
Components registered for auto-translation.
- componentsData - Static variable in class com.alee.managers.language.LanguageManager
-
Object data provided with component language key.
- ComponentSettingsManager - Class in com.alee.managers.settings
-
This SettingsManager sub-manager registers and processes component settings auto-save/restore them on any changes within or outside of
that component.
- ComponentSettingsManager() - Constructor for class com.alee.managers.settings.ComponentSettingsManager
-
- componentsListeners - Static variable in class com.alee.managers.language.LanguageManager
-
Components ancestor listeners used to update component keys cache.
- componentsLock - Static variable in class com.alee.managers.language.LanguageManager
-
Component operations synchronization object.
- compose(Raster, Raster, WritableRaster) - Method in class com.alee.graphics.filters.MiscCompositeContext
-
- CompositeStroke - Class in com.alee.graphics.strokes
-
- CompositeStroke(Stroke, Stroke) - Constructor for class com.alee.graphics.strokes.CompositeStroke
-
- computeMD5(File) - Static method in class com.alee.utils.FileUtils
-
Returns MD5 for specified file.
- computeMD5(File, int) - Static method in class com.alee.utils.FileUtils
-
Returns MD5 for specified file and using a buffer of specified length.
- computeMD5(InputStream) - Static method in class com.alee.utils.FileUtils
-
Returns MD5 using the specified data stream.
- computeMD5(InputStream, int) - Static method in class com.alee.utils.FileUtils
-
Returns MD5 using the specified data stream and a buffer of specified length.
- Consumer<T> - Interface in com.alee.api.jdk
-
Represents an operation that accepts a single input argument and returns no result.
- contains(String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns whether specified language key exists or not.
- contains(String) - Static method in class com.alee.managers.language.LM
-
Returns whether specified language key exists or not.
- contains(int, int[]) - Static method in class com.alee.utils.ArrayUtils
-
Returns whether array contains the specified number or not.
- contains(long, long[]) - Static method in class com.alee.utils.ArrayUtils
-
Returns whether array contains the specified number or not.
- contains(float, float[]) - Static method in class com.alee.utils.ArrayUtils
-
Returns whether array contains the specified number or not.
- contains(double, double[]) - Static method in class com.alee.utils.ArrayUtils
-
Returns whether array contains the specified number or not.
- contains(char, char[]) - Static method in class com.alee.utils.ArrayUtils
-
Returns whether array contains the specified character or not.
- contains(byte, byte[]) - Static method in class com.alee.utils.ArrayUtils
-
Returns whether array contains the specified byte or not.
- contains(String, String[]) - Static method in class com.alee.utils.ArrayUtils
-
Returns whether array contains the specified text or not.
- contains(Object, Object[]) - Static method in class com.alee.utils.ArrayUtils
-
Returns whether array contains the specified object or not.
- contains(K) - Method in class com.alee.utils.collection.ValuesTable
-
Returns whether this ValuesTable contains entry with specified key or not.
- contains(String, List<String>) - Static method in class com.alee.utils.CompareUtils
-
Returns whether text contains any of the tokens from the specified list or not.
- containsFile(List, File) - Static method in class com.alee.utils.FileUtils
-
Returns whether list of files or file paths contains the specified file or not.
- containsInClassOrSuperclassName(Class, String) - Static method in class com.alee.utils.ReflectUtils
-
Returns whether one of superclasses contains specified text in its name or not.
- containsKey(Object) - Method in class com.alee.utils.collection.DoubleMap
-
- containsKey(K) - Method in class com.alee.utils.collection.ValuesTable
-
Returns whether this ValuesTable contains entry with specified key or not.
- containsValue(Object) - Method in class com.alee.utils.collection.DoubleMap
-
- containsValue(V) - Method in class com.alee.utils.collection.ValuesTable
-
Returns whether this ValuesTable contains entry with specified value or not.
- contest(int, int, int) - Method in class com.alee.graphics.image.gif.NeuQuant
-
- convertToMultilineHtml(String, String...) - Static method in class com.alee.utils.HtmlUtils
-
Returns text converted into multiline HTML.
- convolve(Kernel, int[], int[], int, int, int) - Static method in class com.alee.graphics.filters.ConvolveFilter
-
- convolve(Kernel, int[], int[], int, int, boolean, int) - Static method in class com.alee.graphics.filters.ConvolveFilter
-
- convolveAndTranspose(Kernel, int[], int[], int, int, boolean, int) - Static method in class com.alee.graphics.filters.GaussianFilter
-
- ConvolveFilter - Class in com.alee.graphics.filters
-
A filter which applies a convolution kernel to an image.
- ConvolveFilter() - Constructor for class com.alee.graphics.filters.ConvolveFilter
-
Construct a filter with a null kernel.
- ConvolveFilter(float[]) - Constructor for class com.alee.graphics.filters.ConvolveFilter
-
Construct a filter with the given 3x3 kernel.
- ConvolveFilter(int, int, float[]) - Constructor for class com.alee.graphics.filters.ConvolveFilter
-
Construct a filter with the given kernel.
- ConvolveFilter(Kernel) - Constructor for class com.alee.graphics.filters.ConvolveFilter
-
Construct a filter with the given 3x3 kernel.
- convolveH(Kernel, int[], int[], int, int, boolean, int) - Static method in class com.alee.graphics.filters.ConvolveFilter
-
Convolve with a kernel consisting of one row
- convolveHV(Kernel, int[], int[], int, int, boolean, int) - Static method in class com.alee.graphics.filters.ConvolveFilter
-
Convolve with a 2D kernel
- convolveV(Kernel, int[], int[], int, int, boolean, int) - Static method in class com.alee.graphics.filters.ConvolveFilter
-
Convolve with a kernel consisting of one column
- copy(Collection<T>) - Static method in class com.alee.utils.CollectionUtils
-
Returns copy of the specified list.
- copy(Image) - Static method in class com.alee.utils.ImageUtils
-
Makes a copy of BufferedImage
- copy(BufferedImage) - Static method in class com.alee.utils.ImageUtils
-
- copyDirectory(String, String) - Static method in class com.alee.utils.FileUtils
-
Copies src directory content into dst directory and returns whether operation succeed or not.
- copyDirectory(String, String, boolean) - Static method in class com.alee.utils.FileUtils
-
Copies src directory content into dst directory and returns whether operation succeed or not.
- copyDirectory(File, File) - Static method in class com.alee.utils.FileUtils
-
Copies src directory content into dst directory and returns whether operation succeed or not.
- copyDirectory(File, File, boolean) - Static method in class com.alee.utils.FileUtils
-
Copies src directory content into dst directory and returns whether operation succeed or not.
- copyDoubleMap(DoubleMap<K, V>) - Static method in class com.alee.utils.MapUtils
-
Returns copied DoubleMap.
- copyFile(String, String) - Static method in class com.alee.utils.FileUtils
-
Copies source file content into destination file.
- copyFile(File, File) - Static method in class com.alee.utils.FileUtils
-
Copies source file content into destination file.
- copyFile(FileChannel, FileChannel) - Static method in class com.alee.utils.FileUtils
-
Copies file data from source file channel into destination file channel.
- copyHashMap(HashMap<K, V>) - Static method in class com.alee.utils.MapUtils
-
Returns copied HashMap.
- copyLinkedHashMap(LinkedHashMap<K, V>) - Static method in class com.alee.utils.MapUtils
-
Returns copied LinkedHashMap.
- copyMap(Map<K, V>) - Static method in class com.alee.utils.MapUtils
-
Returns copied Map.
- copySubList(List<T>, int, int) - Static method in class com.alee.utils.CollectionUtils
-
Returns sub list with copied values.
- copyToClipboard(String) - Static method in class com.alee.utils.SystemUtils
-
Copies text to system clipboard.
- CoreManagers - Class in com.alee.managers
-
Core managers simple initialization class.
- CoreManagers() - Constructor for class com.alee.managers.CoreManagers
-
- CoreSwingUtils - Class in com.alee.utils
-
- CoreSwingUtils() - Constructor for class com.alee.utils.CoreSwingUtils
-
- createActionEvent() - Method in class com.alee.utils.swing.WebTimer
-
Returns action event.
- createArray(T[], int) - Static method in class com.alee.utils.ArrayUtils
-
Returns new array with the component class type from the specified array.
- createArray(Class<T>, int) - Static method in class com.alee.utils.ArrayUtils
-
Returns new array with the specified component class type.
- createBufferedImage(Icon) - Static method in class com.alee.utils.ImageUtils
-
- createColorChooserIcon(Color) - Static method in class com.alee.utils.ImageUtils
-
- createColorChooserImage(Color) - Static method in class com.alee.utils.ImageUtils
-
- createColorIcon(Color) - Static method in class com.alee.utils.ImageUtils
-
Creates color icon
- createColorIcon(Color, int, int) - Static method in class com.alee.utils.ImageUtils
-
- createColorImage(Color) - Static method in class com.alee.utils.ImageUtils
-
- createColorImage(Color, int, int) - Static method in class com.alee.utils.ImageUtils
-
- createCompatibleDestImage(BufferedImage, ColorModel) - Method in class com.alee.graphics.filters.AbstractBufferedImageOp
-
- createCompatibleDestImage(BufferedImage, ColorModel) - Method in class com.alee.graphics.filters.ConvolveFilter
-
- createCompatibleImage(int, int) - Static method in class com.alee.utils.ImageUtils
-
Creates a compatible image using given data
- createCompatibleImage(int, int, int) - Static method in class com.alee.utils.ImageUtils
-
- createCompatibleImage(BufferedImage) - Static method in class com.alee.utils.ImageUtils
-
- createCompatibleImage(BufferedImage, int) - Static method in class com.alee.utils.ImageUtils
-
- createCompatibleImage(BufferedImage, int, int) - Static method in class com.alee.utils.ImageUtils
-
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.alee.graphics.filters.MiscComposite
-
- createDisabledCopy(ImageIcon) - Static method in class com.alee.utils.ImageUtils
-
- createDisabledCopy(Image) - Static method in class com.alee.utils.ImageUtils
-
- createEmptyIcon(int, int) - Static method in class com.alee.utils.ImageUtils
-
Creates empty icon
- createEmptyImage(int, int) - Static method in class com.alee.utils.ImageUtils
-
- createFileDescription(File, String) - Static method in class com.alee.utils.FileUtils
-
Returns complete file description.
- createGrayscaleCopy(ImageIcon) - Static method in class com.alee.utils.ImageUtils
-
Creates grayscale image copy
- createGrayscaleCopy(Image) - Static method in class com.alee.utils.ImageUtils
-
- createGrayscaleCopy(BufferedImage) - Static method in class com.alee.utils.ImageUtils
-
- createInitializationStrategy() - Method in class com.alee.managers.plugin.Plugin
-
Creates and returns plugin initialization strategy.
- createInnerShadeImage(int, Shape, int, float) - Static method in class com.alee.utils.ImageUtils
-
Returns shade image based on provided shape.
- createInstance(String, Object...) - Static method in class com.alee.utils.ReflectUtils
-
Returns newly created class instance.
- createInstance(Class, Object...) - Static method in class com.alee.utils.ReflectUtils
-
Returns newly created class instance.
- createInstanceSafely(String, Object...) - Static method in class com.alee.utils.ReflectUtils
-
Returns newly created class instance.
- createInstanceSafely(Class, Object...) - Static method in class com.alee.utils.ReflectUtils
-
Returns newly created class instance.
- createNewClassLoader - Variable in class com.alee.managers.plugin.PluginManager
-
Whether should create exclusive class loader for each plugin or not.
- createPreviewIcon(ImageIcon, int) - Static method in class com.alee.utils.ImageUtils
-
- createPreviewIcon(Image, int) - Static method in class com.alee.utils.ImageUtils
-
- createPreviewIcon(BufferedImage, int) - Static method in class com.alee.utils.ImageUtils
-
- createPreviewImage(BufferedImage, Dimension) - Static method in class com.alee.utils.ImageUtils
-
- createPreviewImage(BufferedImage, int, int) - Static method in class com.alee.utils.ImageUtils
-
- createPreviewImage(BufferedImage, int) - Static method in class com.alee.utils.ImageUtils
-
- createRoundedShape(int, Point...) - Static method in class com.alee.utils.ShapeUtils
-
Returns shape with rounded corners created using specified points.
- createRoundedShape(Point[], int[]) - Static method in class com.alee.utils.ShapeUtils
-
Returns shape with rounded corners created using specified points.
- createSettingsProcessor(SettingsProcessorData) - Static method in class com.alee.managers.settings.ComponentSettingsManager
-
Returns new SettingsProcessor instance for the specified SettingsProcessorData.
- createShadeImage(int, int, Shape, int, float, boolean) - Static method in class com.alee.utils.ImageUtils
-
Returns shade image based on provided shape.
- createSizedImagePreview(ImageIcon, int, boolean) - Static method in class com.alee.utils.ImageUtils
-
- createString(String, int) - Static method in class com.alee.utils.TextUtils
-
Creates new string filled with specified amount of same characters.
- createStrokedShape(Shape) - Method in class com.alee.graphics.strokes.CompositeStroke
-
- createStrokedShape(Shape) - Method in class com.alee.graphics.strokes.RandomStroke
-
- createStrokedShape(Shape) - Method in class com.alee.graphics.strokes.ShapeStroke
-
- createStrokedShape(Shape) - Method in class com.alee.graphics.strokes.TextStroke
-
- createStrokedShape(Shape) - Method in class com.alee.graphics.strokes.ZigzagStroke
-
- createThumbnailIcon(String) - Static method in class com.alee.utils.ImageUtils
-
Image preview generation
- createThumbnailIcon(String, int) - Static method in class com.alee.utils.ImageUtils
-
- createTransparentCopy(ImageIcon, float) - Static method in class com.alee.utils.ImageUtils
-
- createValue(UIDefaults) - Method in class com.alee.utils.swing.SwingLazyValue
-
- currentDate() - Static method in class com.alee.utils.TimeUtils
-
Returns current system date.
- currentNanoTime() - Static method in class com.alee.utils.TimeUtils
-
Returns current system nano time.
- currentTime() - Static method in class com.alee.utils.TimeUtils
-
Returns current system time.
- customize(T) - Method in interface com.alee.utils.swing.Customizer
-
Customizes the specified object.
- Customizer<T> - Interface in com.alee.utils.swing
-
This interface allows you to create customizer for objects of any type.
- customUpdaters - Static variable in class com.alee.managers.language.LanguageManager
-
Component-specific language updaters.
- cutImage(Shape, ImageIcon) - Static method in class com.alee.utils.ImageUtils
-
Cuts image by the specified shape
- cutImage(Shape, Image) - Static method in class com.alee.utils.ImageUtils
-
- cycleCount - Variable in class com.alee.utils.swing.WebTimer
-
Number of executed cycles;
- cyclesLimit - Variable in class com.alee.utils.swing.WebTimer
-
Timer cycles execution limit.
- gain(float, float) - Static method in class com.alee.graphics.filters.ImageMath
-
A variant of the gamma function.
- gamma - Static variable in class com.alee.graphics.image.gif.NeuQuant
-
- gammashift - Static variable in class com.alee.graphics.image.gif.NeuQuant
-
- gatherKeys(Dictionary) - Static method in class com.alee.managers.language.LanguageUtils
-
Returns all dictionary keys.
- GaussianFilter - Class in com.alee.graphics.filters
-
A filter which applies Gaussian blur to an image.
- GaussianFilter() - Constructor for class com.alee.graphics.filters.GaussianFilter
-
Construct a Gaussian filter
- GaussianFilter(float) - Constructor for class com.alee.graphics.filters.GaussianFilter
-
Construct a Gaussian filter
- GB - Static variable in class com.alee.utils.FileUtils
-
Number of bytes in 1 gigabyte.
- generateId() - Static method in class com.alee.utils.TextUtils
-
Returns random ID with default prefix and suffix.
- generateId(String) - Static method in class com.alee.utils.TextUtils
-
Returns random ID with specified prefix and default suffix.
- generateId(String, String) - Static method in class com.alee.utils.TextUtils
-
Returns random ID with specified prefix and suffix.
- generateId(int) - Static method in class com.alee.utils.TextUtils
-
Returns randomly generated ID part with specified length.
- GeometryUtils - Class in com.alee.utils
-
This class provides a set of utilities to work with points and various shapes.
- GeometryUtils() - Constructor for class com.alee.utils.GeometryUtils
-
- GERMAN - Static variable in interface com.alee.managers.language.LanguageConstants
-
Portuguese language.
- get() - Method in interface com.alee.api.jdk.Supplier
-
Returns a result.
- get() - Method in interface com.alee.api.jdk.UnsafeSupplier
-
Returns a result.
- get(String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns translation for the specified language key.
- get(String, Object...) - Static method in class com.alee.managers.language.LanguageManager
-
Returns translation for the specified language key.
- get(JComponent, String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns component translation.
- get(String) - Static method in class com.alee.managers.language.LM
-
Returns translation for specified language key.
- get(String, Object...) - Static method in class com.alee.managers.language.LM
-
Returns translation for specified language key and formatting data.
- get() - Static method in class com.alee.managers.log.Log
-
Returns logger for the requesting class.
- get(LogMessageType, String, Throwable) - Method in interface com.alee.managers.log.LogPrefixSupplier
-
Returns log message prefix.
- get(String) - Method in class com.alee.managers.settings.SettingsGroup
-
Returns value for specified key.
- get(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns Object value.
- get(String, Class<T>) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns typed value.
- get(String, T) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns typed value.
- get(String, String, Class<T>) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns typed value.
- get(String, String, T) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns typed value.
- get(Object) - Method in class com.alee.utils.collection.DoubleMap
-
- get(int) - Method in interface com.alee.utils.collection.IndexedSupplier
-
Returns a result.
- get(int) - Method in class com.alee.utils.collection.ValuesTable
-
Returns entry value at the specified index.
- get(K) - Method in class com.alee.utils.collection.ValuesTable
-
Returns value from entry with specified key.
- get(Object) - Method in class com.alee.utils.map.SoftHashMap
-
- get(Object) - Method in class com.alee.utils.swing.LazyActionMap
-
- getAcceptedPluginType() - Method in class com.alee.managers.plugin.PluginManager
-
Returns accepted by this manager plugin type.
- getActionCommand() - Method in class com.alee.utils.swing.WebTimer
-
Returns action command for fired events.
- getActionMap(Class, String) - Static method in class com.alee.utils.swing.LazyActionMap
-
Returns an ActionMap that will be populated by invoking the loadActionMap method on the specified Class when necessary.
- getAddMargins() - Method in class com.alee.graphics.filters.ShadowFilter
-
- getAddress(URL) - Static method in class com.alee.utils.NetUtils
-
Returns address represented by the specified URL object.
- getAlign() - Method in class com.alee.graphics.filters.MotionBlurOp
-
- getAlignX() - Method in class com.alee.graphics.filters.MotionBlurOp
-
- getAlignY() - Method in class com.alee.graphics.filters.MotionBlurOp
-
- getAlpha() - Method in class com.alee.graphics.filters.MiscComposite
-
- getAngle() - Method in class com.alee.graphics.filters.MotionBlurOp
-
- getAngle() - Method in class com.alee.graphics.filters.ShadowFilter
-
- getAngle(Point, Point) - Static method in class com.alee.utils.GeometryUtils
-
Returns angle between the line specified by points and y=0 line.
- getAngle(int, int, int, int) - Static method in class com.alee.utils.GeometryUtils
-
Returns angle between the line specified by points and y=0 line.
- getAuthenticator() - Static method in class com.alee.managers.proxy.ProxyManager
-
Returns current proxy authenticator.
- getAuthor() - Method in class com.alee.managers.language.data.Dictionary
-
- getAuthor() - Method in class com.alee.managers.language.data.LanguageInfo
-
- getAvailableName(String, String) - Static method in class com.alee.utils.FileUtils
-
Returns available file name in the specified directory and which is similar the specified name.
- getAvailableName(File, String) - Static method in class com.alee.utils.FileUtils
-
Returns available file name in the specified directory and which is similar the specified name.
- getAvailableName(List<String>, String) - Static method in class com.alee.utils.FileUtils
-
Returns available file name that is not contained in the existing names list.
- getAvailablePlugins() - Method in class com.alee.managers.plugin.PluginManager
-
Returns list of available loaded plugins.
- getBackupFilesExtension() - Static method in class com.alee.managers.settings.SettingsManager
-
Returns backup files extension.
- getBaseAddress(String) - Static method in class com.alee.utils.NetUtils
-
Returns base address for the specified complete address.
- getBoolean(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns Boolean value.
- getBoolean(String, String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns Boolean value.
- getBounds2D(BufferedImage) - Method in class com.alee.graphics.filters.AbstractBufferedImageOp
-
- getBounds2D(BufferedImage) - Method in class com.alee.graphics.filters.ConvolveFilter
-
- getBufferedImage(URL) - Static method in class com.alee.utils.ImageUtils
-
Retrieves BufferedImage from Image
- getBufferedImage(String) - Static method in class com.alee.utils.ImageUtils
-
- getBufferedImage(ImageIcon) - Static method in class com.alee.utils.ImageUtils
-
- getBufferedImage(Image) - Static method in class com.alee.utils.ImageUtils
-
- getBufferedImage(Icon) - Static method in class com.alee.utils.ImageUtils
-
Retrieves BufferedImage from Icon
- getBuild() - Method in class com.alee.managers.plugin.data.PluginVersion
-
Returns plugin build version.
- getCallerClass() - Static method in class com.alee.utils.ReflectUtils
-
Returns method caller class.
- getCallerClass(int) - Static method in class com.alee.utils.ReflectUtils
-
Returns method caller class.
- getCanonicalEntryName() - Method in class com.alee.utils.reflection.JarEntry
-
- getCanonicalEntryPath() - Method in class com.alee.utils.reflection.JarEntry
-
- getChild(int) - Method in class com.alee.utils.reflection.JarEntry
-
- getChildByName(String) - Method in class com.alee.utils.reflection.JarEntry
-
- getChildEntries(JarEntry) - Method in class com.alee.utils.reflection.JarStructure
-
- getChildren() - Method in class com.alee.utils.reflection.JarEntry
-
- getChildren(T) - Method in interface com.alee.utils.sort.GraphDataProvider
-
Returns child data for the specified data.
- getClass(String) - Static method in class com.alee.utils.ReflectUtils
-
Returns class for the specified canonical name.
- getClassEntry(Class) - Method in class com.alee.utils.reflection.JarStructure
-
- getClassFileName(Object) - Static method in class com.alee.utils.ReflectUtils
-
Returns class name with ".class" extension in the end.
- getClassFileName(Class) - Static method in class com.alee.utils.ReflectUtils
-
Returns class name with ".class" extension in the end.
- getClassName(Object) - Static method in class com.alee.utils.ReflectUtils
-
Returns class name.
- getClassName(Class) - Static method in class com.alee.utils.ReflectUtils
-
Returns class name.
- getClassName() - Method in class com.alee.utils.xml.ResourceFile
-
- getClassPackages(Object) - Static method in class com.alee.utils.ReflectUtils
-
Returns class packages.
- getClassPackages(Class) - Static method in class com.alee.utils.ReflectUtils
-
Returns class packages.
- getClassSafely(String) - Static method in class com.alee.utils.ReflectUtils
-
Returns class for the specified canonical name.
- getClassTypes(Object[]) - Static method in class com.alee.utils.ReflectUtils
-
Returns an array of argument class types.
- getColor() - Method in interface com.alee.api.ColorSupport
-
Returns color for the class instance.
- getColor(float) - Method in interface com.alee.graphics.filters.Colormap
-
Convert a value in the range 0..1 to an RGB color.
- getColor(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns Color value.
- getColor(String, String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns Color value.
- getColormap() - Method in class com.alee.graphics.filters.RaysFilter
-
- getComponent() - Method in class com.alee.managers.settings.SettingsProcessor
-
Returns managed component.
- getComponent() - Method in class com.alee.managers.settings.SettingsProcessorData
-
Returns component which settings are being managed.
- getComponentClass() - Method in class com.alee.managers.language.updaters.DefaultLanguageUpdater
-
- getComponentClass() - Method in interface com.alee.managers.language.updaters.LanguageUpdater
-
Returns class which instance should be updated using this LanguageUpdater.
- getComponentKey(JComponent) - Static method in class com.alee.managers.language.LanguageManager
-
Returns component language key.
- getComponentLanguageListeners() - Static method in class com.alee.managers.language.LanguageManager
-
Returns component language listeners.
- getConstructor(Class, Class...) - Static method in class com.alee.utils.ReflectUtils
-
Returns class constructor for the specified argument types.
- getContainingRect(List<Point>) - Static method in class com.alee.utils.GeometryUtils
-
Returns rectangle containing all specified points.
- getContainingRect(Point...) - Static method in class com.alee.utils.GeometryUtils
-
Returns rectangle containing all specified points.
- getContainingRect(Rectangle...) - Static method in class com.alee.utils.GeometryUtils
-
Returns rectangle containing all specified rectangles.
- getContainingRect(Rectangle, Rectangle) - Static method in class com.alee.utils.GeometryUtils
-
Returns rectangle containing two others.
- getContent(String) - Static method in class com.alee.utils.HtmlUtils
-
Returns HTML content between body or html tags.
- getCreationDate() - Method in class com.alee.managers.language.data.Dictionary
-
- getCurrentBufImg() - Method in class com.alee.graphics.image.gif.GifDecoder
-
Gets the first (or only) image read.
- getCycleCount() - Method in class com.alee.utils.swing.WebTimer
-
Returns executed cycles count.
- getCycleNumber() - Method in class com.alee.utils.swing.WebTimer
-
Returns current cycle number.
- getCyclesLimit() - Method in class com.alee.utils.swing.WebTimer
-
Returns timer cycles execution limit.
- getCycleTimeLeft() - Method in class com.alee.utils.swing.WebTimer
-
Returns time left in milliseconds until current cycle action execution.
- getCycleTimePassed() - Method in class com.alee.utils.swing.WebTimer
-
Returns time passed in milliseconds since current cycle start.
- getData() - Method in class com.alee.managers.settings.SettingsProcessor
-
Returns SettingsProcessorData.
- getData() - Method in class com.alee.utils.sort.Node
-
- getDate() - Method in class com.alee.utils.file.FileDescription
-
Returns modification date.
- getDefaultLanguage() - Static method in class com.alee.managers.language.LanguageManager
-
Returns default language.
- getDefaultLanguageKey() - Static method in class com.alee.managers.language.LanguageManager
-
Returns default language key.
- getDefaultSettingsDir() - Static method in class com.alee.managers.settings.SettingsManager
-
Returns default settings directory.
- getDefaultSettingsDirName() - Static method in class com.alee.managers.settings.SettingsManager
-
Returns default settings directory name.
- getDefaultSettingsGroup() - Static method in class com.alee.managers.settings.SettingsManager
-
Returns default settings group name.
- getDefaultText(Value, Object...) - Method in class com.alee.managers.language.updaters.DefaultLanguageUpdater
-
Returns default text taken from value and formatted using specified data.
- getDefaultText(String, Value, Object...) - Method in class com.alee.managers.language.updaters.DefaultLanguageUpdater
-
Returns state text taken from value and formatted using specified data.
- getDefaultText(String, boolean, Value, Object...) - Method in class com.alee.managers.language.updaters.DefaultLanguageUpdater
-
Returns state text taken from value and formatted using specified data.
- getDefaultTooltipType() - Static method in class com.alee.managers.language.LanguageManager
-
Returns default tooltip type.
- getDefaultValue() - Method in class com.alee.managers.settings.processors.AbstractButtonSettingsProcessor
-
- getDefaultValue() - Method in class com.alee.managers.settings.processors.JComboBoxSettingsProcessor
-
- getDefaultValue() - Method in class com.alee.managers.settings.processors.JPasswordFieldSettingsProcessor
-
- getDefaultValue() - Method in class com.alee.managers.settings.processors.JScrollBarSettingsProcessor
-
- getDefaultValue() - Method in class com.alee.managers.settings.processors.JSliderSettingsProcessor
-
- getDefaultValue() - Method in class com.alee.managers.settings.processors.JTextComponentSettingsProcessor
-
- getDefaultValue(Class<T>) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns default value for the specified class.
- getDefaultValue() - Method in class com.alee.managers.settings.SettingsProcessor
-
Returns component default value.
- getDefaultValue() - Method in class com.alee.managers.settings.SettingsProcessorData
-
Returns component default value.
- getDelay(int) - Method in class com.alee.graphics.image.gif.GifDecoder
-
Gets display duration for specified frame.
- getDelay() - Method in class com.alee.managers.language.data.Tooltip
-
- getDelay() - Method in class com.alee.utils.swing.WebTimer
-
Returns delay between timer cycles in milliseconds.
- getDependencies() - Method in class com.alee.managers.plugin.data.PluginInformation
-
Returns plugins required to run this one.
- getDependencies() - Method in class com.alee.managers.plugin.Plugin
-
Returns plugins required to run this one.
- getDependenciesCount() - Method in class com.alee.managers.plugin.data.PluginInformation
-
Returns plugin dependencies count.
- getDescription() - Method in class com.alee.managers.plugin.data.PluginInformation
-
Returns plugin description.
- getDescription() - Method in class com.alee.managers.plugin.data.PluginLibrary
-
Returns plugin library description.
- getDescription() - Method in enum com.alee.managers.plugin.data.StrategyType
-
Returns plugin strategy type description.
- getDescription() - Method in class com.alee.managers.plugin.Plugin
-
Returns plugin description.
- getDescription() - Method in class com.alee.utils.file.FileDescription
-
Returns file description.
- getDescription() - Method in class com.alee.utils.filefilter.AbstractFileFilter
-
Returns short file filter description.
- getDescription() - Method in class com.alee.utils.filefilter.AbstractFileFilterAdapter
-
- getDescription() - Method in class com.alee.utils.filefilter.AllFilesFilter
-
- getDescription() - Method in class com.alee.utils.filefilter.DirectoriesFilter
-
- getDescription() - Method in class com.alee.utils.filefilter.FilesFilter
-
- getDescription() - Method in class com.alee.utils.filefilter.GroupedFileFilter
-
- getDescription() - Method in class com.alee.utils.filefilter.ImageFilesFilter
-
- getDescription() - Method in class com.alee.utils.filefilter.NonHiddenFilter
-
- getDetectedPlugin() - Method in class com.alee.managers.plugin.Plugin
-
Returns additional information about this plugin.
- getDetectedPlugin(File) - Method in class com.alee.managers.plugin.PluginManager
-
Returns plugin information from the specified plugin file.
- getDetectedPlugins() - Method in class com.alee.managers.plugin.PluginManager
-
Returns list of detected plugins.
- getDetectedPluginsAmount() - Method in class com.alee.managers.plugin.PluginManager
-
Returns amount of detected plugins.
- getDictionaries() - Static method in class com.alee.managers.language.LanguageManager
-
Returns all dictionaries added into LanguageManager.
- getDictionary(String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns dictionary for the specified ID or null if it was not found.
- getDictionaryCacheKey(Class, String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns dictionary cache key.
- getDictionaryCacheKey(URL) - Static method in class com.alee.managers.language.LanguageManager
-
Returns dictionary cache key.
- getDictionaryCacheKey(String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns dictionary cache key.
- getDictionaryCacheKey(File) - Static method in class com.alee.managers.language.LanguageManager
-
Returns dictionary cache key.
- getDimension(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns Dimension value.
- getDimension(String, String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns Dimension value.
- getDisabledCopy(String, Icon) - Static method in class com.alee.utils.ImageUtils
-
- getDisabledCopy(String, ImageIcon) - Static method in class com.alee.utils.ImageUtils
-
- getDiskRoots() - Static method in class com.alee.utils.FileUtils
-
Returns array of available system disks.
- getDisplayedFrame() - Method in class com.alee.graphics.image.gif.GifIcon
-
- getDisplayFileCreationDate(File) - Static method in class com.alee.utils.FileUtils
-
Returns file modification date to display.
- getDisplayFileModificationDate(File) - Static method in class com.alee.utils.FileUtils
-
Returns file modification date to display.
- getDisplayFileName(File) - Static method in class com.alee.utils.FileUtils
-
Returns file name to display.
- getDisplayFileSize(File) - Static method in class com.alee.utils.FileUtils
-
Returns file size to display.
- getDisplayFileSize(File, int) - Static method in class com.alee.utils.FileUtils
-
Returns file size to display.
- getDistance() - Method in class com.alee.graphics.filters.MotionBlurOp
-
- getDistance() - Method in class com.alee.graphics.filters.ShadowFilter
-
- getDouble(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns Double value.
- getDouble(String, String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns Double value.
- getEdgeAction() - Method in class com.alee.graphics.filters.ConvolveFilter
-
- getEndOfDay(Date) - Static method in class com.alee.utils.TimeUtils
-
Returns end-of-day date.
- getEntryExtension() - Method in class com.alee.utils.reflection.JarEntry
-
- getEntryInputStream(JarEntry) - Method in class com.alee.utils.reflection.JarStructure
-
- getError() - Method in class com.alee.managers.settings.SettingsGroupState
-
Returns occurred error.
- getException() - Method in class com.alee.managers.plugin.data.DetectedPlugin
-
Returns load exception.
- getExceptionMessage() - Method in class com.alee.managers.plugin.data.DetectedPlugin
-
Returns load exception message.
- getExtension() - Method in enum com.alee.utils.file.MimeType
-
Returns extension for this type.
- getFailedPluginsAmount() - Method in class com.alee.managers.plugin.PluginManager
-
Returns amount of plugins which have failed to load.
- getFailureCause() - Method in class com.alee.managers.plugin.data.DetectedPlugin
-
Returns load failure cause.
- getFailureHtmlText() - Method in class com.alee.managers.plugin.data.DetectedPlugin
-
Returns load failure HTML description.
- getField(Class, String) - Static method in class com.alee.utils.ReflectUtils
-
Returns specified class field.
- getFieldGetter(Object, String) - Static method in class com.alee.utils.ReflectUtils
-
Returns field getter method by popular method naming pattern.
- getFieldGetter(Class, String) - Static method in class com.alee.utils.ReflectUtils
-
Returns field getter method by popular method naming pattern.
- getFieldImpl(Class, String) - Static method in class com.alee.utils.ReflectUtils
-
Returns specified class field.
- getFields(Object) - Static method in class com.alee.utils.ReflectUtils
-
Returns all non-static fields declared in the specified class and all of its superclasses.
- getFields(Object, List<String>) - Static method in class com.alee.utils.ReflectUtils
-
Returns all non-static fields declared in the specified class and all of its superclasses.
- getFieldSafely(Class, String) - Static method in class com.alee.utils.ReflectUtils
-
Returns specified class field.
- getFieldType(Class, String) - Static method in class com.alee.utils.ReflectUtils
-
Returns specified class field's type.
- getFieldTypeSafely(Class, String) - Static method in class com.alee.utils.ReflectUtils
-
Returns specified class field's type.
- getFieldValue(Object, String) - Static method in class com.alee.utils.ReflectUtils
-
Returns object field value.
- getFieldValueSafely(Object, String) - Static method in class com.alee.utils.ReflectUtils
-
Returns object field value.
- getFile() - Method in class com.alee.managers.plugin.data.DetectedPlugin
-
Returns plugin file.
- getFile() - Method in class com.alee.managers.plugin.data.PluginLibrary
-
Returns plugin library file path relative to plugin file location.
- getFileDescription(File, String) - Static method in class com.alee.utils.FileUtils
-
Returns complete file description.
- getFileExtPart(File, boolean) - Static method in class com.alee.utils.FileUtils
-
Returns file extension either with or without dot.
- getFileExtPart(String, boolean) - Static method in class com.alee.utils.FileUtils
-
Returns file extension either with or without dot.
- getFileFilter() - Method in class com.alee.managers.plugin.PluginManager
-
Returns plugins directory file filter.
- getFileFilter() - Method in class com.alee.utils.filefilter.IOFileFilterAdapter
-
Returns adapted filter.
- getFileFilter() - Method in class com.alee.utils.filefilter.SwingFileFilterAdapter
-
Returns adapted filter.
- getFileIcon(File) - Static method in class com.alee.utils.FileUtils
-
Returns system file icon.
- getFileIcon(File, boolean) - Static method in class com.alee.utils.FileUtils
-
Returns either large or small system file icon.
- getFileNamePart(File) - Static method in class com.alee.utils.FileUtils
-
Returns file name without extension.
- getFileNamePart(String) - Static method in class com.alee.utils.FileUtils
-
Returns file name without extension.
- getFilePath(File) - Static method in class com.alee.utils.FileUtils
-
Returns list of files contained in path of the specified file.
- getFileSize(String) - Static method in class com.alee.utils.FileUtils
-
Returns file size, located at the specified url.
- getFileSize(URL) - Static method in class com.alee.utils.FileUtils
-
Returns file size, located at the specified url.
- getFileSizeString(long) - Static method in class com.alee.utils.FileUtils
-
Returns file size to display.
- getFileSizeString(long, int) - Static method in class com.alee.utils.FileUtils
-
Returns file size to display.
- getFileTypeDescription(File) - Static method in class com.alee.utils.FileUtils
-
Returns file type description.
- getFloat(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns Float value.
- getFloat(String, String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns Float value.
- getFrame(int) - Method in class com.alee.graphics.image.gif.GifDecoder
-
Gets the image contents of frame n.
- getFrameCount() - Method in class com.alee.graphics.image.gif.GifDecoder
-
Gets the number of frames read from file.
- getFrameCount() - Method in class com.alee.graphics.image.gif.GifIcon
-
- getFrames() - Method in class com.alee.graphics.image.gif.GifIcon
-
- getGetterMethodName(String) - Static method in class com.alee.utils.ReflectUtils
-
Returns getter method name for the specified field.
- getGlobalDictionary() - Static method in class com.alee.managers.language.LanguageManager
-
Returns global dictionary that aggregates all added dictionaries.
- getGraphicsConfiguration() - Static method in class com.alee.utils.SystemUtils
-
Returns default GraphicsConfiguration for main screen.
- getGraphicsDevice(Rectangle) - Static method in class com.alee.utils.SystemUtils
-
Returns graphics device where most part of specified bounds is placed.
- getGraphicsDevices() - Static method in class com.alee.utils.SystemUtils
-
Returns list of available screen devices.
- getGroup() - Method in class com.alee.managers.settings.SettingsProcessor
-
Returns component settings group.
- getGroup() - Method in class com.alee.managers.settings.SettingsProcessorData
-
Returns component settings group.
- getGroupFilePath(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns directory where settings group file is saved.
- getHexColor(Color) - Static method in class com.alee.utils.ColorUtils
-
Returns hex color string for the specified color.
- getHexColor(int) - Static method in class com.alee.utils.ColorUtils
-
Returns hex color string for the specified rgb value.
- getHost(String) - Static method in class com.alee.utils.NetUtils
-
Returns host for the specified address.
- getHotkey() - Method in class com.alee.managers.language.data.Record
-
- getHotkey() - Method in class com.alee.managers.language.data.Value
-
- getHRadius() - Method in class com.alee.graphics.filters.BoxBlurFilter
-
- getIcon() - Method in interface com.alee.api.IconSupport
-
Returns icon for the class instance.
- getIcon() - Method in enum com.alee.managers.plugin.data.PluginStatus
-
Returns plugin status icon.
- getIcon() - Method in enum com.alee.managers.plugin.data.StrategyType
-
Returns plugin strategy type icon.
- getIcon() - Method in class com.alee.utils.filefilter.AbstractFileFilter
-
Returns file filter icon.
- getIcon() - Method in class com.alee.utils.filefilter.AbstractFileFilterAdapter
-
- getIcon() - Method in class com.alee.utils.filefilter.AllFilesFilter
-
- getIcon() - Method in class com.alee.utils.filefilter.DirectoriesFilter
-
- getIcon() - Method in class com.alee.utils.filefilter.FilesFilter
-
- getIcon() - Method in class com.alee.utils.filefilter.GroupedFileFilter
-
- getIcon() - Method in class com.alee.utils.filefilter.ImageFilesFilter
-
- getIcon() - Method in class com.alee.utils.filefilter.NonHiddenFilter
-
- getIcon() - Method in class com.alee.utils.reflection.JarEntry
-
- getIcon() - Method in enum com.alee.utils.reflection.JarEntryType
-
Returns JAR entry type icon.
- getIcon(E, String) - Static method in class com.alee.utils.swing.EnumLazyIconProvider
-
Returns cached or just loaded enum icon.
- getIcon(E, String, String) - Static method in class com.alee.utils.swing.EnumLazyIconProvider
-
Returns cached or just loaded enum icon for the specified state.
- getIcon(E, String, String, String) - Static method in class com.alee.utils.swing.EnumLazyIconProvider
-
Returns cached or just loaded enum icon for the specified state.
- getIconHeight() - Method in class com.alee.graphics.image.gif.GifIcon
-
- getIconResource(Class, String) - Static method in class com.alee.utils.FileUtils
-
Returns resource icon.
- getIconResource(Class, String, float) - Static method in class com.alee.utils.FileUtils
-
Returns resource icon with the specified opacity.
- getIconWidth() - Method in class com.alee.graphics.image.gif.GifIcon
-
- getId() - Method in interface com.alee.api.Identifiable
-
Returns unique object identifier.
- getId() - Method in class com.alee.managers.language.data.Dictionary
-
- getId() - Method in class com.alee.managers.plugin.data.InitializationStrategy
-
Returns strategy plugin ID.
- getId() - Method in class com.alee.managers.plugin.data.PluginInformation
-
Returns plugin ID.
- getId() - Method in class com.alee.managers.plugin.data.PluginLibrary
-
Returns plugin library ID.
- getId() - Method in class com.alee.managers.plugin.Plugin
-
Returns plugin ID.
- getId() - Method in class com.alee.managers.settings.SettingsGroup
-
Returns SettingsGroup unique ID.
- getId() - Method in class com.alee.utils.reflection.JarEntry
-
- getId() - Method in class com.alee.utils.xml.BasicStrokeConverterSupport
-
- getId() - Method in interface com.alee.utils.xml.StrokeConverterSupport
-
Returns unique stroke identifier.
- getImage() - Method in class com.alee.graphics.image.gif.GifIcon
-
- getImageAverageColor(ImageIcon) - Static method in class com.alee.utils.ImageUtils
-
Average image color
- getImageIcon(File) - Static method in class com.alee.utils.ImageUtils
-
- getImageIcon(File, boolean) - Static method in class com.alee.utils.ImageUtils
-
- getImageIcon(String) - Static method in class com.alee.utils.ImageUtils
-
- getImageIcon(String, boolean) - Static method in class com.alee.utils.ImageUtils
-
- getImageIcon(URL) - Static method in class com.alee.utils.ImageUtils
-
- getImageIcon(URL, boolean) - Static method in class com.alee.utils.ImageUtils
-
- getImageIcon(Icon) - Static method in class com.alee.utils.ImageUtils
-
- getImagePixels() - Method in class com.alee.graphics.image.gif.GifEncoder
-
Extracts image pixels into byte array "pixels"
- getImportedFiles(Transferable) - Static method in class com.alee.utils.DragUtils
-
Returns list of imported files retrieved from the specified transferable.
- getImportedImage(Transferable) - Static method in class com.alee.utils.DragUtils
-
Returns imported image retrieved from the specified transferable.
- getInfo() - Method in class com.alee.managers.language.data.LanguageInfo
-
- getInformation() - Method in class com.alee.managers.plugin.data.DetectedPlugin
-
Returns plugin information.
- getInitialDelay() - Method in class com.alee.utils.swing.WebTimer
-
Returns delay before the first timer cycle run in milliseconds.
- getInitializationStrategy() - Method in class com.alee.managers.plugin.Plugin
-
Returns plugin initialization strategy.
- getInitialStringDelay() - Method in class com.alee.utils.swing.WebTimer
-
Returns delay before the first timer cycle run.
- getInitialText(String, Object...) - Static method in class com.alee.managers.language.LanguageUtils
-
Returns proper initial component text.
- getInnerClass(Class, String) - Static method in class com.alee.utils.ReflectUtils
-
Returns inner class with the specified name.
- getInputStream() - Method in class com.alee.utils.reflection.JarEntry
-
- getInsets(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns Insets value.
- getInsets(String, String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns Insets value.
- getInstance(int, float) - Static method in class com.alee.graphics.filters.MiscComposite
-
- getInteger(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns Integer value.
- getInteger(String, String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns Integer value.
- getIntermediateColor(Color, Color, float) - Static method in class com.alee.utils.ColorUtils
-
Returns intermediate color between two specified colors.
- getIntermediateValue(int, int, float) - Static method in class com.alee.utils.ColorUtils
-
Returns intermediate value between two specified values.
- getIsGetterMethodName(String) - Static method in class com.alee.utils.ReflectUtils
-
Returns "is" getter method name for the specified field.
- getIterations() - Method in class com.alee.graphics.filters.BoxBlurFilter
-
- getJarLocation() - Method in class com.alee.utils.reflection.JarStructure
-
- getJarLocationFile(Class) - Static method in class com.alee.utils.ReflectUtils
-
Returns JAR location File for the specified class.
- getJarLocationURL(Class) - Static method in class com.alee.utils.ReflectUtils
-
Returns JAR location URL for the specified class.
- getJarStructure(Class) - Static method in class com.alee.utils.ReflectUtils
-
Returns JAR archive structure.
- getJarStructure(Class, List<String>, List<String>) - Static method in class com.alee.utils.ReflectUtils
-
Returns JAR archive structure.
- getJarStructure(Class, List<String>, List<String>, FileDownloadListener) - Static method in class com.alee.utils.ReflectUtils
-
Returns JAR archive structure.
- getJavaClassName(Object) - Static method in class com.alee.utils.ReflectUtils
-
Returns class name with ".java" extension in the end.
- getJavaClassName(Class) - Static method in class com.alee.utils.ReflectUtils
-
Returns class name with ".java" extension in the end.
- getJavaName() - Static method in class com.alee.utils.SystemUtils
-
Returns java vm name.
- getJavaVendor() - Static method in class com.alee.utils.SystemUtils
-
Returns java vm vendor.
- getJavaVersion() - Static method in class com.alee.utils.SystemUtils
-
Returns java version application is running on.
- getJavaVersionString() - Static method in class com.alee.utils.SystemUtils
-
Returns java version.
- getJreArch() - Static method in class com.alee.utils.SystemUtils
-
Returns JRE architecture.
- getJreArchName() - Static method in class com.alee.utils.SystemUtils
-
Returns JRE architecture name.
- getKernel() - Method in class com.alee.graphics.filters.ConvolveFilter
-
- getKey() - Method in class com.alee.managers.language.data.Record
-
- getKey() - Method in class com.alee.managers.settings.SettingsProcessor
-
Returns component settings key.
- getKey() - Method in class com.alee.managers.settings.SettingsProcessorData
-
Returns component settings key.
- getKey(V) - Method in class com.alee.utils.collection.DoubleMap
-
- getKey(int) - Method in class com.alee.utils.collection.ValuesTable
-
Returns entry key at the specified index.
- getKey(V) - Method in class com.alee.utils.collection.ValuesTable
-
Returns key from entry with specified value.
- getKey() - Method in class com.alee.utils.general.Pair
-
Gets the key for this pair.
- getKeys() - Method in class com.alee.utils.collection.ValuesTable
-
Returns copy of keys list.
- getKeysByValues() - Method in class com.alee.utils.collection.DoubleMap
-
- getLang() - Method in class com.alee.managers.language.data.LanguageInfo
-
- getLang() - Method in class com.alee.managers.language.data.Value
-
- getLanguage() - Static method in class com.alee.managers.language.LanguageManager
-
Returns currently used language.
- getLanguageContainerKey() - Method in interface com.alee.managers.language.LanguageContainerMethods
-
Returns language container key for container which implements this interface.
- getLanguageContainerKey(Container) - Static method in class com.alee.managers.language.LanguageManager
-
Returns language container key for the specified container.
- getLanguageIcon(String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns icon for the specified language.
- getLanguageInfo(String) - Method in class com.alee.managers.language.data.Dictionary
-
- getLanguageInfos() - Method in class com.alee.managers.language.data.Dictionary
-
- getLanguageKeyListeners() - Static method in class com.alee.managers.language.LanguageManager
-
Returns language key listeners.
- getLanguageListeners() - Static method in class com.alee.managers.language.LanguageManager
-
Returns language listeners.
- getLanguageTitle(String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns language title in that language translation.
- getLanguageUpdater(JComponent) - Static method in class com.alee.managers.language.LanguageManager
-
Returns LanguageUpdater currently used for the specified component.
- getLastNanoTime() - Static method in class com.alee.utils.TimeUtils
-
Returns either last pinned nanotime or last request nanotime.
- getLastTime() - Static method in class com.alee.utils.TimeUtils
-
Returns either last pinned time or last request time.
- getLibraries() - Method in class com.alee.managers.plugin.data.PluginInformation
-
Returns plugin libraries list.
- getLibraries() - Method in class com.alee.managers.plugin.Plugin
-
Returns plugin libraries list.
- getLibrariesCount() - Method in class com.alee.managers.plugin.data.PluginInformation
-
Returns plugin libraries count.
- getListeners() - Method in class com.alee.utils.swing.WebTimer
-
Returns available action listeners list.
- getLoadedGroups() - Static method in class com.alee.managers.settings.SettingsManager
-
Returns list of all loaded settings groups.
- getLoadedGroupsMap() - Static method in class com.alee.managers.settings.SettingsManager
-
Returns map of all loaded settings groups.
- getLoadedPluginsAmount() - Method in class com.alee.managers.plugin.PluginManager
-
Returns amount of successfully loaded plugins.
- getLocale(String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns Locale for the specified language.
- getLocation() - Method in class com.alee.utils.xml.ResourceFile
-
- getLogger() - Static method in class com.alee.managers.log.Log
-
Returns logger for the requesting class.
- getLogger(Object) - Static method in class com.alee.managers.log.Log
-
Returns logger for the specified class type.
- getLogo() - Method in class com.alee.managers.plugin.data.DetectedPlugin
-
Returns plugin logo.
- getLong(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns Long value.
- getLong(String, String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns Long value.
- getLoopCount() - Method in class com.alee.graphics.image.gif.GifDecoder
-
Gets the "Netscape" iteration count, if any.
- getMainClass() - Method in class com.alee.managers.plugin.data.PluginInformation
-
Returns plugin main class canonical name.
- getMainClass() - Method in class com.alee.managers.plugin.Plugin
-
Returns plugin main class.
- getMajor() - Method in class com.alee.managers.plugin.data.PluginVersion
-
Returns major plugin version.
- getMajorVersion() - Method in class com.alee.utils.system.JavaVersion
-
Returns major java version.
- getMask() - Method in class com.alee.graphics.filters.MaskFilter
-
- getMaxVersion() - Method in class com.alee.managers.plugin.data.PluginDependency
-
Returns maximum plugin version.
- getMaxWindowBounds(GraphicsConfiguration, boolean) - Static method in class com.alee.utils.SystemUtils
-
Returns maximum window bounds for the specified graphics configuration.
- getMethod(Object, String, Object...) - Static method in class com.alee.utils.ReflectUtils
-
Returns object's method with the specified name and arguments.
- getMethod(Class, String, Object...) - Static method in class com.alee.utils.ReflectUtils
-
Returns object's method with the specified name and arguments.
- getMethodSafely(Object, String, Object...) - Static method in class com.alee.utils.ReflectUtils
-
Calls object's method with the specified name and arguments.
- getMethodSafely(Class, String, Object...) - Static method in class com.alee.utils.ReflectUtils
-
Returns object's method with the specified name and arguments.
- getMinor() - Method in class com.alee.managers.plugin.data.PluginVersion
-
Returns minor plugin version.
- getMinorVersion() - Method in class com.alee.utils.system.JavaVersion
-
Returns minor java version.
- getMinVersion() - Method in class com.alee.managers.plugin.data.PluginDependency
-
Returns minimum plugin version.
- getMnemonic() - Method in class com.alee.managers.language.data.Value
-
- getMnemonic(String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns mnemonic for the specified language key.
- getMnemonic(JComponent, String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns component mnemonic.
- getMnemonic(String) - Static method in class com.alee.managers.language.LM
-
Returns mnemonic for specified language key.
- getMousePoint(Component) - Static method in class com.alee.utils.CoreSwingUtils
-
Returns mouse point relative to specified component.
- getMyComputerIcon() - Static method in class com.alee.utils.FileUtils
-
Returns default icon for "My computer" file.
- getName() - Method in class com.alee.managers.language.data.Dictionary
-
- getName() - Method in class com.alee.managers.settings.SettingsGroup
-
Returns unique name.
- getName() - Method in class com.alee.utils.file.FileDescription
-
Returns file name.
- getName() - Method in class com.alee.utils.reflection.JarEntry
-
- getName() - Method in class com.alee.utils.swing.WebTimer
-
Returns internal timer thread name.
- getNonProxyHosts() - Method in class com.alee.managers.proxy.ProxySettings
-
Returns non-proxy hosts.
- getNotes() - Method in class com.alee.managers.language.data.Dictionary
-
- getNotNullValue(String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns non-null value for the specified language key.
- getNotNullValue(JComponent, String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns non-null component language value.
- getNotNullValue(JComponent, String, String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns non-null component language value.
- getOpacity() - Method in class com.alee.graphics.filters.OpacityFilter
-
Get the opacity setting.
- getOpacity() - Method in class com.alee.graphics.filters.RaysFilter
-
- getOpacity() - Method in class com.alee.graphics.filters.ShadowFilter
-
- getOptional() - Method in class com.alee.managers.plugin.data.PluginDependency
-
Returns whether this dependency is mandatory or not.
- getOsArch() - Static method in class com.alee.utils.SystemUtils
-
Returns OS architecture.
- getOsIcon() - Static method in class com.alee.utils.SystemUtils
-
Returns OS icon.
- getOsIcon(boolean) - Static method in class com.alee.utils.SystemUtils
-
Returns colored or grayscale OS icon.
- getOsIcon(int) - Static method in class com.alee.utils.SystemUtils
-
Returns OS icon of specified size if such exists; returns 16x16 icon otherwise.
- getOsIcon(int, boolean) - Static method in class com.alee.utils.SystemUtils
-
Returns colored or grayscale OS icon of specified size if such exists; returns 16x16 icon otherwise.
- getOsName() - Static method in class com.alee.utils.SystemUtils
-
Returns OS name.
- getOsProcessors() - Static method in class com.alee.utils.SystemUtils
-
Returns the number of processors available to the Java virtual machine.
- getOsSite() - Static method in class com.alee.utils.SystemUtils
-
Returns OS vendor site address.
- getOsVersion() - Static method in class com.alee.utils.SystemUtils
-
Returns OS version.
- getPackages(String) - Static method in class com.alee.utils.ReflectUtils
-
Returns packages names.
- getParagraphs() - Method in class com.alee.utils.text.LoremIpsum
-
Returns two paragraphs of lorem ipsum.
- getParagraphs(int) - Method in class com.alee.utils.text.LoremIpsum
-
Returns paragraphs of lorem ipsum.
- getParent() - Method in class com.alee.utils.reflection.JarEntry
-
- getPassedNanoTime() - Static method in class com.alee.utils.TimeUtils
-
Returns nanotime passed since either last pin request or last nanotime request.
- getPassedNanoTime(boolean) - Static method in class com.alee.utils.TimeUtils
-
Returns nanotime passed since either last pin request or last nanotime request if total is false.
- getPassedTime() - Static method in class com.alee.utils.TimeUtils
-
Returns time passed since either last pin request or last time request.
- getPassedTime(boolean) - Static method in class com.alee.utils.TimeUtils
-
Returns time passed since either last pin request or last time request if total is false.
- getPatch() - Method in class com.alee.utils.system.JavaVersion
-
Returns java patch.
- getPath() - Method in class com.alee.utils.reflection.JarEntry
-
- getPinnedNanoTime() - Static method in class com.alee.utils.TimeUtils
-
Returns last pinned nanotime.
- getPinnedTime() - Static method in class com.alee.utils.TimeUtils
-
Returns last pinned time.
- getPixelAspect() - Method in class com.alee.graphics.image.gif.GifDecoder
-
- getPlainText(String) - Static method in class com.alee.utils.HtmlUtils
-
Returns plain text extracted from the specified HTML.
- getPlainText(String, String) - Static method in class com.alee.utils.HtmlUtils
-
Returns plain text extracted from the specified HTML.
- getPlugin() - Method in class com.alee.managers.plugin.data.DetectedPlugin
-
Returns loaded plugin instance.
- getPlugin(String) - Method in class com.alee.managers.plugin.PluginManager
-
Returns available plugin instance by its ID.
- getPlugin(Class<P>) - Method in class com.alee.managers.plugin.PluginManager
-
Returns available plugin instance by its class.
- getPluginDescriptorFile() - Method in class com.alee.managers.plugin.PluginManager
-
Returns name of the plugin descriptor file.
- getPluginFileName() - Method in class com.alee.managers.plugin.data.DetectedPlugin
-
Returns plugin file name.
- getPluginFilter() - Method in class com.alee.managers.plugin.PluginManager
-
Returns special filter that filters out unwanted plugins before their initialization.
- getPluginFolder() - Method in class com.alee.managers.plugin.data.DetectedPlugin
-
Returns plugin folder path.
- getPluginId() - Method in class com.alee.managers.plugin.data.PluginDependency
-
Returns plugin ID.
- getPluginInformation() - Method in class com.alee.managers.plugin.Plugin
-
Returns information about this plugin.
- getPluginInformation(File) - Method in class com.alee.managers.plugin.PluginManager
-
Returns plugin information from the specified plugin file.
- getPluginLogo() - Method in class com.alee.managers.plugin.Plugin
-
Returns plugin logo.
- getPluginLogoFile() - Method in class com.alee.managers.plugin.PluginManager
-
Returns name of the plugin logo file.
- getPluginManager() - Method in class com.alee.managers.plugin.Plugin
-
Returns plugin manager which loaded this plugin.
- getPluginsDirectoryPath() - Method in class com.alee.managers.plugin.PluginManager
-
Returns plugins directory path.
- getPoint(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns Point value.
- getPoint(String, String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns Point value.
- getPoint2D(Point2D, Point2D) - Method in class com.alee.graphics.filters.AbstractBufferedImageOp
-
- getPoint2D(Point2D, Point2D) - Method in class com.alee.graphics.filters.ConvolveFilter
-
- getPort(String) - Static method in class com.alee.utils.NetUtils
-
Returns port for the specified address.
- getPrefix() - Method in class com.alee.managers.language.data.Dictionary
-
- getPrefix(LogMessageType, String) - Static method in class com.alee.managers.log.Log
-
Returns prefix for specific log message.
- getPrefix(LogMessageType, String, Throwable) - Static method in class com.alee.managers.log.Log
-
Returns prefix for specific log message.
- getPrefixSupplier() - Static method in class com.alee.managers.log.Log
-
Returns custom log prefix supplier.
- getProperFileName(String) - Static method in class com.alee.utils.FileUtils
-
Returns a valid for any file system file name based on specified name.
- getProxyHost() - Method in class com.alee.managers.proxy.ProxySettings
-
Returns proxy host.
- getProxyLogin() - Method in class com.alee.managers.proxy.ProxySettings
-
Returns proxy login.
- getProxyPassword() - Method in class com.alee.managers.proxy.ProxySettings
-
Returns proxy password.
- getProxyPort() - Method in class com.alee.managers.proxy.ProxySettings
-
Returns proxy port.
- getProxyPortInt() - Method in class com.alee.managers.proxy.ProxySettings
-
Returns integer proxy port.
- getProxySettings() - Static method in class com.alee.managers.proxy.ProxyManager
-
Returns current proxy settings or default proxy settings if none installed.
- getRadius() - Method in class com.alee.graphics.filters.BoxBlurFilter
-
- getRadius() - Method in class com.alee.graphics.filters.GaussianFilter
-
Get the radius of the kernel.
- getRadius() - Method in class com.alee.graphics.filters.ShadowFilter
-
Get the radius of the kernel.
- getRandomSoftColor(Color) - Static method in class com.alee.utils.ColorUtils
-
Returns randomly generated soft color based on the specified color.
- getRaysOnly() - Method in class com.alee.graphics.filters.RaysFilter
-
- getReadState() - Method in class com.alee.managers.settings.SettingsGroupState
-
Returns SettingsGroup read state.
- getRecords() - Method in class com.alee.managers.language.data.Dictionary
-
- getRectangle(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns Rectangle value.
- getRectangle(String, String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns Rectangle value.
- getRelativePath(File, File) - Static method in class com.alee.utils.FileUtils
-
Returns file path relative to specified folder or canonical path if file is not inside that folder.
- getRenderingHints() - Method in class com.alee.graphics.filters.AbstractBufferedImageOp
-
- getRenderingHints() - Method in class com.alee.graphics.filters.ConvolveFilter
-
- getRepaintListener() - Method in class com.alee.graphics.image.gif.GifIcon
-
- getResource(int) - Method in class com.alee.utils.xml.ResourceList
-
- getResources() - Method in class com.alee.utils.xml.ResourceList
-
- getRGB(BufferedImage, int, int, int, int, int[]) - Method in class com.alee.graphics.filters.AbstractBufferedImageOp
-
A convenience method for getting ARGB pixels from an image.
- getRoot() - Method in class com.alee.utils.reflection.JarStructure
-
- getRoots() - Method in interface com.alee.utils.sort.GraphDataProvider
-
Returns data for graph root nodes.
- getRotation() - Method in class com.alee.graphics.filters.MotionBlurOp
-
- getRule() - Method in class com.alee.graphics.filters.MiscComposite
-
- getSaveOnChangeDelay() - Static method in class com.alee.managers.settings.SettingsManager
-
Returns save-on-change delay in milliseconds.
- getSetterMethodName(String) - Static method in class com.alee.utils.ReflectUtils
-
Returns setter method name for the specified field.
- getSettings() - Method in class com.alee.managers.settings.SettingsGroup
-
Returns settings map.
- getSettings(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns value read from the settings file.
- getSettings(String, T) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns value read from the settings file.
- getSettingsFilesExtension() - Static method in class com.alee.managers.settings.SettingsManager
-
Returns settings files extension.
- getSettingsGroup(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns settings group for the specified name.
- getSettingsGroupState(String) - Method in class com.alee.managers.settings.SettingsManager
-
Returns settings group state.
- getSettingsKey(Object...) - Static method in class com.alee.utils.TextUtils
-
Returns settings combined into a single key.
- getShadowColor() - Method in class com.alee.graphics.filters.ShadowFilter
-
- getShadowOnly() - Method in class com.alee.graphics.filters.ShadowFilter
-
- getShape(Component, String, DataProvider<T>, Object...) - Static method in class com.alee.utils.ShapeUtils
-
Returns cached component shape.
- getShortFileName(String) - Static method in class com.alee.utils.FileUtils
-
Returns shortened file name.
- getShortFileName(String, int) - Static method in class com.alee.utils.FileUtils
-
Returns shortened to the specified length file name.
- getShortOsName() - Static method in class com.alee.utils.SystemUtils
-
Returns short OS name.
- getSize() - Method in class com.alee.utils.file.FileDescription
-
Returns file size.
- getSizedImagePreview(String, int, boolean) - Static method in class com.alee.utils.ImageUtils
-
- getSizedImagePreview(String, ImageIcon, int, boolean) - Static method in class com.alee.utils.ImageUtils
-
- getSource() - Method in class com.alee.utils.xml.ResourceFile
-
- getStackTrace(Throwable) - Static method in class com.alee.utils.ExceptionUtils
-
Returns the stack trace from a Throwable as a String.
- getStackTrace(StackTraceElement[]) - Static method in class com.alee.utils.ExceptionUtils
-
Returns String representation of the specified stack trace.
- getStandardFileIcon(File, boolean) - Static method in class com.alee.utils.FileUtils
-
Returns either large or small file icon from a standard icons set.
- getStandardFileIcon(File, boolean, boolean) - Static method in class com.alee.utils.FileUtils
-
Returns either large or small file icon from a standard icons set.
- getStandardFileIcon(boolean, String, float) - Static method in class com.alee.utils.FileUtils
-
Returns either large or small icon for the specified extension from a standard icons set.
- getStartOfDay(Date) - Static method in class com.alee.utils.TimeUtils
-
Returns start-of-day date.
- getState() - Method in class com.alee.managers.language.data.Text
-
- getState(String) - Method in class com.alee.utils.xml.ResourceMap
-
- getStates() - Method in class com.alee.utils.xml.ResourceMap
-
- getStaticFieldValue(Class, String) - Static method in class com.alee.utils.ReflectUtils
-
Returns static field value from the specified class.
- getStaticFieldValueSafely(Class, String) - Static method in class com.alee.utils.ReflectUtils
-
Returns static field value from the specified class.
- getStatus() - Method in class com.alee.graphics.image.gif.GifDecoder
-
Additional getters
- getStatus() - Method in class com.alee.graphics.image.gif.GifIcon
-
- getStatus() - Method in class com.alee.managers.plugin.data.DetectedPlugin
-
Returns plugin status.
- getStrength() - Method in class com.alee.graphics.filters.RaysFilter
-
- getString(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns String value.
- getString(String, String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns String value.
- getStringDelay() - Method in class com.alee.utils.swing.WebTimer
-
Returns delay between timer cycles.
- getStringFromClipboard() - Static method in class com.alee.utils.SystemUtils
-
Returns string clipboard content.
- getStroke(int) - Static method in class com.alee.utils.GraphicsUtils
-
- getStroke(int, int) - Static method in class com.alee.utils.GraphicsUtils
-
- getStroke(int, int, int) - Static method in class com.alee.utils.GraphicsUtils
-
- getStructure() - Method in class com.alee.utils.reflection.JarEntry
-
- getSubdictionaries() - Method in class com.alee.managers.language.data.Dictionary
-
- getSubPaths(String) - Static method in class com.alee.utils.FileUtils
-
Returns list of all file paths in this directory and all subdirectories.
- getSubPaths(File) - Static method in class com.alee.utils.FileUtils
-
Returns list of all file paths in this directory and all subdirectories.
- getSubPaths(File, String) - Static method in class com.alee.utils.FileUtils
-
Returns list of all file paths in this directory and all subdirectories.
- getSubPaths(File, String, List<String>) - Static method in class com.alee.utils.FileUtils
-
Returns list of all file paths in this directory and all subdirectories.
- getSupportedLanguages() - Method in class com.alee.managers.language.data.Dictionary
-
- getSupportedLanguages(List<String>) - Method in class com.alee.managers.language.data.Dictionary
-
- getSupportedLanguages() - Method in class com.alee.managers.language.data.Record
-
- getSupportedLanguages(List<String>) - Method in class com.alee.managers.language.data.Record
-
- getSupportedLanguages() - Static method in class com.alee.managers.language.LanguageManager
-
Returns list of currently supported languages.
- getSupportedLanguages(String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns list of languages supported by the dictionary with the specified ID.
- getSupportedLanguages(Dictionary) - Static method in class com.alee.managers.language.LanguageManager
-
Returns list of languages supported by the specified dictionary.
- getSwingFileFilter(AbstractFileFilter) - Static method in class com.alee.utils.FileUtils
-
Returns actual Swing file filter from the specified filter.
- getSystemHttpProxy() - Static method in class com.alee.managers.proxy.ProxyManager
-
Returns system http proxy.
- getSystemLanguageKey() - Static method in class com.alee.managers.language.LanguageManager
-
Returns system language key.
- getSystemProxyConfirmationSupport() - Static method in class com.alee.managers.proxy.ProxyManager
-
Returns system proxy settings confirmation dialog support.
- getSystemProxySettings() - Static method in class com.alee.managers.proxy.ProxyManager
-
Returns single system proxy settings object.
- getSystemRoot() - Static method in class com.alee.utils.FileUtils
-
Returns first available file system root.
- getSystemRoots() - Static method in class com.alee.utils.FileUtils
-
Returns array of available file system roots.
- getSystemTemp() - Static method in class com.alee.utils.FileUtils
-
Returns system directory for temporary files.
- getSystemTempPath() - Static method in class com.alee.utils.FileUtils
-
Returns path to system directory for temporary files.
- getSystemTextHints() - Static method in class com.alee.utils.GraphicsUtils
-
- getText(String) - Method in class com.alee.managers.language.data.Record
-
- getText(String, String) - Method in class com.alee.managers.language.data.Record
-
- getText() - Method in class com.alee.managers.language.data.Text
-
- getText() - Method in class com.alee.managers.language.data.Tooltip
-
- getText() - Method in class com.alee.managers.language.data.Value
-
- getText(String) - Method in class com.alee.managers.language.data.Value
-
- getText(String, boolean) - Method in class com.alee.managers.language.data.Value
-
- getText() - Method in enum com.alee.managers.plugin.data.PluginStatus
-
Returns plugin status text.
- getText(Object) - Method in class com.alee.utils.text.DefaultTextProvider
-
- getText(File) - Method in class com.alee.utils.text.FileNameProvider
-
- getText(Object) - Method in class com.alee.utils.text.SimpleTextProvider
-
- getText(T) - Method in interface com.alee.utils.text.TextProvider
-
Returns string value for the specified object.
- getTextObject() - Method in class com.alee.managers.language.data.Value
-
- getTextObject(String) - Method in class com.alee.managers.language.data.Value
-
- getTextObject(String, boolean) - Method in class com.alee.managers.language.data.Value
-
- getTextObject(int) - Method in class com.alee.managers.language.data.Value
-
- getTexts() - Method in class com.alee.managers.language.data.Value
-
- getThreshold() - Method in class com.alee.graphics.filters.RaysFilter
-
- getTitle() - Method in interface com.alee.api.TitleSupport
-
Returns title for the class instance.
- getTitle() - Method in class com.alee.managers.language.data.LanguageInfo
-
- getTitle() - Method in class com.alee.managers.plugin.data.PluginInformation
-
Returns plugin title.
- getTitle() - Method in class com.alee.managers.plugin.data.PluginLibrary
-
Returns plugin library title.
- getTitle() - Method in class com.alee.managers.plugin.Plugin
-
Returns plugin title.
- getTitle() - Method in class com.alee.utils.filefilter.AbstractFileFilter
-
Returns file filter title.
- getTooltipLanguageSupport() - Static method in class com.alee.managers.language.LanguageManager
-
Returns current tooltip language support.
- getTooltipObject(int) - Method in class com.alee.managers.language.data.Value
-
- getTooltips() - Method in class com.alee.managers.language.data.Value
-
- getTopParent(File) - Static method in class com.alee.utils.FileUtils
-
Returns top not-null parent for the specified file.
- getTransferData(DataFlavor) - Method in class com.alee.utils.drag.FileTransferable
-
- getTransferDataFlavors() - Method in class com.alee.utils.drag.FileTransferable
-
- getTransparentColor(Color, int) - Static method in class com.alee.utils.ColorUtils
-
Returns color with modified alpha value.
- getTransparentCopy(String, ImageIcon, float) - Static method in class com.alee.utils.ImageUtils
-
- getTransparentCursor() - Static method in class com.alee.utils.SystemUtils
-
Returns fully transparent cursor.
- getType() - Method in class com.alee.managers.language.data.Tooltip
-
- getType() - Method in class com.alee.managers.plugin.data.InitializationStrategy
-
Returns plugin initialization strategy type.
- getType() - Method in class com.alee.managers.plugin.data.PluginInformation
-
Returns custom plugin type.
- getType() - Method in class com.alee.managers.plugin.Plugin
-
Returns plugin type.
- getType() - Method in enum com.alee.utils.file.MimeType
-
Returns String representation of this type.
- getType() - Method in class com.alee.utils.reflection.JarEntry
-
- getType() - Method in class com.alee.utils.xml.BasicStrokeConverterSupport
-
- getType() - Method in interface com.alee.utils.xml.StrokeConverterSupport
-
Returns stroke class.
- getTypes() - Method in class com.alee.managers.plugin.data.PluginInformation
-
Returns all custom plugin types.
- getTypes() - Method in class com.alee.managers.plugin.Plugin
-
Returns plugin types.
- getTypesList() - Method in class com.alee.managers.plugin.data.PluginInformation
-
Returns all custom plugin types list.
- getUpdateNumber() - Method in class com.alee.utils.system.JavaVersion
-
Returns java update number.
- getURI(String) - Static method in class com.alee.utils.NetUtils
-
Returns URI for the specified address.
- getUriListDataFlavor() - Static method in class com.alee.utils.DragUtils
-
Returns URI list data flavor.
- getURL(String) - Static method in class com.alee.utils.NetUtils
-
Returns URL for the specified address.
- getURLConnection(URL) - Static method in class com.alee.managers.proxy.ProxyManager
-
Opens URL connection with current proxy settings.
- getUrlParameters(String) - Static method in class com.alee.utils.WebUtils
-
Returns url query parameters.
- getUserHome() - Static method in class com.alee.utils.FileUtils
-
Returns user home directory.
- getUserHomePath() - Static method in class com.alee.utils.FileUtils
-
Returns path to user home directory.
- getValue(String) - Method in class com.alee.managers.language.data.Record
-
- getValue(String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns value for the specified language key.
- getValue(JComponent, String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns component language value.
- getValue(JComponent, String, String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns component language value.
- getValue(String) - Static method in class com.alee.managers.language.LM
-
Returns language value for specified language key.
- getValue(K) - Method in class com.alee.utils.collection.DoubleMap
-
- getValue(int) - Method in class com.alee.utils.collection.ValuesTable
-
Returns entry value at the specified index.
- getValue(K) - Method in class com.alee.utils.collection.ValuesTable
-
Returns value from entry with specified key.
- getValue() - Method in class com.alee.utils.general.Pair
-
Gets the value for this pair.
- getValues() - Method in class com.alee.managers.language.data.Record
-
- getValues() - Method in class com.alee.utils.collection.ValuesTable
-
Returns copy of values list.
- getValuesByKeys() - Method in class com.alee.utils.collection.DoubleMap
-
- getVersion() - Method in class com.alee.managers.plugin.data.PluginInformation
-
Returns plugin version.
- getVersion() - Method in class com.alee.managers.plugin.data.PluginLibrary
-
Returns plugin library version.
- getVersion() - Method in class com.alee.managers.plugin.Plugin
-
Returns plugin version information.
- getVersionString(String, PluginVersion) - Method in class com.alee.managers.plugin.data.PluginDependency
-
Returns version string.
- getVRadius() - Method in class com.alee.graphics.filters.BoxBlurFilter
-
- getWay() - Method in class com.alee.managers.language.data.Tooltip
-
- getWebSafeColor(Color) - Static method in class com.alee.utils.ColorUtils
-
Returns web-safe color.
- getWebSafeValue(int) - Static method in class com.alee.utils.ColorUtils
-
Returns web-safe color value.
- getWindowAncestor(Component) - Static method in class com.alee.utils.CoreSwingUtils
-
Returns window ancestor for specified component or null if it doesn't exist.
- getWord(String, int) - Static method in class com.alee.utils.TextUtils
-
Returns a word from text at the specified location.
- getWordEnd(String, int) - Static method in class com.alee.utils.TextUtils
-
Returns a word end index at the specified location.
- getWords() - Method in class com.alee.utils.text.LoremIpsum
-
Returns one sentence (50 words) of the lorem ipsum text.
- getWords(int) - Method in class com.alee.utils.text.LoremIpsum
-
Returns words from the lorem ipsum text.
- getWords(int, int) - Method in class com.alee.utils.text.LoremIpsum
-
Returns words from the lorem ipsum text.
- getWordStart(String, int) - Static method in class com.alee.utils.TextUtils
-
Returns a word start index at the specified location.
- getWorkingDirectory() - Static method in class com.alee.utils.FileUtils
-
Returns application working directory.
- getWorkingDirectoryPath() - Static method in class com.alee.utils.FileUtils
-
Returns application working directory.
- getX1() - Method in class com.alee.graphics.data.Line
-
Returns first X coordinate.
- getX2() - Method in class com.alee.graphics.data.Line
-
Returns second X coordinate.
- getXCoordinates(int, int, int, int, int, double) - Static method in class com.alee.graphics.shapes.StarPolygon
-
- getXStream() - Static method in class com.alee.utils.XmlUtils
-
Returns global XStream instance configured with all required aliases and converters.
- getY1() - Method in class com.alee.graphics.data.Line
-
Returns first Y coordinate.
- getY2() - Method in class com.alee.graphics.data.Line
-
Returns second Y coordinate.
- getYCoordinates(int, int, int, int, int, double) - Static method in class com.alee.graphics.shapes.StarPolygon
-
- getZipEntry() - Method in class com.alee.utils.reflection.JarEntry
-
- getZipEntryFileLocation(ZipEntry) - Static method in class com.alee.utils.ZipUtils
-
Returns file location for the specified zip entry.
- getZipEntryFileName(ZipEntry) - Static method in class com.alee.utils.ZipUtils
-
Returns file name for the specified zip entry.
- getZoom() - Method in class com.alee.graphics.filters.MotionBlurOp
-
- GifDecoder - Class in com.alee.graphics.image.gif
-
- GifDecoder() - Constructor for class com.alee.graphics.image.gif.GifDecoder
-
- GifDecoder.GifFrame - Class in com.alee.graphics.image.gif
-
- GifEncoder - Class in com.alee.graphics.image.gif
-
Class GifEncoder - Encodes a GIF file consisting of one or more frames.
- GifEncoder() - Constructor for class com.alee.graphics.image.gif.GifEncoder
-
- GifFrame(BufferedImage, int) - Constructor for class com.alee.graphics.image.gif.GifDecoder.GifFrame
-
- GifIcon - Class in com.alee.graphics.image.gif
-
- GifIcon(Class, String) - Constructor for class com.alee.graphics.image.gif.GifIcon
-
- GifIcon(String) - Constructor for class com.alee.graphics.image.gif.GifIcon
-
- GifIcon(BufferedInputStream) - Constructor for class com.alee.graphics.image.gif.GifIcon
-
- globalCache - Static variable in class com.alee.managers.language.LanguageManager
-
Global values map that contains merged translations for currently selected language.
- GlobalConstants - Class in com.alee.global
-
This class provides various global constants.
- GlobalConstants() - Constructor for class com.alee.global.GlobalConstants
-
- globalDictionary - Static variable in class com.alee.managers.language.LanguageManager
-
Global dictionary merged from all added dictionaries.
- grantExecutePermissions(File) - Static method in class com.alee.utils.FileUtils
-
Grants file execution permission for all users for specified file.
- GraphDataProvider<T> - Interface in com.alee.utils.sort
-
Simple graph structure provider for topological sorting.
- GraphicsUtils - Class in com.alee.utils
-
This class provides a set of utilities to work with Graphics2D.
- GraphicsUtils() - Constructor for class com.alee.utils.GraphicsUtils
-
- GroupedFileFilter - Class in com.alee.utils.filefilter
-
This file filter groups specified file filters in a certain way defined by filter group type.
- GroupedFileFilter(FileFilter...) - Constructor for class com.alee.utils.filefilter.GroupedFileFilter
-
Constructs grouped file filter with the specified parameters.
- GroupedFileFilter(FilterGroupType, FileFilter...) - Constructor for class com.alee.utils.filefilter.GroupedFileFilter
-
Constructs grouped file filter with the specified parameters.
- GroupedFileFilter(AbstractFileFilter, FilterGroupType, FileFilter...) - Constructor for class com.alee.utils.filefilter.GroupedFileFilter
-
Constructs grouped file filter with the specified parameters.
- icon - Variable in class com.alee.utils.filefilter.AbstractFileFilterAdapter
-
File filter icon.
- ICON - Static variable in class com.alee.utils.filefilter.AllFilesFilter
-
Filter icon.
- ICON - Static variable in class com.alee.utils.filefilter.DirectoriesFilter
-
Filter icon.
- ICON - Static variable in class com.alee.utils.filefilter.FilesFilter
-
Filter icon.
- ICON - Static variable in class com.alee.utils.filefilter.ImageFilesFilter
-
Filter icon.
- ICON - Static variable in class com.alee.utils.filefilter.NonHiddenFilter
-
Filter icon.
- IconSupport - Interface in com.alee.api
-
This interface is implemented by objects which can provide icon for their instances.
- id - Variable in class com.alee.utils.swing.WebTimer
-
Unique (within one timer instance) ID of currently running thread.
- ID_PREFIX - Static variable in class com.alee.utils.reflection.JarEntry
-
ID prefix.
- Identifiable - Interface in com.alee.api
-
Interface representing an object with unique identifier.
- image - Variable in class com.alee.graphics.image.gif.GifEncoder
-
- IMAGE_CACHE_SEPARATOR - Static variable in class com.alee.utils.ImageUtils
-
Cached image data parts separator.
- IMAGE_FORMATS - Static variable in class com.alee.global.GlobalConstants
-
Viewable image formats.
- ImageFilesFilter - Class in com.alee.utils.filefilter
-
Custom file filter that accepts only image files.
- ImageFilesFilter() - Constructor for class com.alee.utils.filefilter.ImageFilesFilter
-
- ImageFilterUtils - Class in com.alee.utils
-
This class provides a set of utilities to perform image filtering.
- ImageFilterUtils() - Constructor for class com.alee.utils.ImageFilterUtils
-
- ImageMath - Class in com.alee.graphics.filters
-
A class containing static math methods useful for image processing.
- ImageMath() - Constructor for class com.alee.graphics.filters.ImageMath
-
- imageRepaintOccurred() - Method in interface com.alee.graphics.image.gif.RepaintListener
-
Informs about GIF image repaints.
- IMAGES_AND_FOLDERS_FILTER - Static variable in class com.alee.global.GlobalConstants
-
- IMAGES_FILTER - Static variable in class com.alee.global.GlobalConstants
-
- ImageUtils - Class in com.alee.utils
-
- ImageUtils() - Constructor for class com.alee.utils.ImageUtils
-
- increaseByDay(Calendar) - Static method in class com.alee.utils.TimeUtils
-
Increases calendar date by one day.
- indexedPixels - Variable in class com.alee.graphics.image.gif.GifEncoder
-
- IndexedSupplier<T> - Interface in com.alee.utils.collection
-
- indexOf(int, int[]) - Static method in class com.alee.utils.ArrayUtils
-
Returns index of specified int in array.
- indexOf(long, long[]) - Static method in class com.alee.utils.ArrayUtils
-
Returns index of specified long in array.
- indexOf(float, float[]) - Static method in class com.alee.utils.ArrayUtils
-
Returns index of specified float in array.
- indexOf(double, double[]) - Static method in class com.alee.utils.ArrayUtils
-
Returns index of specified double in array.
- indexOf(char, char[]) - Static method in class com.alee.utils.ArrayUtils
-
Returns index of specified character in array.
- indexOf(byte, byte[]) - Static method in class com.alee.utils.ArrayUtils
-
Returns index of specified byte in array.
- indexOf(String, String[]) - Static method in class com.alee.utils.ArrayUtils
-
Returns index of specified text in array.
- indexOf(String, String[], boolean) - Static method in class com.alee.utils.ArrayUtils
-
Returns index of specified text in array.
- indexOf(Object, Object[]) - Static method in class com.alee.utils.ArrayUtils
-
Returns index of specified object in array.
- indexOf(K) - Method in class com.alee.utils.collection.ValuesTable
-
Returns index of entry with the specified key.
- indexOfKey(K) - Method in class com.alee.utils.collection.ValuesTable
-
Returns index of entry with the specified key.
- indexOfValue(V) - Method in class com.alee.utils.collection.ValuesTable
-
Returns index of entry with the specified value.
- inEdges - Variable in class com.alee.utils.sort.Node
-
- info(String, Object...) - Static method in class com.alee.managers.log.Log
-
Writes specified information message into log.
- info(Object, String, Object...) - Static method in class com.alee.managers.log.Log
-
Writes specified information message into log.
- init() - Method in class com.alee.graphics.image.gif.GifDecoder
-
Initializes or re-initializes reader
- initalpha - Static variable in class com.alee.graphics.image.gif.NeuQuant
-
- initialDelay - Variable in class com.alee.utils.swing.WebTimer
-
Delay before the first timer cycle run in milliseconds.
- InitializationStrategy - Class in com.alee.managers.plugin.data
-
Plugin initialization strategy.
- initializationStrategy - Variable in class com.alee.managers.plugin.Plugin
-
Cached plugin initialization strategy.
- initialize() - Static method in class com.alee.managers.CoreManagers
-
Initializes core managers.
- initialize() - Static method in class com.alee.managers.language.LanguageManager
-
Initializes LanguageManager settings.
- initialize() - Static method in class com.alee.managers.log.Log
-
Initializes SettingsManager.
- initialize() - Static method in class com.alee.managers.proxy.ProxyManager
-
Initializes manager if it wasn't already initialized.
- initialize() - Static method in class com.alee.managers.settings.SettingsManager
-
Initializes SettingsManager.
- initialized - Static variable in class com.alee.managers.language.LanguageManager
-
Manager initialization mark.
- initialized - Static variable in class com.alee.managers.log.Log
-
Whether Log is initialized or not.
- initialized - Static variable in class com.alee.managers.proxy.ProxyManager
-
Whether manager is initialized or not.
- initialized - Static variable in class com.alee.managers.settings.ComponentSettingsManager
-
Whether ComponentSettingsManager is initialized or not.
- initializeDetectedPlugins() - Method in class com.alee.managers.plugin.PluginManager
-
Initializes earlier detected plugins.
- initializeDetectedPluginsImpl() - Method in class com.alee.managers.plugin.PluginManager
-
Initializes earlier detected plugins.
- initializeManager() - Static method in class com.alee.managers.settings.ComponentSettingsManager
-
Initializes ComponentSettingsManager.
- initrad - Static variable in class com.alee.graphics.image.gif.NeuQuant
-
- initradius - Static variable in class com.alee.graphics.image.gif.NeuQuant
-
- INPUT_PROMPT - Static variable in class com.alee.managers.language.updaters.DefaultLanguageUpdater
-
Predefined component states.
- insert(int[], int, int) - Static method in class com.alee.utils.ArrayUtils
-
Returns new array with int inserted at the specified index.
- insert(float[], int, float) - Static method in class com.alee.utils.ArrayUtils
-
Returns new array with float inserted at the specified index.
- insert(double[], int, double) - Static method in class com.alee.utils.ArrayUtils
-
Returns new array with double inserted at the specified index.
- insert(char[], int, char) - Static method in class com.alee.utils.ArrayUtils
-
Returns new array with char inserted at the specified index.
- insert(byte[], int, byte) - Static method in class com.alee.utils.ArrayUtils
-
Returns new array with byte inserted at the specified index.
- insert(boolean[], int, boolean) - Static method in class com.alee.utils.ArrayUtils
-
Returns new array with boolean inserted at the specified index.
- insert(T[], int, T) - Static method in class com.alee.utils.ArrayUtils
-
Returns new array with object inserted at the specified index.
- InsetsConverter - Class in com.alee.utils.xml
-
Custom Insets object converter.
- InsetsConverter() - Constructor for class com.alee.utils.xml.InsetsConverter
-
- insetsConverter - Static variable in class com.alee.utils.XmlUtils
-
- insetsFromString(String) - Static method in class com.alee.utils.xml.InsetsConverter
-
Returns insets read from string.
- insetsToString(Insets) - Static method in class com.alee.utils.xml.InsetsConverter
-
Returns insets converted into string.
- installLazyActionMap(JComponent, Class, String) - Static method in class com.alee.utils.swing.LazyActionMap
-
Installs an ActionMap that will be populated by invoking the loadActionMap method on the specified Class when
necessary.
- intbias - Static variable in class com.alee.graphics.image.gif.NeuQuant
-
- intbiasshift - Static variable in class com.alee.graphics.image.gif.NeuQuant
-
- interpolate(int, int, float) - Static method in class com.alee.graphics.filters.PixelUtils
-
- intersectClip(Graphics2D, Shape) - Static method in class com.alee.utils.GraphicsUtils
-
Setting clip Shape by taking old clip Shape into account
- intersectClip(Graphics2D, Shape, boolean) - Static method in class com.alee.utils.GraphicsUtils
-
- invokeAndWait(Runnable) - Static method in class com.alee.utils.CoreSwingUtils
-
Will invoke the specified action in EDT in case it is called from non-EDT thread.
- invokeAndWaitSafely(Runnable) - Static method in class com.alee.utils.CoreSwingUtils
-
Will invoke the specified action in EDT in case it is called from non-EDT thread.
- invokeLater(Runnable) - Static method in class com.alee.utils.CoreSwingUtils
-
Will invoke the specified action later in EDT in case it is called from non-EDT thread.
- inxbuild() - Method in class com.alee.graphics.image.gif.NeuQuant
-
- IOFileFilterAdapter - Class in com.alee.utils.filefilter
-
FileFilter adapter class.
- IOFileFilterAdapter(FileFilter, ImageIcon, String) - Constructor for class com.alee.utils.filefilter.IOFileFilterAdapter
-
Constructs new FileFilter adapter class.
- isAllowSave() - Static method in class com.alee.managers.settings.SettingsManager
-
Returns whether should allow saving settings into files or not.
- isAllowSimilarPlugins() - Method in class com.alee.managers.plugin.PluginManager
-
Returns whether should allow loading multiply plugins with the same ID or not.
- isAlwaysUseSystemSettings() - Static method in class com.alee.managers.proxy.ProxyManager
-
Returns whether system proxy settings usage is enabled or not.
- isApplySettingsChanges() - Method in class com.alee.managers.settings.SettingsProcessorData
-
Returns whether settings changes should be applied to the component or not.
- isAssignable(Class, Class) - Static method in class com.alee.utils.ReflectUtils
-
Returns whether first type is assignable from second one or not.
- isAutoDetectionEnabled() - Static method in class com.alee.managers.proxy.ProxyManager
-
Returns whether automatic proxy detection is enabled or not.
- isAutoSettingsInitialization() - Static method in class com.alee.managers.proxy.ProxyManager
-
Returns whether auto initialization of proxy settings is enabled or not.
- isBase64(char) - Static method in class com.alee.utils.encryption.Base64
-
- isCapsLock() - Static method in class com.alee.utils.SystemUtils
-
Returns whether Caps Lock is on or not.
- isCdDrive(File) - Static method in class com.alee.utils.FileUtils
-
Returns whether the specified file points to system CD/DVD/Bluray drive or not.
- isCheckComponentsTextForTranslations() - Static method in class com.alee.managers.language.LanguageManager
-
Returns whether or not components should check that text passed into their constructors is a translation key or not.
- isCheckRecursively() - Method in class com.alee.managers.plugin.PluginManager
-
Returns whether plugins directory subfolders should be checked recursively or not.
- isClassEntry(Class) - Method in class com.alee.utils.reflection.JarEntry
-
- isCoalesce() - Method in class com.alee.utils.swing.WebTimer
-
Returns whether each action should be fired from a separate invoke and wait call or not.
- isCompatibleImage(BufferedImage) - Static method in class com.alee.utils.ImageUtils
-
Returns true if image is compatible
- isComponentSupported(JComponent) - Static method in class com.alee.managers.settings.ComponentSettingsManager
-
Returns whether the specified component is supported or not.
- isComponentSupported(Class<? extends JComponent>) - Static method in class com.alee.managers.settings.ComponentSettingsManager
-
Returns whether the specified component is supported or not.
- isComputer(File) - Static method in class com.alee.utils.FileUtils
-
Returns whether the specified file points to system hard drive or not.
- isContent(int) - Static method in class com.alee.utils.xml.XMLChar
-
Returns true if the specified character can be considered content.
- isCreateNewClassLoader() - Method in class com.alee.managers.plugin.PluginManager
-
Returns whether should create new class loader for each loaded plugin or not.
- isCurrentLanguage(String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns whether the specified language is currently used or not.
- isData(char) - Static method in class com.alee.utils.encryption.Base64
-
- isDataFlavorSupported(DataFlavor) - Method in class com.alee.utils.drag.FileTransferable
-
- isDebugEnabled() - Static method in class com.alee.managers.log.Log
-
Returns whether debug messages are enabled or not.
- isDeprecatedVersion(DetectedPlugin<T>) - Method in class com.alee.managers.plugin.PluginManager
-
Returns whether the list of detected plugins contain a newer version of the specified plugin or not.
- isDeprecatedVersion(DetectedPlugin<T>, List<DetectedPlugin<T>>) - Method in class com.alee.managers.plugin.PluginManager
-
Returns whether the list of detected plugins contain a newer version of the specified plugin or not.
- isDictionaryAdded(Dictionary) - Static method in class com.alee.managers.language.LanguageManager
-
Returns whether specified dictionary is added or not.
- isDictionaryAdded(String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns whether dictionary with the specified ID is added or not.
- isDirectory(File) - Static method in class com.alee.utils.FileUtils
-
Returns whether the specified file is directory or not.
- isDisableable() - Method in class com.alee.managers.plugin.data.PluginInformation
-
Returns whether this plugin is disableable or not.
- isDisableable() - Method in class com.alee.managers.plugin.Plugin
-
Says whether plugin can be disabled in runtime or not.
- isDrive(File) - Static method in class com.alee.utils.FileUtils
-
Returns whether the specified file points to system hard drive or not.
- isEmpty(T...) - Static method in class com.alee.utils.ArrayUtils
-
Returns whether or not data is empty.
- isEmpty() - Method in class com.alee.utils.collection.DoubleMap
-
- isEmpty(Collection) - Static method in class com.alee.utils.CollectionUtils
-
Returns whether specified collection is empty or not.
- isEmpty(Map<?, ?>) - Static method in class com.alee.utils.MapUtils
-
Returns whether specified map is empty or not.
- isEmpty(String) - Static method in class com.alee.utils.TextUtils
-
Returns whether specified text is empty or not.
- isEnabled() - Method in class com.alee.managers.plugin.Plugin
-
Returns whether this plugin is enabled or not.
- isFile(File) - Static method in class com.alee.utils.FileUtils
-
Returns whether the specified file is actually a file (and not a directory, disk or some system folder) or not.
- isFileAccepted(File, List<AbstractFileFilter>) - Static method in class com.alee.utils.FileUtils
-
Returns whether any of the specified file filters accept the file or not.
- isFullScreen(Component) - Static method in class com.alee.utils.CoreSwingUtils
-
Returns whether or not specified component is placed on a fullscreen window.
- isHidden(File) - Static method in class com.alee.utils.FileUtils
-
Returns whether the specified file is hidden or not.
- isHighSurrogate(int) - Static method in class com.alee.utils.xml.XMLChar
-
Returns whether the given character is a high surrogate
- isIllegalFileNameChar(char) - Static method in class com.alee.utils.FileUtils
-
Returns whether the specified character is illegal or not.
- isImageCached(String) - Static method in class com.alee.utils.ImageUtils
-
- isImageLoadable(String) - Static method in class com.alee.utils.ImageUtils
-
Is this image format can be loaded
- isInvalid(int) - Static method in class com.alee.utils.xml.XMLChar
-
Returns true if the specified character is invalid.
- isJava6orAbove() - Static method in class com.alee.utils.SystemUtils
-
Returns whether application is running on java 6 version and above or not.
- isJava7orAbove() - Static method in class com.alee.utils.SystemUtils
-
Returns whether application is running on java 7 version and above or not.
- isJava8orAbove() - Static method in class com.alee.utils.SystemUtils
-
Returns whether application is running on java 8 version and above or not.
- isJavaVersion(double, int) - Static method in class com.alee.utils.SystemUtils
-
Returns whether application is running on the specified java version and above or not.
- isJavaVersion(double, int, int) - Static method in class com.alee.utils.SystemUtils
-
Returns whether application is running on the specified java version and above or not.
- isLanguageSet() - Method in interface com.alee.managers.language.LanguageMethods
-
Returns whether this component registered in LanguageManager or not.
- isLastCycle() - Method in class com.alee.utils.swing.WebTimer
-
Return whether last cycle execution is ongoing or not.
- isLoadInitialSettings() - Method in class com.alee.managers.settings.SettingsProcessorData
-
Returns whether initial available settings should be loaded into the component or not.
- isLoggingEnabled(Object) - Static method in class com.alee.managers.log.Log
-
Returns whether logging for the specified class type is enabled or not.
- isLoggingEnabled() - Method in class com.alee.managers.plugin.PluginManager
-
Returns whether plugin manager logging is enabled or not.
- isLoggingEnabled() - Static method in class com.alee.managers.settings.SettingsManager
-
Returns whether should display settings load and save error messages or not.
- isLowSurrogate(int) - Static method in class com.alee.utils.xml.XMLChar
-
Returns whether the given character is a low surrogate
- isMac() - Static method in class com.alee.utils.SystemUtils
-
Returns whether current OS is mac or not.
- isMarkup(int) - Static method in class com.alee.utils.xml.XMLChar
-
Returns true if the specified character can be considered markup.
- isName(int) - Static method in class com.alee.utils.xml.XMLChar
-
Returns true if the specified character is a valid name
character as defined by production [4] in the XML 1.0
specification.
- isNameEditable(File) - Static method in class com.alee.utils.FileUtils
-
Returns whether specified file's name can be edited.
- isNameStart(int) - Static method in class com.alee.utils.xml.XMLChar
-
Returns true if the specified character is a valid name start
character as defined by production [5] in the XML 1.0
specification.
- isNCName(int) - Static method in class com.alee.utils.xml.XMLChar
-
Returns true if the specified character is a valid NCName
character as defined by production [5] in Namespaces in XML
recommendation.
- isNCNameStart(int) - Static method in class com.alee.utils.xml.XMLChar
-
Returns true if the specified character is a valid NCName start
character as defined by production [4] in Namespaces in XML
recommendation.
- isNewerOrSame(PluginVersion) - Method in class com.alee.managers.plugin.data.PluginVersion
-
Returns whether this plugin version is newer or the same as the specified one or not.
- isNewerThan(PluginVersion) - Method in class com.alee.managers.plugin.data.PluginVersion
-
Returns whether this plugin version is newer than the specified one or not.
- isNonBlockingStop() - Method in class com.alee.utils.swing.WebTimer
-
Returns whether or not timer should use non-blocking stop method behavior.
- isNumLock() - Static method in class com.alee.utils.SystemUtils
-
Returns whether Num Lock is on or not.
- isOlderOrSame(PluginVersion) - Method in class com.alee.managers.plugin.data.PluginVersion
-
Returns whether this plugin version is older or the same as the specified one or not.
- isOlderThan(PluginVersion) - Method in class com.alee.managers.plugin.data.PluginVersion
-
Returns whether this plugin version is older than the specified one or not.
- isOptional() - Method in class com.alee.managers.plugin.data.PluginDependency
-
Returns whether this dependency is mandatory or not.
- isPad(char) - Static method in class com.alee.utils.encryption.Base64
-
- isParent(File, File) - Static method in class com.alee.utils.FileUtils
-
Returns whether the specified child file is one of parent file children or not.
- isPluginAvailable(String) - Method in class com.alee.managers.plugin.PluginManager
-
Returns whether plugin is available or not.
- isPubid(int) - Static method in class com.alee.utils.xml.XMLChar
-
Returns true if the specified character is a valid Pubid character as defined by production [13] in the XML 1.0 specification.
- isRegisteredComponent(JComponent) - Static method in class com.alee.managers.language.LanguageManager
-
Returns whether component is registered for language updates or not.
- isRepeats() - Method in class com.alee.utils.swing.WebTimer
-
Returns whether timer repeat its cycles or not.
- isRunning() - Method in class com.alee.utils.swing.WebTimer
-
Returns whether this timer is running or not.
- isSafeMethodsLoggingEnabled() - Static method in class com.alee.utils.ReflectUtils
-
Returns whether should allow safe methods to log errors or not.
- isSame(PluginVersion) - Method in class com.alee.managers.plugin.data.PluginVersion
-
Returns whether this plugin version is the same as the specified one or not.
- isSameDay(Date, Date) - Static method in class com.alee.utils.TimeUtils
-
Returns true if both of the dates represent the same day.
- isSameDay(Long, Long) - Static method in class com.alee.utils.TimeUtils
-
Returns true if both of the time represent the same day.
- isSameDay(Calendar, Date) - Static method in class com.alee.utils.TimeUtils
-
Returns true if date contained in Calendar and specified date both represent the same day.
- isSameDay(Calendar, Long) - Static method in class com.alee.utils.TimeUtils
-
Returns true if date contained in Calendar and specified time both represent the same day.
- isSameVersionAlreadyLoaded(DetectedPlugin<T>, List<DetectedPlugin<T>>) - Method in class com.alee.managers.plugin.PluginManager
-
Returns whether the list of detected plugins contain the same version of the specified plugin or not.
- isSaveDefaultValues() - Static method in class com.alee.managers.settings.SettingsManager
-
Sets whether should save provided default value in "get" calls or not.
- isSaveLoggingEnabled() - Static method in class com.alee.managers.settings.SettingsManager
-
Returns whether settings save log is enabled or not.
- isSaveOnChange() - Static method in class com.alee.managers.settings.SettingsManager
-
Returns whether should save settings right after any changes made or not.
- isScrollLock() - Static method in class com.alee.utils.SystemUtils
-
Returns whether Scroll Lock is on or not.
- isSolaris() - Static method in class com.alee.utils.SystemUtils
-
Returns whether current OS is solaris or not.
- isSpace(int) - Static method in class com.alee.utils.xml.XMLChar
-
Returns true if the specified character is a space character
as defined by production [3] in the XML 1.0 specification.
- isSupplemental(int) - Static method in class com.alee.utils.xml.XMLChar
-
Returns true if the specified character is a supplemental character.
- isSupportedLanguage(String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns whether or not specified language is currently supported.
- isThrowExceptions() - Static method in class com.alee.managers.settings.ComponentSettingsManager
-
Returns whether exceptions are thrown on inappropriate actions or not.
- isTransparent(BufferedImage, int, int) - Static method in class com.alee.utils.ImageUtils
-
Returns whether or not image pixel at the specified X and Y coordinates is fully transparent.
- isUnix() - Static method in class com.alee.utils.SystemUtils
-
Returns whether current OS is unix or not.
- isUpdateLocale() - Static method in class com.alee.managers.language.LanguageManager
-
Returns whether or not locale should be updated along with adjustment of the language.
- isUseComponentNames() - Method in class com.alee.managers.language.updaters.JTabbedPaneLU
-
Returns whether should use tab component name to determine tab translation key or not.
- isUseDaemonThread() - Method in class com.alee.utils.swing.WebTimer
-
Returns whether should use daemon thread instead of user one or not.
- isUseEventDispatchThread() - Method in class com.alee.utils.swing.WebTimer
-
Returns whether actions should be fired from Event Dispatch Thread or not.
- isUseProxy() - Method in class com.alee.managers.proxy.ProxySettings
-
Returns whether should use proxy settings or not.
- isUseProxyAuthentification() - Method in class com.alee.managers.proxy.ProxySettings
-
Returns whether proxy requires authentification or not.
- isValid(int) - Static method in class com.alee.utils.xml.XMLChar
-
Returns true if the specified character is valid.
- isValidIANAEncoding(String) - Static method in class com.alee.utils.xml.XMLChar
-
Returns true if the encoding name is a valid IANA encoding.
- isValidJavaEncoding(String) - Static method in class com.alee.utils.xml.XMLChar
-
Returns true if the encoding name is a valid Java encoding.
- isValidName(String) - Static method in class com.alee.utils.xml.XMLChar
-
Check to see if a string is a valid Name according to [5]
in the XML 1.0 Recommendation
- isValidNCName(String) - Static method in class com.alee.utils.xml.XMLChar
-
Check to see if a string is a valid NCName according to [4]
from the XML Namespaces 1.0 Recommendation
- isValidNmToken(String) - Static method in class com.alee.utils.xml.XMLChar
-
Check to see if a string is a valid NmToken according to [7]
in the XML 1.0 Recommendation
- isWhiteSpace(char) - Static method in class com.alee.utils.encryption.Base64
-
- isWindows() - Static method in class com.alee.utils.SystemUtils
-
Returns whether current OS is windows or not.
- ITALIAN - Static variable in interface com.alee.managers.language.LanguageConstants
-
Italian language.
- language - Static variable in class com.alee.managers.language.LanguageManager
-
Currently used language.
- LanguageAdapter - Class in com.alee.managers.language
-
Custom LanguageListener adapter.
- LanguageAdapter() - Constructor for class com.alee.managers.language.LanguageAdapter
-
- languageChanged(String, String) - Method in class com.alee.managers.language.LanguageAdapter
-
- languageChanged(String, String) - Method in interface com.alee.managers.language.LanguageListener
-
Notifies when language changed.
- LanguageConstants - Interface in com.alee.managers.language
-
Languages supported by WebLaF interface by default.
- LanguageContainerMethods - Interface in com.alee.managers.language
-
This interface provides a set of methods that should be added into containers that might contain translate-able components.
- languageContainers - Static variable in class com.alee.managers.language.LanguageManager
-
Registered language containers.
- languageContainersLock - Static variable in class com.alee.managers.language.LanguageManager
-
Language container operations synchronization object.
- LanguageException - Exception in com.alee.managers.language
-
Special exception class used to display various language problems.
- LanguageException() - Constructor for exception com.alee.managers.language.LanguageException
-
Constructs a new LanguageException with null as its detail message.
- LanguageException(String) - Constructor for exception com.alee.managers.language.LanguageException
-
Constructs a new LanguageException with the specified detail message.
- LanguageException(String, Throwable) - Constructor for exception com.alee.managers.language.LanguageException
-
Constructs a new LanguageException with the specified detail message and cause.
- LanguageException(Throwable) - Constructor for exception com.alee.managers.language.LanguageException
-
Constructs a new LanguageException with the specified cause.
- languageIcons - Static variable in class com.alee.managers.language.LanguageManager
-
Language icons.
- LanguageInfo - Class in com.alee.managers.language.data
-
- LanguageInfo() - Constructor for class com.alee.managers.language.data.LanguageInfo
-
- LanguageKeyListener - Interface in com.alee.managers.language
-
Specific language key changes listener.
- languageKeyListeners - Static variable in class com.alee.managers.language.LanguageManager
-
Language key changes listeners.
- languageKeyListenersLock - Static variable in class com.alee.managers.language.LanguageManager
-
Language key listeners operations synchronization object.
- languageKeyUpdated(String, Value) - Method in interface com.alee.managers.language.LanguageKeyListener
-
Notifies that the specified language key value has changed.
- LanguageListener - Interface in com.alee.managers.language
-
This listener is used to determine language and dictionary changes in LanguageManager.
- languageListeners - Static variable in class com.alee.managers.language.LanguageManager
-
Language changes listeners.
- languageListenersLock - Static variable in class com.alee.managers.language.LanguageManager
-
Language listeners operations synchronization object.
- LanguageManager - Class in com.alee.managers.language
-
This manager allows you to quickly setup changeable language onto different components and to listen to application-wide language change
events.
- LanguageManager() - Constructor for class com.alee.managers.language.LanguageManager
-
- LanguageMethods - Interface in com.alee.managers.language
-
This interface provides a set of methods that should be added into components that has translate-able text and support translation.
- languageUpdated() - Method in class com.alee.managers.language.LanguageAdapter
-
Informs that language was updated in some way.
- LanguageUpdater<E extends javax.swing.JComponent> - Interface in com.alee.managers.language.updaters
-
This interface provides basic methods required for updating component language-dependant variables.
- languageUpdaterComparator - Static variable in class com.alee.managers.language.LanguageManager
-
Special comparator for sorting LanguageUpdaters list.
- LanguageUpdaterComparator - Class in com.alee.managers.language
-
Special comparator for sorting LanguageUpdaters list.
- LanguageUpdaterComparator() - Constructor for class com.alee.managers.language.LanguageUpdaterComparator
-
- LanguageUpdaterSettings - Class in com.alee.managers.language.updaters
-
Default settings for various standard language updaters.
- LanguageUpdaterSettings() - Constructor for class com.alee.managers.language.updaters.LanguageUpdaterSettings
-
- LanguageUtils - Class in com.alee.managers.language
-
This class provides a set of utilities to work with LanguageManager.
- LanguageUtils() - Constructor for class com.alee.managers.language.LanguageUtils
-
- lastId - Variable in class com.alee.utils.swing.WebTimer
-
ID of previously executed thread.
- LazyActionMap - Class in com.alee.utils.swing
-
An ActionMap that populates its contents as necessary.
- learn() - Method in class com.alee.graphics.image.gif.NeuQuant
-
- LEFT - Static variable in class com.alee.global.GlobalConstants
-
- lengthcount - Variable in class com.alee.graphics.image.gif.NeuQuant
-
- lerp(float, float, float) - Static method in class com.alee.graphics.filters.ImageMath
-
Linear interpolation.
- lerp(float, int, int) - Static method in class com.alee.graphics.filters.ImageMath
-
Linear interpolation.
- LIGHT_ALPHA - Static variable in class com.alee.global.StyleConstants
-
- LIGHTEN - Static variable in class com.alee.graphics.filters.MiscComposite
-
- limit(List<T>, int) - Static method in class com.alee.utils.CollectionUtils
-
Returns list with limited amount of objects from the initial list.
- limit(int, int, int) - Static method in class com.alee.utils.MathUtils
-
Returns value limited by the specified range.
- limit(float, float, float) - Static method in class com.alee.utils.MathUtils
-
Returns value limited by the specified range.
- Line - Class in com.alee.graphics.data
-
This class represents a simple line data.
- Line() - Constructor for class com.alee.graphics.data.Line
-
Conscturcts a line using empty coordinates.
- Line(int, int, int, int) - Constructor for class com.alee.graphics.data.Line
-
Constructs a line using the specifed coordinates.
- Line(Point, Point) - Constructor for class com.alee.graphics.data.Line
-
Constructs a line using the specifed points.
- Line(Line) - Constructor for class com.alee.graphics.data.Line
-
Constructs a line using coordinates from the specified line.
- listeners - Variable in class com.alee.managers.plugin.PluginManager
-
Plugins listeners.
- listeners - Variable in class com.alee.utils.swing.WebTimer
-
Timer event listeners list.
- listFiles(File, Filter<File>) - Static method in class com.alee.utils.FileUtils
-
Returns directory files array or empty array (instead of null) if no files present.
- listFiles(File, FileFilter) - Static method in class com.alee.utils.FileUtils
-
Returns directory files array or empty array (instead of null) if no files present.
- listToString(List, String) - Static method in class com.alee.utils.TextUtils
-
Returns single text combined using list of strings and specified separator.
- listToString(List<T>, String, TextProvider<T>) - Static method in class com.alee.utils.TextUtils
-
Returns single text combined using list of strings and specified separator.
- listToString(List<T>, String, TextProvider<T>, Filter<T>) - Static method in class com.alee.utils.TextUtils
-
Returns single text combined using list of strings and specified separator.
- ListToStringConverter - Class in com.alee.utils.xml
-
Custom converter for List of String.
- ListToStringConverter() - Constructor for class com.alee.utils.xml.ListToStringConverter
-
- LM - Class in com.alee.managers.language
-
This is short-named reference class for some basic LanguageManager methods.
- LM() - Constructor for class com.alee.managers.language.LM
-
- load() - Method in class com.alee.managers.settings.SettingsProcessor
-
Loads saved settings into the component.
- loadClass(String) - Static method in class com.alee.utils.ReflectUtils
-
Returns class loaded for the specified canonical class name.
- loadCompatibleImage(URL) - Static method in class com.alee.utils.ImageUtils
-
Creates a compatible image from the content specified by the resource
- loadComponentSettings(JComponent) - Static method in class com.alee.managers.settings.SettingsManager
-
Loads saved settings into the component if it is registered.
- loadDefaultDictionary() - Static method in class com.alee.managers.language.LanguageManager
-
Loads default WebLaF dictionary.
- loadDictionary(Class, String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns dictionary loaded from the specified location near class.
- loadDictionary(URL) - Static method in class com.alee.managers.language.LanguageManager
-
Returns dictionary loaded from the specified URL.
- loadDictionary(String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns dictionary loaded from the specified file path.
- loadDictionary(File) - Static method in class com.alee.managers.language.LanguageManager
-
Returns dictionary loaded from the specified file.
- loadImage(String) - Static method in class com.alee.utils.ImageUtils
-
Loads image from specified source file
- loadImage(File) - Static method in class com.alee.utils.ImageUtils
-
- loadImage(URL) - Static method in class com.alee.utils.ImageUtils
-
Loads image from URL
- loadImage(Class, String) - Static method in class com.alee.utils.ImageUtils
-
Loads image from specified resource near class
- loadImage(InputStream) - Static method in class com.alee.utils.ImageUtils
-
Loads image from InputStream
- loadImageIcon(Object) - Static method in class com.alee.utils.XmlUtils
-
Returns ImageIcon which is read from the source.
- loadImageIcon(ResourceFile) - Static method in class com.alee.utils.XmlUtils
-
Returns ImageIcon which is read from specified ResourceFile.
- loadImagesList(Object) - Static method in class com.alee.utils.XmlUtils
-
Returns ImageIcon list which is read from the source.
- loadImagesList(ResourceList) - Static method in class com.alee.utils.XmlUtils
-
Returns ImageIcon list which is read from specified ResourceList.
- loading - Variable in class com.alee.managers.settings.SettingsProcessor
-
Whether this settings processor is currently loading settings or not.
- loadResourceFile(Object) - Static method in class com.alee.utils.XmlUtils
-
Returns ResourceFile which is read from the source.
- loadResourceList(Object) - Static method in class com.alee.utils.XmlUtils
-
Returns ResourceList which is read from the source.
- loadResourceMap(Object) - Static method in class com.alee.utils.XmlUtils
-
Returns ResourceMap which is read from the source.
- loadSettings(JComponent) - Static method in class com.alee.managers.settings.ComponentSettingsManager
-
Loads saved settings into the component if it is registered.
- loadSettings() - Method in interface com.alee.managers.settings.SettingsMethods
-
Loads saved settings into the component if it is registered.
- loadString(Object) - Static method in class com.alee.utils.XmlUtils
-
Returns text which is read from the source.
- loadString(ResourceFile) - Static method in class com.alee.utils.XmlUtils
-
Returns text which is read from specified ResourceFile.
- loadValue() - Method in class com.alee.managers.settings.SettingsProcessor
-
Loads and returns saved component settings.
- Log - Class in com.alee.managers.log
-
Base logging class which can be used anywhere to log messages and exceptions.
- Log() - Constructor for class com.alee.managers.log.Log
-
- loggers - Static variable in class com.alee.managers.log.Log
-
Loggers cache.
- loggingEnabled - Static variable in class com.alee.managers.log.Log
-
Logging enabled/disabled conditions.
- loggingEnabled - Variable in class com.alee.managers.plugin.PluginManager
-
Whether plugin manager logging is enabled or not.
- logLock - Static variable in class com.alee.managers.log.Log
-
Logger synchronization lock object.
- LogMessageType - Enum in com.alee.managers.log
-
Enumeration representing base log message types.
- LogPrefixSupplier - Interface in com.alee.managers.log
-
Customized log message prefix supplier.
- LONG_TIMEOUT - Static variable in class com.alee.global.GlobalConstants
-
- LOREM_IPSUM - Static variable in class com.alee.utils.text.LoremIpsum
-
- LoremIpsum - Class in com.alee.utils.text
-
Simple lorem ipsum text generator.
- LoremIpsum() - Constructor for class com.alee.utils.text.LoremIpsum
-
- lowSurrogate(int) - Static method in class com.alee.utils.xml.XMLChar
-
Returns the low surrogate of a supplemental character
- LZWEncoder - Class in com.alee.graphics.image.gif
-
Adapted from Jef Poskanzer's Java port by way of J.
- radbias - Static variable in class com.alee.graphics.image.gif.NeuQuant
-
- radbiasshift - Static variable in class com.alee.graphics.image.gif.NeuQuant
-
- radius - Variable in class com.alee.graphics.filters.GaussianFilter
-
- radiusbias - Static variable in class com.alee.graphics.image.gif.NeuQuant
-
- radiusbiasshift - Static variable in class com.alee.graphics.image.gif.NeuQuant
-
- radiusdec - Static variable in class com.alee.graphics.image.gif.NeuQuant
-
- radpower - Variable in class com.alee.graphics.image.gif.NeuQuant
-
- random() - Static method in class com.alee.utils.MathUtils
-
Returns random integer number between 0 (inclusive) and 100 (inclusive).
- random(int) - Static method in class com.alee.utils.MathUtils
-
Returns random integer number between 0 (inclusive) and cap (exclusive).
- random(int, int) - Static method in class com.alee.utils.MathUtils
-
Returns random integer number between min (inclusive) and max (inclusive).
- random(int...) - Static method in class com.alee.utils.MathUtils
-
Returns random integer number from one the specified integers.
- RandomStroke - Class in com.alee.graphics.strokes
-
- RandomStroke(float, float) - Constructor for class com.alee.graphics.strokes.RandomStroke
-
- RaysFilter - Class in com.alee.graphics.filters
-
- RaysFilter() - Constructor for class com.alee.graphics.filters.RaysFilter
-
- read(BufferedInputStream) - Method in class com.alee.graphics.image.gif.GifDecoder
-
- read(String) - Method in class com.alee.graphics.image.gif.GifDecoder
-
Reads GIF file from specified source (file or URL string)
- read() - Method in class com.alee.graphics.image.gif.GifDecoder
-
Reads a single byte from the input stream.
- readBlock() - Method in class com.alee.graphics.image.gif.GifDecoder
-
Reads next variable length block from input.
- readColorTable(int) - Method in class com.alee.graphics.image.gif.GifDecoder
-
Reads color table as 256 RGB integer values
- readContents() - Method in class com.alee.graphics.image.gif.GifDecoder
-
Main file parser.
- readGraphicControlExt() - Method in class com.alee.graphics.image.gif.GifDecoder
-
Reads Graphics Control Extension values
- readHeader() - Method in class com.alee.graphics.image.gif.GifDecoder
-
Reads GIF file header information.
- readImage() - Method in class com.alee.graphics.image.gif.GifDecoder
-
Reads next frame image
- readLSD() - Method in class com.alee.graphics.image.gif.GifDecoder
-
Reads Logical Screen Descriptor
- readNetscapeExt() - Method in class com.alee.graphics.image.gif.GifDecoder
-
Reads Netscape extension to obtain iteration count
- readShort() - Method in class com.alee.graphics.image.gif.GifDecoder
-
Reads next 16-bit value, LSB first
- ReadState - Enum in com.alee.managers.settings
-
This enumeration represents SettingsGroup read states.
- readToString(Class, String) - Static method in class com.alee.utils.FileUtils
-
Returns text content read from the file located near specified class.
- readToString(Class, String, String) - Static method in class com.alee.utils.FileUtils
-
Returns content read from the file located near specified class.
- readToString(URL) - Static method in class com.alee.utils.FileUtils
-
Returns content read from the file at the specified url.
- readToString(URL, String) - Static method in class com.alee.utils.FileUtils
-
Returns content read from the file at the specified url.
- readToString(File) - Static method in class com.alee.utils.FileUtils
-
Returns content read from the specified file.
- readToString(File, String) - Static method in class com.alee.utils.FileUtils
-
Returns content read from the specified file.
- readToString(InputStream) - Static method in class com.alee.utils.FileUtils
-
Returns content read from the input stream.
- readToString(InputStream, String) - Static method in class com.alee.utils.FileUtils
-
Returns content read from the input stream.
- readToString(Reader) - Static method in class com.alee.utils.FileUtils
-
Returns content read from the specified reader.
- rebuildCache() - Static method in class com.alee.managers.language.LanguageManager
-
Rebuilds global dictionaries cache from a scratch.
- recentlyDetected - Variable in class com.alee.managers.plugin.PluginManager
-
Recently detected plugins list.
- recentlyInitialized - Variable in class com.alee.managers.plugin.PluginManager
-
Recently initialized plugins list.
- Record - Class in com.alee.managers.language.data
-
- Record() - Constructor for class com.alee.managers.language.data.Record
-
- Record(String) - Constructor for class com.alee.managers.language.data.Record
-
- Record(String, Value...) - Constructor for class com.alee.managers.language.data.Record
-
- Record(String, List<Value>) - Constructor for class com.alee.managers.language.data.Record
-
- Record(String, String, Value...) - Constructor for class com.alee.managers.language.data.Record
-
- Record(String, String, List<Value>) - Constructor for class com.alee.managers.language.data.Record
-
- RectangleConverter - Class in com.alee.utils.xml
-
Custom Rectangle object converter.
- RectangleConverter() - Constructor for class com.alee.utils.xml.RectangleConverter
-
- rectangleFromString(String) - Static method in class com.alee.utils.xml.RectangleConverter
-
Returns insets read from string.
- rectangleToString(Rectangle) - Static method in class com.alee.utils.xml.RectangleConverter
-
Returns insets converted into string.
- ReflectUtils - Class in com.alee.utils
-
This class provides a set of utilities to simplify work with Reflection API.
- ReflectUtils() - Constructor for class com.alee.utils.ReflectUtils
-
- registerComponent(JComponent, String, Object...) - Static method in class com.alee.managers.language.LanguageManager
-
Registers component for language updates.
- registerComponent(SettingsProcessorData) - Static method in class com.alee.managers.settings.ComponentSettingsManager
-
Registers component using the specified SettingsProcessorData.
- registerComponent(JComponent, SettingsProcessor) - Static method in class com.alee.managers.settings.ComponentSettingsManager
-
Registers component using the specified SettingsProcessor.
- registerComponent(JComponent, String) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers component for settings auto-save.
- registerComponent(JComponent, String, Class<T>) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers component for settings auto-save.
- registerComponent(JComponent, String, Object) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers component for settings auto-save.
- registerComponent(JComponent, String, String) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers component for settings auto-save.
- registerComponent(JComponent, String, String, Class<T>) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers component for settings auto-save.
- registerComponent(JComponent, String, String, Object) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers component for settings auto-save.
- registerComponent(JComponent, String, boolean, boolean) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers component for settings auto-save.
- registerComponent(JComponent, String, Class<T>, boolean, boolean) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers component for settings auto-save.
- registerComponent(JComponent, String, Object, boolean, boolean) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers component for settings auto-save.
- registerComponent(JComponent, String, String, Class<T>, boolean, boolean) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers component for settings auto-save.
- registerComponent(JComponent, String, String, Object, boolean, boolean) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers component for settings auto-save.
- registerComponent(JComponent, SettingsProcessor) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers component for settings auto-save.
- registerConverter(Converter) - Static method in class com.alee.utils.XmlUtils
-
Adds a new converter into converters registry.
- registerConverter(SingleValueConverter) - Static method in class com.alee.utils.XmlUtils
-
Adds a new converter into converters registry.
- registerInitialLanguage(LanguageMethods, String, Object...) - Static method in class com.alee.managers.language.LanguageUtils
-
Registers proper initial component language key.
- registerLanguageContainer(Container, String) - Static method in class com.alee.managers.language.LanguageManager
-
Registers language container key.
- registerLanguageUpdater(LanguageUpdater) - Static method in class com.alee.managers.language.LanguageManager
-
Register custom LanguageUpdater.
- registerLanguageUpdater(JComponent, LanguageUpdater) - Static method in class com.alee.managers.language.LanguageManager
-
Registers custom LanguageUpdater for specific component.
- registerPlugin(T) - Method in class com.alee.managers.plugin.PluginManager
-
Registers programmatically loaded plugin within this PluginManager.
- registerPlugin(T, PluginInformation, ImageIcon) - Method in class com.alee.managers.plugin.PluginManager
-
Registers programmatically loaded plugin within this PluginManager.
- registerSettings(String) - Method in interface com.alee.managers.settings.SettingsMethods
-
Registers component for settings auto-save.
- registerSettings(String, Class<T>) - Method in interface com.alee.managers.settings.SettingsMethods
-
Registers component for settings auto-save.
- registerSettings(String, Object) - Method in interface com.alee.managers.settings.SettingsMethods
-
Registers component for settings auto-save.
- registerSettings(String, String, Class<T>) - Method in interface com.alee.managers.settings.SettingsMethods
-
Registers component for settings auto-save.
- registerSettings(String, String, Object) - Method in interface com.alee.managers.settings.SettingsMethods
-
Registers component for settings auto-save.
- registerSettings(String, String) - Method in interface com.alee.managers.settings.SettingsMethods
-
Registers component for settings auto-save.
- registerSettings(String, boolean, boolean) - Method in interface com.alee.managers.settings.SettingsMethods
-
Registers component for settings auto-save.
- registerSettings(String, Class<T>, boolean, boolean) - Method in interface com.alee.managers.settings.SettingsMethods
-
Registers component for settings auto-save.
- registerSettings(String, Object, boolean, boolean) - Method in interface com.alee.managers.settings.SettingsMethods
-
Registers component for settings auto-save.
- registerSettings(String, String, Class<T>, boolean, boolean) - Method in interface com.alee.managers.settings.SettingsMethods
-
Registers component for settings auto-save.
- registerSettings(String, String, Object, boolean, boolean) - Method in interface com.alee.managers.settings.SettingsMethods
-
Registers component for settings auto-save.
- registerSettings(SettingsProcessor) - Method in interface com.alee.managers.settings.SettingsMethods
-
Registers component for settings auto-save.
- registerSettingsProcessor(Class<? extends JComponent>, Class<T>) - Static method in class com.alee.managers.settings.ComponentSettingsManager
-
Registers specified settings processor class for the specified component type.
- registerSettingsProcessor(Class<? extends JComponent>, Class<T>) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers specified settings processor class for the specified component type.
- relatedManagers - Variable in class com.alee.managers.plugin.PluginManager
-
Related plugin managers list.
- remove(String) - Method in class com.alee.managers.settings.SettingsGroup
-
Removes settings saved under the specified key.
- remove(T[], T) - Static method in class com.alee.utils.ArrayUtils
-
Returns new array with the specified object removed.
- remove(int[], int) - Static method in class com.alee.utils.ArrayUtils
-
Returns new array with the int under specified index removed.
- remove(float[], float) - Static method in class com.alee.utils.ArrayUtils
-
Returns new array with the float under specified index removed.
- remove(double[], double) - Static method in class com.alee.utils.ArrayUtils
-
Returns new array with the double under specified index removed.
- remove(char[], char) - Static method in class com.alee.utils.ArrayUtils
-
Returns new array with the char under specified index removed.
- remove(byte[], byte) - Static method in class com.alee.utils.ArrayUtils
-
Returns new array with the byte under specified index removed.
- remove(boolean[], int) - Static method in class com.alee.utils.ArrayUtils
-
Returns new array with the boolean under specified index removed.
- remove(T[], int) - Static method in class com.alee.utils.ArrayUtils
-
Returns new array with the object under specified index removed.
- remove(Object) - Method in class com.alee.utils.collection.DoubleMap
-
- remove(K) - Method in class com.alee.utils.collection.ValuesTable
-
Removes entry with the specified key.
- remove(int) - Method in class com.alee.utils.collection.ValuesTable
-
Removes entry at the specified index.
- remove(Object) - Method in class com.alee.utils.map.SoftHashMap
-
- remove(Object) - Method in class com.alee.utils.swing.LazyActionMap
-
- removeActionListener(ActionListener) - Method in class com.alee.utils.swing.WebTimer
-
Removes an action listener.
- removeAll(Collection<T>, T...) - Static method in class com.alee.utils.CollectionUtils
-
Removes all objects from the specified list.
- removeAllValues(Map<K, V>, V) - Static method in class com.alee.utils.MapUtils
-
Removes all map entries where value is the same as the specified one.
- removeAlpha(Color) - Static method in class com.alee.utils.ColorUtils
-
Returns color with alpha value set to 255.
- removeByKey(K) - Method in class com.alee.utils.collection.DoubleMap
-
- removeByKey(K) - Method in class com.alee.utils.collection.ValuesTable
-
Removes entry with the specified key.
- removeByValue(V) - Method in class com.alee.utils.collection.DoubleMap
-
- removeByValue(V) - Method in class com.alee.utils.collection.ValuesTable
-
Removes entry with the specified value.
- removeChild(JarEntry) - Method in class com.alee.utils.reflection.JarEntry
-
- removeControlSymbols(String) - Static method in class com.alee.utils.TextUtils
-
Returns text with all control symbols removed.
- removeDictionary(String) - Static method in class com.alee.managers.language.LanguageManager
-
Removes dictionary from LanguageManager.
- removeDictionary(Dictionary) - Static method in class com.alee.managers.language.LanguageManager
-
Removes dictionary from LanguageManager.
- removeExistingEntry(int) - Method in class com.alee.utils.collection.ValuesTable
-
Removes entry at the specified index.
- removeFirstLines(String, int) - Static method in class com.alee.utils.TextUtils
-
Returns text with first lines removed.
- removeLanguage(String) - Method in class com.alee.managers.language.data.Dictionary
-
- removeLanguage() - Method in interface com.alee.managers.language.LanguageMethods
-
Unregisters component from LanguageManager.
- removeLanguageContainerKey() - Method in interface com.alee.managers.language.LanguageContainerMethods
-
Removes language container key for container which implements this interface.
- removeLanguageKeyListener(LanguageKeyListener) - Static method in class com.alee.managers.language.LanguageManager
-
Removes language key listener
- removeLanguageKeyListeners(String) - Static method in class com.alee.managers.language.LanguageManager
-
Removes language key listener.
- removeLanguageListener(LanguageListener) - Static method in class com.alee.managers.language.LanguageManager
-
Removes language listener.
- removeLanguageListener(JComponent) - Static method in class com.alee.managers.language.LanguageManager
-
Removes language listener from the specified component.
- removeLanguageUpdater() - Method in interface com.alee.managers.language.LanguageMethods
-
Unregisters any custom language updater set for this component.
- removeLineBreaks(String) - Static method in class com.alee.utils.TextUtils
-
Returns text with all line breaks removed.
- removeNulls(List<T>) - Static method in class com.alee.utils.CollectionUtils
-
Removes all null elements from list.
- removePluginsListener(PluginsListener<T>) - Method in class com.alee.managers.plugin.PluginManager
-
Removes plugins listener.
- removeRecord(Record) - Method in class com.alee.managers.language.data.Dictionary
-
- removeRecord(String) - Method in class com.alee.managers.language.data.Dictionary
-
- removeRelatedManager(PluginManager) - Method in class com.alee.managers.plugin.PluginManager
-
Removes plugin manager from related managers list.
- removeResource(ResourceFile) - Method in class com.alee.utils.xml.ResourceList
-
- removeSettingsListener(String, SettingsListener) - Static method in class com.alee.managers.settings.SettingsManager
-
Removes settings listener.
- removeSettingsListener(String, String, SettingsListener) - Static method in class com.alee.managers.settings.SettingsManager
-
Removes settings listener.
- removeState(String) - Method in class com.alee.utils.xml.ResourceMap
-
- removeSubDictionary(Dictionary) - Method in class com.alee.managers.language.data.Dictionary
-
- removeSupportedLanguage(String) - Static method in class com.alee.managers.language.LanguageManager
-
Removes supported language.
- removeText(Text) - Method in class com.alee.managers.language.data.Value
-
- removeTooltip(Tooltip) - Method in class com.alee.managers.language.data.Value
-
- removeValue(Value) - Method in class com.alee.managers.language.data.Record
-
- removeValue(String) - Method in class com.alee.managers.language.data.Record
-
- removeWhiteSpace(char[]) - Static method in class com.alee.utils.encryption.Base64
-
remove WhiteSpace from MIME containing encoded Base64 data.
- RepaintListener - Interface in com.alee.graphics.image.gif
-
- repeat - Variable in class com.alee.graphics.image.gif.GifEncoder
-
- repeat(String, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay and action listener.
- repeat(String, int, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay and action listener.
- repeat(long, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay and action listener.
- repeat(long, int, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay and action listener.
- repeat(String, String, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay and action listener.
- repeat(String, String, int, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay and action listener.
- repeat(String, long, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay and action listener.
- repeat(String, long, int, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay and action listener.
- repeat(String, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay and action listener.
- repeat(String, int, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay and action listener.
- repeat(long, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay and action listener.
- repeat(long, int, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay and action listener.
- repeat(String, String, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay and action listener.
- repeat(String, String, int, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay and action listener.
- repeat(String, long, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay and action listener.
- repeat(String, long, int, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay and action listener.
- repeat(long, long, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener.
- repeat(long, long, int, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener.
- repeat(String, long, long, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener.
- repeat(String, long, long, int, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener.
- repeat(long, long, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener.
- repeat(long, long, int, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener.
- repeat(String, long, long, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener.
- repeat(String, long, long, int, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener.
- repeat(boolean, String, long, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener.
- repeat(boolean, String, long, long, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener.
- repeat(boolean, String, long, long, int, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener.
- repeats - Variable in class com.alee.utils.swing.WebTimer
-
Whether timer repeat its cycles or not.
- REPLACE - Static variable in class com.alee.graphics.filters.PixelUtils
-
- replace(String, int, char) - Static method in class com.alee.utils.TextUtils
-
Returns text with replaced character at the specified index.
- replaceAll(String, boolean, String, TextProvider<String>) - Static method in class com.alee.utils.TextUtils
-
Replaces all occurrences of str found in the specified text with provided text.
- resample(int[], int[], int, int, int, float[]) - Static method in class com.alee.graphics.filters.ImageMath
-
An implementation of Fant's resampling algorithm.
- resetDefaultGroup() - Static method in class com.alee.managers.settings.SettingsManager
-
Resets all settings within the default settings group.
- resetFrame() - Method in class com.alee.graphics.image.gif.GifDecoder
-
Resets frame state for reading next image.
- resetGroup(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Resets all settings within the specified settings group.
- resetNanoTime() - Static method in class com.alee.utils.TimeUtils
-
Resets last pinned nanotime and last request nanotime.
- resetTime() - Static method in class com.alee.utils.TimeUtils
-
Resets last pinned time and last request time.
- resetValue(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Resets settings under the key within the default settings group.
- resetValue(String, String) - Static method in class com.alee.managers.settings.SettingsManager
-
Resets settings under the key within the specified settings group.
- resizeCanvas(ImageIcon, int, int) - Static method in class com.alee.utils.ImageUtils
-
Resizes image canvas
- resizeCanvas(BufferedImage, int, int) - Static method in class com.alee.utils.ImageUtils
-
- ResourceFile - Class in com.alee.utils.xml
-
Special class representing resource file location.
- ResourceFile(ResourceLocation, String) - Constructor for class com.alee.utils.xml.ResourceFile
-
- ResourceFile(ResourceLocation, String, Class) - Constructor for class com.alee.utils.xml.ResourceFile
-
- ResourceFile(ResourceLocation, String, String) - Constructor for class com.alee.utils.xml.ResourceFile
-
- ResourceList - Class in com.alee.utils.xml
-
- ResourceList() - Constructor for class com.alee.utils.xml.ResourceList
-
- ResourceLocation - Enum in com.alee.utils.xml
-
- ResourceMap - Class in com.alee.utils.xml
-
- ResourceMap() - Constructor for class com.alee.utils.xml.ResourceMap
-
- restart() - Method in class com.alee.utils.swing.WebTimer
-
Restarts timer execution.
- restart(long) - Method in class com.alee.utils.swing.WebTimer
-
Restarts timer execution and modifies timer delay.
- restart(long, long) - Method in class com.alee.utils.swing.WebTimer
-
Restarts timer execution and modifies timer delays.
- restart(String) - Method in class com.alee.utils.swing.WebTimer
-
Restarts timer execution and modifies timer delay.
- restart(String, String) - Method in class com.alee.utils.swing.WebTimer
-
Restarts timer execution and modifies timer delays.
- restoreAntialias(Graphics, Object) - Static method in class com.alee.utils.GraphicsUtils
-
- restoreAntialias(Graphics2D, Object) - Static method in class com.alee.utils.GraphicsUtils
-
- restoreClip(Graphics2D, Shape) - Static method in class com.alee.utils.GraphicsUtils
-
- restoreClip(Graphics2D, Shape, boolean) - Static method in class com.alee.utils.GraphicsUtils
-
- restoreClip(Graphics, Shape) - Static method in class com.alee.utils.GraphicsUtils
-
- restoreClip(Graphics, Shape, boolean) - Static method in class com.alee.utils.GraphicsUtils
-
- restoreComposite(Graphics2D, Composite) - Static method in class com.alee.utils.GraphicsUtils
-
- restoreComposite(Graphics2D, Composite, boolean) - Static method in class com.alee.utils.GraphicsUtils
-
- restoreFont(Graphics, Font) - Static method in class com.alee.utils.GraphicsUtils
-
- restoreImageQuality(Graphics, Object) - Static method in class com.alee.utils.GraphicsUtils
-
- restoreImageQuality(Graphics2D, Object) - Static method in class com.alee.utils.GraphicsUtils
-
- restorePaint(Graphics2D, Paint) - Static method in class com.alee.utils.GraphicsUtils
-
- restorePaint(Graphics2D, Paint, boolean) - Static method in class com.alee.utils.GraphicsUtils
-
- restoreStroke(Graphics2D, Stroke) - Static method in class com.alee.utils.GraphicsUtils
-
- restoreStroke(Graphics2D, Stroke, boolean) - Static method in class com.alee.utils.GraphicsUtils
-
- RIGHT - Static variable in class com.alee.global.GlobalConstants
-
- rotateImage180(ImageIcon) - Static method in class com.alee.utils.ImageUtils
-
- rotateImage180(BufferedImage) - Static method in class com.alee.utils.ImageUtils
-
- rotateImage90CCW(ImageIcon) - Static method in class com.alee.utils.ImageUtils
-
- rotateImage90CCW(BufferedImage) - Static method in class com.alee.utils.ImageUtils
-
- rotateImage90CW(ImageIcon) - Static method in class com.alee.utils.ImageUtils
-
Rotate image
- rotateImage90CW(BufferedImage) - Static method in class com.alee.utils.ImageUtils
-
- rule - Variable in class com.alee.graphics.filters.MiscComposite
-
- RULE_NAMES - Static variable in class com.alee.graphics.filters.MiscComposite
-
- run(List<DetectedPlugin<T>>) - Method in interface com.alee.managers.plugin.DetectedPluginsRunnable
-
Performed operation.
- run(String, boolean) - Method in interface com.alee.managers.plugin.DirectoryRunnable
-
Performed operation.
- run(List<T>) - Method in interface com.alee.managers.plugin.PluginsRunnable
-
Performed operation.
- run(T) - Method in interface com.alee.utils.swing.DataRunnable
-
Performs runnable action.
- running - Variable in class com.alee.utils.swing.WebTimer
-
Map of marks for currently active threads.
- RUSSIAN - Static variable in interface com.alee.managers.language.LanguageConstants
-
Russian language.
- sample - Variable in class com.alee.graphics.image.gif.GifEncoder
-
- samplefac - Variable in class com.alee.graphics.image.gif.NeuQuant
-
- SATURATION - Static variable in class com.alee.graphics.filters.MiscComposite
-
- SATURATION - Static variable in class com.alee.graphics.filters.PixelUtils
-
- save() - Method in class com.alee.managers.settings.SettingsProcessor
-
Saves settings taken from the component.
- save(boolean) - Method in class com.alee.managers.settings.SettingsProcessor
-
Saves settings taken from the component.
- SAVE_SETTINGS - Static variable in class com.alee.managers.proxy.ProxyManager
-
Settings key for proxy settings save option.
- saveComponentSettings(JComponent) - Static method in class com.alee.managers.settings.SettingsManager
-
Saves component settings.
- saveSettings() - Static method in class com.alee.managers.settings.ComponentSettingsManager
-
Saves all registered components settings.
- saveSettings(JComponent) - Static method in class com.alee.managers.settings.ComponentSettingsManager
-
Saves component settings.
- saveSettings() - Static method in class com.alee.managers.settings.SettingsManager
-
Saves all settings groups and files.
- saveSettings() - Method in interface com.alee.managers.settings.SettingsMethods
-
Saves component settings.
- saveSettingsGroup(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Saves settings group with the specified name.
- saveSettingsGroup(SettingsGroup) - Static method in class com.alee.managers.settings.SettingsManager
-
Saves specified settings group.
- saveValue(V) - Method in class com.alee.managers.settings.SettingsProcessor
-
Saves component settings.
- saving - Variable in class com.alee.managers.settings.SettingsProcessor
-
Whether this settings processor is currently saving settings or not.
- scanPlugin(URL) - Method in class com.alee.managers.plugin.PluginManager
-
Downloads plugin from the specified URL and tries to load it.
- scanPlugin(String) - Method in class com.alee.managers.plugin.PluginManager
-
Tries to load plugin from the specified file.
- scanPlugin(File) - Method in class com.alee.managers.plugin.PluginManager
-
Tries to load plugin from the specified file.
- scanPluginsDirectory() - Method in class com.alee.managers.plugin.PluginManager
-
Performs plugins search within the specified plugins directory.
- scanPluginsDirectory(boolean) - Method in class com.alee.managers.plugin.PluginManager
-
Performs plugins search within the specified plugins directory.
- scanPluginsDirectory(String) - Method in class com.alee.managers.plugin.PluginManager
-
Performs plugins search within the specified plugins directory.
- scanPluginsDirectory(String, boolean) - Method in class com.alee.managers.plugin.PluginManager
-
Performs plugins search within the specified plugins directory.
- SCREEN - Static variable in class com.alee.graphics.filters.MiscComposite
-
- SCREEN - Static variable in class com.alee.graphics.filters.PixelUtils
-
- selectedBgColor - Static variable in class com.alee.global.StyleConstants
-
- SEPARATOR - Static variable in class com.alee.global.StyleConstants
-
System text separator.
- SEPARATOR - Static variable in class com.alee.utils.xml.DimensionConverter
-
Values separator.
- separator - Static variable in class com.alee.utils.xml.FontConverter
-
Values separator.
- separator - Static variable in class com.alee.utils.xml.InsetsConverter
-
Values separator.
- separator - Static variable in class com.alee.utils.xml.RectangleConverter
-
Values separator.
- separator - Static variable in class com.alee.utils.xml.StrokeConverter
-
Stroke settings separators.
- set(String, T) - Static method in class com.alee.managers.settings.SettingsManager
-
Sets value for the specified settings key.
- set(String, String, T) - Static method in class com.alee.managers.settings.SettingsManager
-
Sets value for the specified settings group and key.
- setActionCommand(String) - Method in class com.alee.utils.swing.WebTimer
-
Sets action command for fired events.
- setAddMargins(boolean) - Method in class com.alee.graphics.filters.ShadowFilter
-
- setAlign(Point2D) - Method in class com.alee.graphics.filters.MotionBlurOp
-
- setAlignX(float) - Method in class com.alee.graphics.filters.MotionBlurOp
-
- setAlignY(float) - Method in class com.alee.graphics.filters.MotionBlurOp
-
- setAlive(int, boolean) - Method in class com.alee.utils.swing.WebTimer
-
Sets whether thread under specified ID is alive or not.
- setAllowSave(boolean) - Static method in class com.alee.managers.settings.SettingsManager
-
Sets whether should allow saving settings into files or not.
- setAllowSimilarPlugins(boolean) - Method in class com.alee.managers.plugin.PluginManager
-
Sets whether should allow loading multiply plugins with the same ID or not.
- setAlwaysUseSystemSettings(boolean) - Static method in class com.alee.managers.proxy.ProxyManager
-
Sets whether enable system proxy settings usage or not.
- setAngle(float) - Method in class com.alee.graphics.filters.MotionBlurOp
-
- setAngle(float) - Method in class com.alee.graphics.filters.ShadowFilter
-
- setApplySettingsChanges(boolean) - Method in class com.alee.managers.settings.SettingsProcessorData
-
Sets whether to apply settings changes to the component or not.
- setAuthenticator(Authenticator) - Static method in class com.alee.managers.proxy.ProxyManager
-
Changes current proxy authenticator to the specified one.
- setAuthor(String) - Method in class com.alee.managers.language.data.Dictionary
-
- setAuthor(String) - Method in class com.alee.managers.language.data.LanguageInfo
-
- setAutoDetectionEnabled(boolean) - Static method in class com.alee.managers.proxy.ProxyManager
-
Sets whether automatic proxy detection is enabled or not.
- setAutoSettingsInitialization(boolean) - Static method in class com.alee.managers.proxy.ProxyManager
-
Sets whether enable auto initialization of proxy settings or not.
- setBackupFilesExtension(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Sets backup files extension
- setBuild(Integer) - Method in class com.alee.managers.plugin.data.PluginVersion
-
Sets plugin build version.
- setCheckComponentsTextForTranslations(boolean) - Static method in class com.alee.managers.language.LanguageManager
-
Sets whether or not components should check that text passed into their constructors is a translation key or not.
- setCheckRecursively(boolean) - Method in class com.alee.managers.plugin.PluginManager
-
Sets whether plugins directory subfolders should be checked recursively or not.
- setChildren(List<JarEntry>) - Method in class com.alee.utils.reflection.JarEntry
-
- setClassIcon(Class, ImageIcon) - Method in class com.alee.utils.reflection.JarStructure
-
- setClassName(String) - Method in class com.alee.utils.xml.ResourceFile
-
- setCoalesce(boolean) - Method in class com.alee.utils.swing.WebTimer
-
Sets whether each action should be fired from a separate invoke and wait call or not.
- setColormap(Colormap) - Method in class com.alee.graphics.filters.RaysFilter
-
- setComponent(JComponent) - Method in class com.alee.managers.settings.SettingsProcessorData
-
Sets component which settings are being managed.
- setCreateNewClassLoader(boolean) - Method in class com.alee.managers.plugin.PluginManager
-
Sets whether should create new class loader for each loaded plugin or not.
- setCreationDate(String) - Method in class com.alee.managers.language.data.Dictionary
-
- setCyclesLimit(int) - Method in class com.alee.utils.swing.WebTimer
-
Sets timer cycles execution limit.
- setDate(String) - Method in class com.alee.utils.file.FileDescription
-
Sets modification date.
- setDebugEnabled(boolean) - Static method in class com.alee.managers.log.Log
-
Sets whether debug messages are enabled or not.
- setDefaultLanguage(String) - Static method in class com.alee.managers.language.LanguageManager
-
Sets default language.
- setDefaultSettingsDir(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Sets default settings directory.
- setDefaultSettingsDirName(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Sets default settings directory name.
- setDefaultSettingsGroup(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Sets default settings group name.
- setDefaultTooltipType(TooltipType) - Static method in class com.alee.managers.language.LanguageManager
-
Sets default tooltip type.
- setDefaultValue(Object) - Method in class com.alee.managers.settings.SettingsProcessorData
-
Sets component default value.
- setDelay(int) - Method in class com.alee.graphics.image.gif.GifEncoder
-
Sets the delay time between each frame, or changes it for subsequent frames (applies to last
frame added).
- setDelay(Integer) - Method in class com.alee.managers.language.data.Tooltip
-
- setDelay(String) - Method in class com.alee.utils.swing.WebTimer
-
Sets delay between timer cycles.
- setDelay(long) - Method in class com.alee.utils.swing.WebTimer
-
Sets delay between timer cycles in milliseconds.
- setDependencies(List<PluginDependency>) - Method in class com.alee.managers.plugin.data.PluginInformation
-
Sets plugins required to run this one.
- setDescription(String) - Method in class com.alee.managers.plugin.data.PluginInformation
-
Sets plugin description.
- setDescription(String) - Method in class com.alee.managers.plugin.data.PluginLibrary
-
Sets plugin library description.
- setDescription(String) - Method in class com.alee.utils.file.FileDescription
-
Sets file description.
- setDescription(String) - Method in class com.alee.utils.filefilter.AbstractFileFilterAdapter
-
Sets short file filter description.
- setDetectedPlugin(DetectedPlugin<T>) - Method in class com.alee.managers.plugin.Plugin
-
Sets additional information about this plugin.
- setDimensions(int, int) - Method in class com.alee.graphics.filters.PointFilter
-
- setDisableable(boolean) - Method in class com.alee.managers.plugin.data.PluginInformation
-
Sets whether this plugin is disableable or not.
- setDispose(int) - Method in class com.alee.graphics.image.gif.GifEncoder
-
Sets the GIF frame disposal code for the last added frame and any subsequent frames.
- setDistance(float) - Method in class com.alee.graphics.filters.MotionBlurOp
-
- setDistance(float) - Method in class com.alee.graphics.filters.ShadowFilter
-
- setEdgeAction(int) - Method in class com.alee.graphics.filters.ConvolveFilter
-
- setEmptyProxySettings() - Static method in class com.alee.managers.proxy.ProxyManager
-
Installs empty proxy settings.
- setEnabled(boolean) - Method in class com.alee.managers.plugin.Plugin
-
Sets whether this plugin should be enabled or not.
- setError(Throwable) - Method in class com.alee.managers.settings.SettingsGroupState
-
Sets occurred error.
- setException(Throwable) - Method in class com.alee.managers.plugin.data.DetectedPlugin
-
Sets load exception.
- setExceptionMessage(String) - Method in class com.alee.managers.plugin.data.DetectedPlugin
-
Sets load exception message.
- setFailureCause(String) - Method in class com.alee.managers.plugin.data.DetectedPlugin
-
Sets load failure cause.
- setFieldValue(Object, String, Object) - Static method in class com.alee.utils.ReflectUtils
-
Applies specified value to object field.
- setFieldValueSafely(Object, String, Object) - Static method in class com.alee.utils.ReflectUtils
-
Applies specified value to object field.
- setFile(String) - Method in class com.alee.managers.plugin.data.PluginLibrary
-
Sets plugin library file path relative to plugin file location.
- setFileFilter(FileFilter) - Method in class com.alee.managers.plugin.PluginManager
-
Sets plugins directory file filter.
- setFrameRate(float) - Method in class com.alee.graphics.image.gif.GifEncoder
-
Sets frame rate in frames per second.
- setGroup(String) - Method in class com.alee.managers.settings.SettingsProcessorData
-
Sets component settings group.
- setGroupFilePath(String, String) - Static method in class com.alee.managers.settings.SettingsManager
-
Sets custom directory where settings group file will be saved.
- setHotkey(String) - Method in class com.alee.managers.language.data.Record
-
- setHotkey(String) - Method in class com.alee.managers.language.data.Value
-
- setHRadius(int) - Method in class com.alee.graphics.filters.BoxBlurFilter
-
- setIcon(ImageIcon) - Method in class com.alee.utils.filefilter.AbstractFileFilterAdapter
-
Sets file filter icon.
- setIcon(ImageIcon) - Method in class com.alee.utils.reflection.JarEntry
-
- setId() - Method in class com.alee.managers.language.data.Dictionary
-
- setId(String) - Method in class com.alee.managers.language.data.Dictionary
-
- setId(String) - Method in class com.alee.managers.plugin.data.PluginInformation
-
Sets plugin ID.
- setId(String) - Method in class com.alee.managers.plugin.data.PluginLibrary
-
Sets plugin library ID.
- setId(String) - Method in class com.alee.managers.settings.SettingsGroup
-
Sets unique ID.
- setId(String) - Method in class com.alee.utils.reflection.JarEntry
-
- setImageCache(String, ImageIcon) - Static method in class com.alee.utils.ImageUtils
-
- setInfo(String) - Method in class com.alee.managers.language.data.LanguageInfo
-
- setInitialDelay(String) - Method in class com.alee.utils.swing.WebTimer
-
Sets delay before the first timer cycle run.
- setInitialDelay(long) - Method in class com.alee.utils.swing.WebTimer
-
Sets delay before the first timer cycle run in milliseconds.
- setIterations(int) - Method in class com.alee.graphics.filters.BoxBlurFilter
-
- setJarLocation(String) - Method in class com.alee.utils.reflection.JarStructure
-
- setKernel(Kernel) - Method in class com.alee.graphics.filters.ConvolveFilter
-
- setKey(String) - Method in class com.alee.managers.language.data.Record
-
- setKey(String) - Method in class com.alee.managers.settings.SettingsProcessorData
-
Sets component settings key.
- setKey(K) - Method in class com.alee.utils.general.Pair
-
Sets the key for this pair.
- setLang(String) - Method in class com.alee.managers.language.data.LanguageInfo
-
- setLang(String) - Method in class com.alee.managers.language.data.Value
-
- setLanguage(String) - Static method in class com.alee.managers.language.LanguageManager
-
Sets currently used language.
- setLanguage(String, Object...) - Method in interface com.alee.managers.language.LanguageMethods
-
Registers component in LanguageManager under specified key and with specified formatting data.
- setLanguageContainerKey(String) - Method in interface com.alee.managers.language.LanguageContainerMethods
-
Sets language container key for container which implements this interface.
- setLanguageIcon(String, ImageIcon) - Static method in class com.alee.managers.language.LanguageManager
-
Sets icon for the specified language.
- setLanguageInfos(List<LanguageInfo>) - Method in class com.alee.managers.language.data.Dictionary
-
- setLanguages(String, String...) - Static method in class com.alee.managers.language.LanguageManager
-
Sets currently used language.
- setLanguageUpdater(LanguageUpdater) - Method in interface com.alee.managers.language.LanguageMethods
-
Registers custom language updater for this component.
- setLibraries(List<PluginLibrary>) - Method in class com.alee.managers.plugin.data.PluginInformation
-
Sets plugin libraries list.
- setLoadInitialSettings(boolean) - Method in class com.alee.managers.settings.SettingsProcessorData
-
Sets whether to load initial available settings into the component or not.
- setLocation(ResourceLocation) - Method in class com.alee.utils.xml.ResourceFile
-
- setLoggingEnabled(Object, boolean) - Static method in class com.alee.managers.log.Log
-
Sets whether logging for the specified class type is enabled or not.
- setLoggingEnabled(boolean) - Method in class com.alee.managers.plugin.PluginManager
-
Sets whether plugin manager logging is enabled or not.
- setLoggingEnabled(boolean) - Static method in class com.alee.managers.settings.SettingsManager
-
Sets whether should display settings load and save error messages or not.
- setMainClass(String) - Method in class com.alee.managers.plugin.data.PluginInformation
-
Sets plugin main class canonical name.
- setMajor(int) - Method in class com.alee.managers.plugin.data.PluginVersion
-
Sets major plugin version.
- setMask(int) - Method in class com.alee.graphics.filters.MaskFilter
-
- setMaxVersion(PluginVersion) - Method in class com.alee.managers.plugin.data.PluginDependency
-
Sets maximum plugin version.
- setMinor(int) - Method in class com.alee.managers.plugin.data.PluginVersion
-
Sets minor plugin version
- setMinVersion(PluginVersion) - Method in class com.alee.managers.plugin.data.PluginDependency
-
Sets minimum plugin version.
- setMnemonic(Character) - Method in class com.alee.managers.language.data.Value
-
- setName(String) - Method in class com.alee.managers.language.data.Dictionary
-
- setName(String) - Method in class com.alee.managers.settings.SettingsGroup
-
Sets unique name.
- setName(String) - Method in class com.alee.utils.file.FileDescription
-
Sets file name.
- setName(String) - Method in class com.alee.utils.reflection.JarEntry
-
- setName(String) - Method in class com.alee.utils.swing.WebTimer
-
Sets internal timer thread name.
- setNonBlockingStop(boolean) - Method in class com.alee.utils.swing.WebTimer
-
Sets whether or not timer should use non-blocking stop method behavior.
- setNonProxyHosts(String) - Method in class com.alee.managers.proxy.ProxySettings
-
Sets non-proxy hosts.
- setNotes(String) - Method in class com.alee.managers.language.data.Dictionary
-
- setOpacity(int) - Method in class com.alee.graphics.filters.OpacityFilter
-
Set the opacity.
- setOpacity(float) - Method in class com.alee.graphics.filters.RaysFilter
-
- setOpacity(float) - Method in class com.alee.graphics.filters.ShadowFilter
-
- setOptional(Boolean) - Method in class com.alee.managers.plugin.data.PluginDependency
-
Sets whether this dependency is mandatory or not.
- setPackageIcon(Package, ImageIcon) - Method in class com.alee.utils.reflection.JarStructure
-
- setPackageIcon(String, ImageIcon) - Method in class com.alee.utils.reflection.JarStructure
-
- setParent(JarEntry) - Method in class com.alee.utils.reflection.JarEntry
-
- setParent(ActionMap) - Method in class com.alee.utils.swing.LazyActionMap
-
- setPixels() - Method in class com.alee.graphics.image.gif.GifDecoder
-
Creates new frame image from current data (and previous frames as specified by their
disposition codes).
- setPlugin(T) - Method in class com.alee.managers.plugin.data.DetectedPlugin
-
Sets loaded plugin instance.
- setPluginFilter(Filter<DetectedPlugin<T>>) - Method in class com.alee.managers.plugin.PluginManager
-
Sets special filter that filters out unwanted plugins before their initialization.
- setPluginId(String) - Method in class com.alee.managers.plugin.data.PluginDependency
-
Sets plugin ID.
- setPluginManager(PluginManager<T>) - Method in class com.alee.managers.plugin.Plugin
-
Sets plugin manager which loaded this plugin.
- setPluginsDirectoryPath(String) - Method in class com.alee.managers.plugin.PluginManager
-
Sets plugins directory path.
- setPoint1(Point) - Method in class com.alee.graphics.data.Line
-
Sets first point.
- setPoint2(Point) - Method in class com.alee.graphics.data.Line
-
Sets second point.
- setPrefix(String) - Method in class com.alee.managers.language.data.Dictionary
-
- setPrefixSupplier(LogPrefixSupplier) - Static method in class com.alee.managers.log.Log
-
Sets custom log prefix supplier
- setProxyHost(String) - Method in class com.alee.managers.proxy.ProxySettings
-
Sets proxy host.
- setProxyLogin(String) - Method in class com.alee.managers.proxy.ProxySettings
-
Sets proxy login.
- setProxyPassword(String) - Method in class com.alee.managers.proxy.ProxySettings
-
Sets proxy password.
- setProxyPort(String) - Method in class com.alee.managers.proxy.ProxySettings
-
Sets proxy port.
- setProxySettings() - Static method in class com.alee.managers.proxy.ProxyManager
-
Installs saved or system proxy settings.
- setProxySettings(String, String) - Static method in class com.alee.managers.proxy.ProxyManager
-
Installs proxy settings with specified host and port.
- setProxySettings(String, String, String, String) - Static method in class com.alee.managers.proxy.ProxyManager
-
Installs proxy settings with specified host, port and proxy login and password.
- setProxySettings(ProxySettings) - Static method in class com.alee.managers.proxy.ProxyManager
-
Installs proxy settings with specified host, port and proxy login and password.
- setProxySettings(ProxySettings, boolean) - Static method in class com.alee.managers.proxy.ProxyManager
-
Installs proxy settings with specified host, port and proxy login and password.
- setQuality(int) - Method in class com.alee.graphics.image.gif.GifEncoder
-
Sets quality of color quantization (conversion of images to the maximum 256 colors allowed by
the GIF specification).
- setRadius(int) - Method in class com.alee.graphics.filters.BoxBlurFilter
-
- setRadius(float) - Method in class com.alee.graphics.filters.GaussianFilter
-
Set the radius of the kernel, and hence the amount of blur.
- setRadius(float) - Method in class com.alee.graphics.filters.ShadowFilter
-
Set the radius of the kernel, and hence the amount of blur.
- setRaysOnly(boolean) - Method in class com.alee.graphics.filters.RaysFilter
-
- setReadState(ReadState) - Method in class com.alee.managers.settings.SettingsGroupState
-
Sets SettingsGroup read state.
- setRecords(List<Record>) - Method in class com.alee.managers.language.data.Dictionary
-
- setRepaintListener(RepaintListener) - Method in class com.alee.graphics.image.gif.GifIcon
-
- setRepeat(int) - Method in class com.alee.graphics.image.gif.GifEncoder
-
Sets the number of times the set of GIF frames should be played.
- setRepeats(boolean) - Method in class com.alee.utils.swing.WebTimer
-
Sets whether timer should repeat its cycles or not.
- setResources(List<ResourceFile>) - Method in class com.alee.utils.xml.ResourceList
-
- setRGB(BufferedImage, int, int, int, int, int[]) - Method in class com.alee.graphics.filters.AbstractBufferedImageOp
-
A convenience method for setting ARGB pixels in an image.
- setRoot(JarEntry) - Method in class com.alee.utils.reflection.JarStructure
-
- setRotation(float) - Method in class com.alee.graphics.filters.MotionBlurOp
-
- setSafeMethodsLoggingEnabled(boolean) - Static method in class com.alee.utils.ReflectUtils
-
Sets whether should allow safe methods to log errors or not.
- setSaveDefaultValues(boolean) - Static method in class com.alee.managers.settings.SettingsManager
-
Sets whether should save provided default value in "get" calls or not.
- setSaveLoggingEnabled(boolean) - Static method in class com.alee.managers.settings.SettingsManager
-
Sets whether settings save log is enabled or not.
- setSaveOnChange(boolean) - Static method in class com.alee.managers.settings.SettingsManager
-
Sets whether should save settings right after any changes made or not.
- setSaveOnChangeDelay(long) - Static method in class com.alee.managers.settings.SettingsManager
-
Sets save-on-change delay in milliseconds.
- setSettings(Map<String, Object>) - Method in class com.alee.managers.settings.SettingsGroup
-
Sets settings map.
- setSettings(String, Object) - Static method in class com.alee.managers.settings.SettingsManager
-
Sets and saves value into settings file with the specified name.
- setSettingsFilesExtension(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Sets settings files extension
- setShadowColor(int) - Method in class com.alee.graphics.filters.ShadowFilter
-
- setShadowOnly(boolean) - Method in class com.alee.graphics.filters.ShadowFilter
-
- setSize(int, int) - Method in class com.alee.graphics.image.gif.GifEncoder
-
Sets the GIF frame size.
- setSize(String) - Method in class com.alee.utils.file.FileDescription
-
Sets file size.
- setSource(String) - Method in class com.alee.utils.xml.ResourceFile
-
- setState(String) - Method in class com.alee.managers.language.data.Text
-
- setStates(Map<String, ResourceFile>) - Method in class com.alee.utils.xml.ResourceMap
-
- setStatus(PluginStatus) - Method in class com.alee.managers.plugin.data.DetectedPlugin
-
Sets plugin status.
- setStrength(float) - Method in class com.alee.graphics.filters.RaysFilter
-
- setStructure(JarStructure) - Method in class com.alee.utils.reflection.JarEntry
-
- setSubdictionaries(List<Dictionary>) - Method in class com.alee.managers.language.data.Dictionary
-
- setSupportedLanguages(Collection<String>) - Static method in class com.alee.managers.language.LanguageManager
-
Sets supported languages.
- setSupportedLanguages(String...) - Static method in class com.alee.managers.language.LanguageManager
-
Sets supported languages.
- setSystemProxyConfirmationSupport(SystemProxyConfirmationSupport) - Static method in class com.alee.managers.proxy.ProxyManager
-
Sets system proxy settings confirmation dialog support.
- setSystemProxySettings() - Static method in class com.alee.managers.proxy.ProxyManager
-
Installs system proxy settings.
- setText(String) - Method in class com.alee.managers.language.data.Text
-
- setText(String) - Method in class com.alee.managers.language.data.Tooltip
-
- setTexts(List<Text>) - Method in class com.alee.managers.language.data.Value
-
- setThreshold(float) - Method in class com.alee.graphics.filters.RaysFilter
-
- setThrowExceptions(boolean) - Static method in class com.alee.managers.settings.ComponentSettingsManager
-
Sets whether throw exceptions on inappropriate actions or not.
- SETTINGS_GROUP - Static variable in class com.alee.managers.proxy.ProxyManager
-
Settings group key for proxy settings.
- settingsChanged(String, String, Object) - Method in interface com.alee.managers.settings.SettingsListener
-
Called when settings with the specified group and key is changed.
- SettingsConverter - Class in com.alee.managers.settings
-
Custom XStream converter for SettingsManager groups.
- SettingsConverter(Mapper, ReflectionProvider) - Constructor for class com.alee.managers.settings.SettingsConverter
-
Constructs SettingsConverter with the specified mapper and reflection provider.
- settingsExists(String) - Static method in class com.alee.managers.settings.SettingsManager
-
Returns whether settings file with the specified name exists or not.
- SettingsGroup - Class in com.alee.managers.settings
-
Settings group data class.
- SettingsGroup() - Constructor for class com.alee.managers.settings.SettingsGroup
-
Constructs unnamed SettingsGroup.
- SettingsGroup(String) - Constructor for class com.alee.managers.settings.SettingsGroup
-
Constructs SettingsGroup with the specified name.
- SettingsGroup(String, String) - Constructor for class com.alee.managers.settings.SettingsGroup
-
Constructs SettingsGroup with the specified name.
- SettingsGroupState - Class in com.alee.managers.settings
-
This class contains information about single SettingsGroup read state.
- SettingsGroupState() - Constructor for class com.alee.managers.settings.SettingsGroupState
-
Constructs none SettingsGroupState.
- SettingsGroupState(ReadState) - Constructor for class com.alee.managers.settings.SettingsGroupState
-
Constructs SettingsGroupState with the specified read state.
- SettingsGroupState(ReadState, Throwable) - Constructor for class com.alee.managers.settings.SettingsGroupState
-
Constructs SettingsGroupState with the specified read state and occurred error.
- SettingsListener - Interface in com.alee.managers.settings
-
Settings change listener interface.
- SettingsManager - Class in com.alee.managers.settings
-
This manager allows you to quickly and easily save any serializable data into settings files using simple XML format.
- SettingsManager() - Constructor for class com.alee.managers.settings.SettingsManager
-
- SettingsMethods - Interface in com.alee.managers.settings
-
This interface provides a set of methods that should be added into components which are supported by SettingsManager.
- SettingsProcessor<C extends javax.swing.JComponent,V extends java.io.Serializable> - Class in com.alee.managers.settings
-
This abstract class represents core component settings tracking functionality.
- SettingsProcessor(JComponent, String, String, Object, boolean, boolean) - Constructor for class com.alee.managers.settings.SettingsProcessor
-
Constructs SettingsProcessor using the specified data.
- SettingsProcessor(SettingsProcessorData) - Constructor for class com.alee.managers.settings.SettingsProcessor
-
Constructs SettingsProcessor using the specified SettingsProcessorData.
- settingsProcessorClasses - Static variable in class com.alee.managers.settings.ComponentSettingsManager
-
Registered settings processor classes.
- SettingsProcessorData - Class in com.alee.managers.settings
-
Base data class for any SettingsProcessor.
- SettingsProcessorData() - Constructor for class com.alee.managers.settings.SettingsProcessorData
-
Constructs empty SettingsProcessorData.
- SettingsProcessorData(JComponent, String, String, Object, boolean, boolean) - Constructor for class com.alee.managers.settings.SettingsProcessorData
-
Constructs SettingsProcessorData with the specified data.
- settingsProcessors - Static variable in class com.alee.managers.settings.ComponentSettingsManager
-
Registered component settings processors.
- setTitle(String) - Method in class com.alee.managers.language.data.LanguageInfo
-
- setTitle(String) - Method in class com.alee.managers.plugin.data.PluginInformation
-
Sets plugin title.
- setTitle(String) - Method in class com.alee.managers.plugin.data.PluginLibrary
-
Sets plugin library title.
- setTooltipLanguageSupport(TooltipLanguageSupport) - Static method in class com.alee.managers.language.LanguageManager
-
Sets tooltip language support.
- setTooltips(List<Tooltip>) - Method in class com.alee.managers.language.data.Value
-
- setTransparent(Color) - Method in class com.alee.graphics.image.gif.GifEncoder
-
Sets the transparent color for the last added frame and any subsequent frames.
- setType(TooltipType) - Method in class com.alee.managers.language.data.Tooltip
-
- setType(String) - Method in class com.alee.managers.plugin.data.PluginInformation
-
Sets custom plugin type.
- setType(JarEntryType) - Method in class com.alee.utils.reflection.JarEntry
-
- setTypes(String) - Method in class com.alee.managers.plugin.data.PluginInformation
-
Sets custom plugin types.
- setTypes(List<String>) - Method in class com.alee.managers.plugin.data.PluginInformation
-
Sets custom plugin types.
- setupAlphaComposite(Graphics2D, Float) - Static method in class com.alee.utils.GraphicsUtils
-
Setting AlphaComposite by taking old AlphaComposite settings into account
- setupAlphaComposite(Graphics2D, Float, boolean) - Static method in class com.alee.utils.GraphicsUtils
-
- setupAlphaComposite(Graphics2D, Composite, Float) - Static method in class com.alee.utils.GraphicsUtils
-
- setupAlphaComposite(Graphics2D, Composite, Float, boolean) - Static method in class com.alee.utils.GraphicsUtils
-
- setupAntialias(Graphics) - Static method in class com.alee.utils.GraphicsUtils
-
Setting antialias on
- setupAntialias(Graphics2D) - Static method in class com.alee.utils.GraphicsUtils
-
- setupClip(Graphics2D, Shape) - Static method in class com.alee.utils.GraphicsUtils
-
Setting new clip shape
- setupClip(Graphics2D, Shape, boolean) - Static method in class com.alee.utils.GraphicsUtils
-
- setupClip(Graphics2D, int, int, int, int) - Static method in class com.alee.utils.GraphicsUtils
-
- setupClip(Graphics2D, int, int, int, int, boolean) - Static method in class com.alee.utils.GraphicsUtils
-
- setUpdateLocale(boolean) - Static method in class com.alee.managers.language.LanguageManager
-
Sets whether or not locale should be updated along with adjustment of the language
- setupFont(Graphics, Font) - Static method in class com.alee.utils.GraphicsUtils
-
Setting font
- setupImageQuality(Graphics) - Static method in class com.alee.utils.GraphicsUtils
-
Setting image quality on
- setupImageQuality(Graphics2D) - Static method in class com.alee.utils.GraphicsUtils
-
- setupPaint(Graphics2D, Paint) - Static method in class com.alee.utils.GraphicsUtils
-
Setting new paint
- setupPaint(Graphics2D, Paint, boolean) - Static method in class com.alee.utils.GraphicsUtils
-
- setupProxy(URLConnection) - Static method in class com.alee.managers.proxy.ProxyManager
-
Installs current proxy settings to URL connection.
- setupStroke(Graphics2D, Stroke) - Static method in class com.alee.utils.GraphicsUtils
-
Setting new stroke
- setupStroke(Graphics2D, Stroke, boolean) - Static method in class com.alee.utils.GraphicsUtils
-
- setupSystemTextHints(Graphics) - Static method in class com.alee.utils.GraphicsUtils
-
- setupSystemTextHints(Graphics2D) - Static method in class com.alee.utils.GraphicsUtils
-
- setupTooltip(Component, Value) - Method in class com.alee.managers.language.SwingTooltipLanguageSupport
-
- setupTooltip(Component, Value) - Method in interface com.alee.managers.language.TooltipLanguageSupport
-
Called when component tooltip update is required.
- setUseComponentNames(boolean) - Method in class com.alee.managers.language.updaters.JTabbedPaneLU
-
Sets whether should use tab component name to determine tab translation key or not.
- setUseDaemonThread(boolean) - Method in class com.alee.utils.swing.WebTimer
-
Returns whether should use daemon thread instead of user one or not.
- setUseEventDispatchThread(boolean) - Method in class com.alee.utils.swing.WebTimer
-
Sets whether actions should be fired from Event Dispatch Thread or not.
- setUseProxy(boolean) - Method in class com.alee.managers.proxy.ProxySettings
-
Sets whether should use proxy settings or not.
- setUseProxyAuthentification(boolean) - Method in class com.alee.managers.proxy.ProxySettings
-
Sets whether proxy requires authentification or not.
- setValue(V) - Method in class com.alee.utils.general.Pair
-
Sets the value for this pair.
- setValues(List<Value>) - Method in class com.alee.managers.language.data.Record
-
- setVersion(PluginVersion) - Method in class com.alee.managers.plugin.data.PluginInformation
-
Sets plugin version.
- setVersion(String) - Method in class com.alee.managers.plugin.data.PluginLibrary
-
Sets plugin library version.
- setVRadius(int) - Method in class com.alee.graphics.filters.BoxBlurFilter
-
- setWay(TooltipWay) - Method in class com.alee.managers.language.data.Tooltip
-
- setX1(int) - Method in class com.alee.graphics.data.Line
-
Sets first X coordinate.
- setX2(int) - Method in class com.alee.graphics.data.Line
-
Sets second X coordinate.
- setY1(int) - Method in class com.alee.graphics.data.Line
-
Sets first Y coordinate.
- setY2(int) - Method in class com.alee.graphics.data.Line
-
Sets second Y coordinate.
- setZipEntry(ZipEntry) - Method in class com.alee.utils.reflection.JarEntry
-
- setZoom(float) - Method in class com.alee.graphics.filters.MotionBlurOp
-
- shadeType - Static variable in class com.alee.global.StyleConstants
-
Components shade painting style.
- ShadeType - Enum in com.alee.utils.laf
-
Component shade types.
- ShadowFilter - Class in com.alee.graphics.filters
-
A filter which draws a drop shadow based on the alpha channel of the image.
- ShadowFilter() - Constructor for class com.alee.graphics.filters.ShadowFilter
-
- ShadowFilter(float, float, float, float) - Constructor for class com.alee.graphics.filters.ShadowFilter
-
- ShapeStroke - Class in com.alee.graphics.strokes
-
- ShapeStroke() - Constructor for class com.alee.graphics.strokes.ShapeStroke
-
- ShapeStroke(Shape, float) - Constructor for class com.alee.graphics.strokes.ShapeStroke
-
- ShapeStroke(Shape[], float) - Constructor for class com.alee.graphics.strokes.ShapeStroke
-
- ShapeUtils - Class in com.alee.utils
-
This utility class can be used to implement shape caching withing any painter or component.
- ShapeUtils() - Constructor for class com.alee.utils.ShapeUtils
-
- shareOnFb(String) - Static method in class com.alee.utils.WebUtils
-
Opens system default web-browser with Facebook share page.
- shareOnTwitter(String) - Static method in class com.alee.utils.WebUtils
-
Opens system default web-browser with Twitter share page.
- shareOnVk(String) - Static method in class com.alee.utils.WebUtils
-
Opens system default web-browser with VKontakte share page.
- SHORT_TIMEOUT - Static variable in class com.alee.global.GlobalConstants
-
Timeout delays.
- shortenText(String, int, boolean) - Static method in class com.alee.utils.TextUtils
-
Returns shortened text.
- shortenTextEnd(String, int, boolean) - Static method in class com.alee.utils.TextUtils
-
Returns shortened text.
- shouldContinue(int, int) - Method in class com.alee.utils.swing.WebTimer
-
Returns whether thread with specified ID should continue execution or not.
- shouldStopDownload() - Method in interface com.alee.utils.file.FileDownloadListener
-
Returns whether download operation should stop or not.
- shouldUseSystemProxy() - Method in interface com.alee.managers.proxy.SystemProxyConfirmationSupport
-
Returns whether should use system proxy or not.
- shouldWriteDelay(Tooltip) - Static method in class com.alee.managers.language.data.TooltipConverter
-
- shouldWriteType(Tooltip) - Static method in class com.alee.managers.language.data.TooltipConverter
-
- shouldWriteWay(Tooltip) - Static method in class com.alee.managers.language.data.TooltipConverter
-
- showPassedNanoTime() - Static method in class com.alee.utils.TimeUtils
-
Writes nanotime passed since either last pin request or last nanotime request to log.
- showPassedNanoTime(String) - Static method in class com.alee.utils.TimeUtils
-
Writes nanotime passed since either last pin request or last nanotime request to log with specified prefix.
- showPassedNanoTime(boolean) - Static method in class com.alee.utils.TimeUtils
-
Writes nanotime passed since either last pin request or last nanotime request if total is false to log.
- showPassedNanoTime(boolean, String) - Static method in class com.alee.utils.TimeUtils
-
Writes nanotime passed since either last pin request or last nanotime request if total is false to log with specified prefix.
- showPassedTime() - Static method in class com.alee.utils.TimeUtils
-
Writes time passed since either last pin request or last time request to log.
- showPassedTime(String) - Static method in class com.alee.utils.TimeUtils
-
Writes time passed since either last pin request or last time request to log with specified prefix.
- showPassedTime(boolean) - Static method in class com.alee.utils.TimeUtils
-
Writes time passed since either last pin request or last time request if total is false to log.
- showPassedTime(boolean, String) - Static method in class com.alee.utils.TimeUtils
-
Writes time passed since either last pin request or last time request if total is false to log with specified prefix.
- SILHOUETTE - Static variable in class com.alee.graphics.filters.MiscComposite
-
- SimpleArrayConverter - Class in com.alee.utils.xml
-
Custom converter for arrays with simple values.
- SimpleArrayConverter(Mapper) - Constructor for class com.alee.utils.xml.SimpleArrayConverter
-
Constructs new converter.
- SimpleTextProvider - Class in com.alee.utils.text
-
Simple text provider for any type of objects.
- SimpleTextProvider() - Constructor for class com.alee.utils.text.SimpleTextProvider
-
- size() - Method in class com.alee.managers.language.data.Dictionary
-
- size() - Method in class com.alee.managers.language.data.Record
-
- size() - Method in class com.alee.utils.collection.DoubleMap
-
- size() - Method in class com.alee.utils.collection.ValuesTable
-
Returns ValuesTable size.
- size() - Method in class com.alee.utils.map.SoftHashMap
-
- size() - Method in class com.alee.utils.swing.LazyActionMap
-
- sizeDetermined(int) - Method in interface com.alee.utils.file.FileDownloadListener
-
Called when remote file size retrieved.
- sizeDetermined(int) - Method in interface com.alee.utils.zip.UnzipListener
-
Notifies about zip file entries amount.
- sizeSet - Variable in class com.alee.graphics.image.gif.GifEncoder
-
- SizeType - Enum in com.alee.utils.swing
-
Represents various possible component size types.
- skip() - Method in class com.alee.graphics.image.gif.GifDecoder
-
Skips variable length blocks up to and including next zero length block.
- sleepSafely(long) - Static method in class com.alee.utils.ThreadUtils
-
Causes calling thread to sleep and ignores thrown InterruptedException.
- sleepStart - Variable in class com.alee.utils.swing.WebTimer
-
Last timer cycle start time.
- sleepTime - Variable in class com.alee.utils.swing.WebTimer
-
Last timer cycle delay time.
- smoothPulse(float, float, float, float, float) - Static method in class com.alee.graphics.filters.ImageMath
-
A smoothed pulse function.
- smoothStep(float, float, float) - Static method in class com.alee.graphics.filters.ImageMath
-
A smoothed step function.
- SOFT_LIGHT - Static variable in class com.alee.graphics.filters.MiscComposite
-
- SoftHashMap<K,V> - Class in com.alee.utils.map
-
Map implementation that holds soft references its values.
- SoftHashMap() - Constructor for class com.alee.utils.map.SoftHashMap
-
- SOLARIS - Static variable in class com.alee.utils.SystemUtils
-
Solaris short name.
- sortFiles(List<File>) - Static method in class com.alee.utils.FileUtils
-
Returns sorted list of files.
- sortFiles(File[]) - Static method in class com.alee.utils.FileUtils
-
Returns sorted array of files.
- sortRecentlyDetectedPluginsByDependencies() - Method in class com.alee.managers.plugin.PluginManager
-
Tries to sort recently detected plugins list by known plugin dependencies.
- SortUtils - Class in com.alee.utils
-
This class provides a set of utilities to perform complex sorting operations.
- SortUtils() - Constructor for class com.alee.utils.SortUtils
-
- SPANISH - Static variable in interface com.alee.managers.language.LanguageConstants
-
Spanish language.
- spline(float, int, float[]) - Static method in class com.alee.graphics.filters.ImageMath
-
Compute a Catmull-Rom spline.
- spline(float, int, int[], int[]) - Static method in class com.alee.graphics.filters.ImageMath
-
Compute a Catmull-Rom spline, but with variable knot spacing.
- sqr(int) - Static method in class com.alee.utils.MathUtils
-
Returns square for specified integer number.
- sqr(float) - Static method in class com.alee.utils.MathUtils
-
Returns square for specified float number.
- sqrt(double) - Static method in class com.alee.utils.MathUtils
-
Returns rounded square root for the specified integer number.
- StarPolygon - Class in com.alee.graphics.shapes
-
- StarPolygon(int, int, int, int, int) - Constructor for class com.alee.graphics.shapes.StarPolygon
-
- StarPolygon(int, int, int, int, int, double) - Constructor for class com.alee.graphics.shapes.StarPolygon
-
- start(OutputStream) - Method in class com.alee.graphics.image.gif.GifEncoder
-
Initiates GIF file creation on the given stream.
- start(String) - Method in class com.alee.graphics.image.gif.GifEncoder
-
Initiates writing of a GIF file with the specified name.
- start() - Method in class com.alee.utils.swing.WebTimer
-
Starts timer execution.
- startAnimation() - Method in class com.alee.graphics.image.gif.GifIcon
-
- started - Variable in class com.alee.graphics.image.gif.GifEncoder
-
- startExec() - Method in class com.alee.utils.swing.WebTimer
-
Starts timer execution thread.
- STATUS_FORMAT_ERROR - Static variable in class com.alee.graphics.image.gif.GifDecoder
-
File read status: Error decoding file (may be partially decoded)
- STATUS_OK - Static variable in class com.alee.graphics.image.gif.GifDecoder
-
File read status: No errors.
- STATUS_OPEN_ERROR - Static variable in class com.alee.graphics.image.gif.GifDecoder
-
File read status: Unable to open source.
- STENCIL - Static variable in class com.alee.graphics.filters.MiscComposite
-
- step(float, float) - Static method in class com.alee.graphics.filters.ImageMath
-
The step function.
- stop() - Method in class com.alee.utils.swing.WebTimer
-
Stops timer execution.
- stopAnimation() - Method in class com.alee.graphics.image.gif.GifIcon
-
- stopExec() - Method in class com.alee.utils.swing.WebTimer
-
Stops timer execution.
- StrategyType - Enum in com.alee.managers.plugin.data
-
Plugin initialization strategy type.
- stringToFloatList(String, String) - Static method in class com.alee.utils.TextUtils
-
Returns a list of float parts split using specified separator.
- stringToIntList(String, String) - Static method in class com.alee.utils.TextUtils
-
Returns a list of integer parts split using specified separator.
- stringToList(String, String) - Static method in class com.alee.utils.TextUtils
-
Returns a list of text parts split using specified separator.
- StrokeConverter - Class in com.alee.utils.xml
-
Custom Stroke object converter.
- StrokeConverter() - Constructor for class com.alee.utils.xml.StrokeConverter
-
- strokeConverter - Static variable in class com.alee.utils.XmlUtils
-
- StrokeConverterSupport<T extends java.awt.Stroke> - Interface in com.alee.utils.xml
-
Simple interface for simple stroke XML conversion implementations.
- StyleConstants - Class in com.alee.global
-
Global styles class.
- StyleConstants() - Constructor for class com.alee.global.StyleConstants
-
- subdictionaries() - Method in class com.alee.managers.language.data.Dictionary
-
- subSeparator - Static variable in class com.alee.utils.xml.StrokeConverter
-
- SUBTRACT - Static variable in class com.alee.graphics.filters.MiscComposite
-
- SUBTRACT - Static variable in class com.alee.graphics.filters.PixelUtils
-
- subtractClip(Graphics, Shape) - Static method in class com.alee.utils.GraphicsUtils
-
- subtractClip(Graphics, Shape, boolean) - Static method in class com.alee.utils.GraphicsUtils
-
- supplemental(char, char) - Static method in class com.alee.utils.xml.XMLChar
-
Returns true the supplemental character corresponding to the given
surrogates.
- Supplier<T> - Interface in com.alee.api.jdk
-
Represents a supplier of results.
- supported - Static variable in class com.alee.utils.xml.StrokeConverter
-
Supported stroke types.
- supportedLanguages - Static variable in class com.alee.managers.language.LanguageManager
-
Predefined list of languages supported by WebLaF.
- supportedLanguagesLock - Static variable in class com.alee.managers.language.LanguageManager
-
Supported languages operations synchronization object.
- SwingFileFilterAdapter - Class in com.alee.utils.filefilter
-
FileFilter adapter class.
- SwingFileFilterAdapter(FileFilter, ImageIcon) - Constructor for class com.alee.utils.filefilter.SwingFileFilterAdapter
-
Constructs new FileFilter adapter class.
- SwingLazyValue - Class in com.alee.utils.swing
-
SwingLazyValue is a copy of ProxyLazyValue that does not snapshot the AccessControlContext or use a doPrivileged to resolve the class
name.
- SwingLazyValue(String) - Constructor for class com.alee.utils.swing.SwingLazyValue
-
- SwingLazyValue(String, String) - Constructor for class com.alee.utils.swing.SwingLazyValue
-
- SwingLazyValue(String, Object[]) - Constructor for class com.alee.utils.swing.SwingLazyValue
-
- SwingLazyValue(String, String, Object[]) - Constructor for class com.alee.utils.swing.SwingLazyValue
-
- SwingMethods - Interface in com.alee.utils.swing
-
This interface is extended by all interfaces that provide custom methods for multiply Web-components.
- SwingTooltipLanguageSupport - Class in com.alee.managers.language
-
Swing tooltips language support.
- SwingTooltipLanguageSupport() - Constructor for class com.alee.managers.language.SwingTooltipLanguageSupport
-
- switchLanguage() - Static method in class com.alee.managers.language.LanguageManager
-
Switches current language to next language in supported languages list.
- SystemFileListener - Interface in com.alee.utils.file
-
This is a custom listener used to track single file in file system.
- systemProxyConfirmationSupport - Static variable in class com.alee.managers.proxy.ProxyManager
-
System proxy settings confirmation dialog support.
- SystemProxyConfirmationSupport - Interface in com.alee.managers.proxy
-
System proxy detection confirm dialog support.
- SystemUtils - Class in com.alee.utils
-
This class provides a set of utilities to retrieve various operating system information.
- SystemUtils() - Constructor for class com.alee.utils.SystemUtils
-