- 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.InsetsConverter
- 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.
- changeByDays(Calendar, int) - Static method in class com.alee.utils.TimeUtils
-
Changes calendar date by the specified days amount.
- checkLock - Variable in class com.alee.managers.plugin.PluginManager
-
Plugin checks lock object.
- checkPlugins() - Method in class com.alee.managers.plugin.PluginManager
-
Performs plugins search within the specified plugins directory.
- checkPlugins(boolean) - Method in class com.alee.managers.plugin.PluginManager
-
Performs plugins search within the specified plugins directory.
- checkPlugins(String) - Method in class com.alee.managers.plugin.PluginManager
-
Performs plugins search within the specified plugins directory.
- checkPlugins(String, boolean) - Method in class com.alee.managers.plugin.PluginManager
-
Performs plugins search within the specified plugins directory.
- 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
-
- classIcon - Static variable in class com.alee.utils.reflection.JarEntry
-
- 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
-
- 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(Collection<T>) - Static method in class com.alee.utils.CollectionUtils
-
Returns clone of the specified list.
- clone(T) - Static method in class com.alee.utils.ReflectUtils
-
Returns cloned object.
- cloneHashMap(HashMap<K, V>) - Static method in class com.alee.utils.MapUtils
-
Returns HashMap with cloned values.
- cloneLinkedHashMap(LinkedHashMap<K, V>) - Static method in class com.alee.utils.MapUtils
-
Returns LinkedHashMap with cloned values.
- cloneLinkedHashMap(DoubleMap<K, V>) - Static method in class com.alee.utils.MapUtils
-
Returns DoubleMap with cloned values.
- cloneMap(Map<K, V>) - Static method in class com.alee.utils.MapUtils
-
Returns Map with cloned values.
- cloneSafely(T) - Static method in class com.alee.utils.ReflectUtils
-
Returns cloned object.
- 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 class converter.
- ColorConverter() - Constructor for class com.alee.utils.xml.ColorConverter
-
- colorConverter - Static variable in class com.alee.utils.XmlUtils
-
Custom converters.
- coloredChooserIcon - Static variable in class com.alee.utils.ImageUtils
-
Creates color chooser icon
- Colormap - Interface in com.alee.graphics.filters
-
An interface for color maps.
- 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.
- 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.global - package com.alee.global
-
- com.alee.graphics.filters - package com.alee.graphics.filters
-
- com.alee.graphics.shapes - package com.alee.graphics.shapes
-
- com.alee.graphics.strokes - package com.alee.graphics.strokes
-
- com.alee.log - package com.alee.log
-
- 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.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.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.laf - package com.alee.utils.laf
-
- com.alee.utils.reflection - package com.alee.utils.reflection
-
- 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(Component, 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
-
- 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.
- 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
-
- compose(Raster, Raster, WritableRaster) - Method in class com.alee.graphics.filters.MiscCompositeContext
-
- CompositeStroke - Class in com.alee.graphics.strokes
-
User: mgarin Date: 13.06.11 Time: 15:46
- 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.
- 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(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.
- 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.
- containtsFile(List, File) - Static method in class com.alee.utils.FileUtils
-
Returns whether list of files or file paths contains the specified file or not.
- contentSpacing - Static variable in class com.alee.global.StyleConstants
-
- 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(T...) - Static method in class com.alee.utils.CollectionUtils
-
Returns data converted into 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.
- copyToClipboard(String) - Static method in class com.alee.utils.SystemUtils
-
Copies text to system clipboard.
- 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
-
- createDownArrowIcon(int) - Static method in class com.alee.utils.ImageUtils
-
- createDownArrowImage(int) - 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
-
- createImageShade(int, int, Shape, int, float) - Static method in class com.alee.utils.ImageUtils
-
Creating shade for specified shape
- createImageShade(int, int, Shape, int, float, Color) - Static method in class com.alee.utils.ImageUtils
-
- createInitializationStrategy() - Method in class com.alee.managers.plugin.Plugin
-
Creates and returns plugin initialization strategy.
- 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.
- createLeftArrowIcon(int) - Static method in class com.alee.utils.ImageUtils
-
- createLeftArrowImage(int) - Static method in class com.alee.utils.ImageUtils
-
- createNewClassLoader - Variable in class com.alee.managers.plugin.PluginManager
-
Whether should create new class loader for each loaded plugin or not.
- createPrettyImage(Image, int, int) - Static method in class com.alee.utils.ImageUtils
-
Creating bordered pretty image
- createPrettyImage(BufferedImage, int, int) - Static method in class com.alee.utils.ImageUtils
-
- 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
-
- createRightArrowIcon(int) - Static method in class com.alee.utils.ImageUtils
-
- createRightArrowImage(int) - Static method in class com.alee.utils.ImageUtils
-
- createSimpleDownArrowIcon(int) - Static method in class com.alee.utils.ImageUtils
-
- createSimpleDownArrowImage(int) - Static method in class com.alee.utils.ImageUtils
-
- createSimpleLeftArrowIcon(int) - Static method in class com.alee.utils.ImageUtils
-
- createSimpleLeftArrowImage(int) - Static method in class com.alee.utils.ImageUtils
-
- createSimpleRightArrowIcon(int) - Static method in class com.alee.utils.ImageUtils
-
- createSimpleRightArrowImage(int) - Static method in class com.alee.utils.ImageUtils
-
- createSimpleUpArrowIcon(int) - Static method in class com.alee.utils.ImageUtils
-
Arrow icons and images creation methods
- createSimpleUpArrowImage(int) - Static method in class com.alee.utils.ImageUtils
-
- 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
-
- createUpArrowIcon(int) - Static method in class com.alee.utils.ImageUtils
-
- createUpArrowImage(int) - 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.
- CustomFileFilter - Class in com.alee.utils.filefilter
-
Custom file filter class.
- CustomFileFilter(ImageIcon, String) - Constructor for class com.alee.utils.filefilter.CustomFileFilter
-
Constructs new custom file filter.
- 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.
- 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.
- DARK_ALPHA - Static variable in class com.alee.global.StyleConstants
-
- darkBackgroundColor - Static variable in class com.alee.global.StyleConstants
-
- darkBorderColor - Static variable in class com.alee.global.StyleConstants
-
- DARKEN - Static variable in class com.alee.graphics.filters.MiscComposite
-
- darkenImage(BufferedImage, float) - Static method in class com.alee.utils.ImageUtils
-
Darkens specified BufferedImage
- data - Variable in class com.alee.managers.settings.SettingsProcessor
-
Settings processor data.
- DataProvider<T> - Interface in com.alee.utils.swing
-
This interface provides a single method for data request of any type.
- DataRunnable<T> - Interface in com.alee.utils.swing
-
Custom runnable that recieves data of custom type into run method.
- DEBUG - Static variable in class com.alee.global.GlobalConstants
-
Debugging mode mark.
- debug(Object, String, Object...) - Static method in class com.alee.log.Log
-
Writes specified information message into log.
- DEBUG_FONT - Static variable in class com.alee.global.StyleConstants
-
Debug option.
- DEBUG_FORMAT - Static variable in class com.alee.global.StyleConstants
-
- decode(String) - Static method in class com.alee.utils.encryption.Base64
-
Decodes Base64 data into octects
- decodeUrl(String) - Static method in class com.alee.utils.WebUtils
-
Returns decoded url path.
- decorationRound - Static variable in class com.alee.global.StyleConstants
-
- decreaseByDay(Calendar) - Static method in class com.alee.utils.TimeUtils
-
Decreases calendar date by one day.
- decrypt(String) - Static method in class com.alee.utils.EncryptionUtils
-
Returns text decoded using base64 and decrypted through xor.
- DEFAULT - Static variable in class com.alee.managers.plugin.data.PluginVersion
-
Simple default v1.0.0 version.
- DEFAULT_FILTERS - Static variable in class com.alee.global.GlobalConstants
-
Default file filters.
- defaultCyclesLimit - Static variable in class com.alee.utils.swing.WebTimer
-
Default cycles number limit.
- defaultFilter - Variable in class com.alee.utils.filefilter.GroupedFileFilter
-
Default file filter used to display icon and description.
- DefaultLanguageUpdater<E extends java.awt.Component> - Class in com.alee.managers.language.updaters
-
This class prvides an additional set of methods to simplify language updaters usage.
- DefaultLanguageUpdater() - Constructor for class com.alee.managers.language.updaters.DefaultLanguageUpdater
-
- DefaultTextProvider - Class in com.alee.utils.text
-
Default simple text provider for any object type
- DefaultTextProvider() - Constructor for class com.alee.utils.text.DefaultTextProvider
-
- defaultTextRenderingHints - Static variable in class com.alee.global.StyleConstants
-
Default text rendering hints.
- defaultThreadName - Static variable in class com.alee.utils.swing.WebTimer
-
Default name for timer thread.
- DefaultValue - Interface in com.alee.managers.settings
-
This interface notifies that any implementing class is going to provide public static getDefaultValue method that will give you the
default class instance when called.
- delay - Variable in class com.alee.utils.swing.WebTimer
-
Delay between timer cycles in milliseconds.
- delay(String, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that doesn't repeat and has the specified delay and action listener.
- delay(long, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that doesn't repeat and has the specified delay and action listener.
- delay(String, String, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that doesn't repeat and has the specified delay and action listener.
- delay(String, long, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that doesn't repeat and has the specified delay and action listener.
- delay(String, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that doesn't repeat and has the specified delay and action listener.
- delay(long, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that doesn't repeat and has the specified delay and action listener.
- delay(String, String, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that doesn't repeat and has the specified delay and action listener.
- delay(String, long, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
-
Returns newly created and started timer that doesn't repeat and has the specified delay and action listener.
- DelayFormatException - Exception in com.alee.utils.swing
-
- DelayFormatException(Throwable) - Constructor for exception com.alee.utils.swing.DelayFormatException
-
- deleteFile(File) - Static method in class com.alee.utils.FileUtils
-
Deletes file or directory completely.
- deleteFiles(Object...) - Static method in class com.alee.utils.FileUtils
-
Deletes all specified files.
- deleteFiles(List) - Static method in class com.alee.utils.FileUtils
-
Deletes all specified files.
- description - Variable in class com.alee.utils.filefilter.CustomFileFilter
-
File filter description.
- destroy() - Method in class com.alee.managers.settings.SettingsProcessor
-
Destroys this SettingsProcessor.
- DetectedPlugin<T extends Plugin> - Class in com.alee.managers.plugin.data
-
Initial information gathered about existing plugin.
- DetectedPlugin(String, String, PluginInformation, ImageIcon) - Constructor for class com.alee.managers.plugin.data.DetectedPlugin
-
Constructs new information object about existing plugin.
- detectedPlugin - Variable in class com.alee.managers.plugin.Plugin
-
Detected plugin information.
- detectedPlugins - Variable in class com.alee.managers.plugin.PluginManager
-
Detected plugins list.
- DialogLU - Class in com.alee.managers.language.updaters
-
This class provides language default updates for Dialog component.
- DialogLU() - Constructor for class com.alee.managers.language.updaters.DialogLU
-
- dictionariesCleared() - Method in class com.alee.managers.language.LanguageAdapter
-
Notifies when dictionaries cleared.
- dictionariesCleared() - Method in interface com.alee.managers.language.LanguageListener
-
Notifies when dictionaries cleared.
- Dictionary - Class in com.alee.managers.language.data
-
- Dictionary() - Constructor for class com.alee.managers.language.data.Dictionary
-
- Dictionary(String) - Constructor for class com.alee.managers.language.data.Dictionary
-
- Dictionary(String, String) - Constructor for class com.alee.managers.language.data.Dictionary
-
- Dictionary(String, String, String) - Constructor for class com.alee.managers.language.data.Dictionary
-
- Dictionary(String, String, String, String) - Constructor for class com.alee.managers.language.data.Dictionary
-
- Dictionary(String, String, String, String, String) - Constructor for class com.alee.managers.language.data.Dictionary
-
- dictionaryAdded(Dictionary) - Method in class com.alee.managers.language.LanguageAdapter
-
Notifies when new dictionary added.
- dictionaryAdded(Dictionary) - Method in interface com.alee.managers.language.LanguageListener
-
Notifies when new dictionary added.
- dictionaryRemoved(Dictionary) - Method in class com.alee.managers.language.LanguageAdapter
-
Notifies when new dictionary removed.
- dictionaryRemoved(Dictionary) - Method in interface com.alee.managers.language.LanguageListener
-
Notifies when new dictionary removed.
- DIFFERENCE - Static variable in class com.alee.graphics.filters.MiscComposite
-
- DIFFERENCE - Static variable in class com.alee.graphics.filters.PixelUtils
-
- DIRECTORIES_FILTER - Static variable in class com.alee.global.GlobalConstants
-
- DirectoriesFilter - Class in com.alee.utils.filefilter
-
Custom file filter that accepts only directories.
- DirectoriesFilter() - Constructor for class com.alee.utils.filefilter.DirectoriesFilter
-
- disable() - Method in class com.alee.managers.plugin.Plugin
-
Disables plugin runtime actions.
- disableAntialias(Graphics) - Static method in class com.alee.utils.GraphicsUtils
-
- disableAntialias(Graphics2D) - Static method in class com.alee.utils.GraphicsUtils
-
- disabled() - Method in class com.alee.managers.plugin.Plugin
-
This method called when plugin is disabled.
- disabledBorderColor - Static variable in class com.alee.global.StyleConstants
-
- disabledIconsTransparency - Static variable in class com.alee.global.StyleConstants
-
Disabled component icons transparency.
- disabledInfoTextColor - Static variable in class com.alee.global.StyleConstants
-
- disabledTextColor - Static variable in class com.alee.global.StyleConstants
-
- disableSave() - Static method in class com.alee.managers.settings.SettingsManager
-
Disables saving settings into files.
- displayFileName(JTextComponent, File) - Static method in class com.alee.utils.FileUtils
-
Sets file name as text and selects its name part in any text component.
- dispose() - Method in class com.alee.graphics.filters.MiscCompositeContext
-
- DISSOLVE - Static variable in class com.alee.graphics.filters.PixelUtils
-
- doDestroy(AbstractButton) - Method in class com.alee.managers.settings.processors.AbstractButtonSettingsProcessor
-
Called when component is unregistered from ComponentSettingsManager.
- doDestroy(JComboBox) - Method in class com.alee.managers.settings.processors.JComboBoxSettingsProcessor
-
Called when component is unregistered from ComponentSettingsManager.
- doDestroy(JPasswordField) - Method in class com.alee.managers.settings.processors.JPasswordFieldSettingsProcessor
-
Called when component is unregistered from ComponentSettingsManager.
- doDestroy(JScrollBar) - Method in class com.alee.managers.settings.processors.JScrollBarSettingsProcessor
-
Called when component is unregistered from ComponentSettingsManager.
- doDestroy(JSlider) - Method in class com.alee.managers.settings.processors.JSliderSettingsProcessor
-
Called when component is unregistered from ComponentSettingsManager.
- doDestroy(JTabbedPane) - Method in class com.alee.managers.settings.processors.JTabbedPaneSettingsProcessor
-
Called when component is unregistered from ComponentSettingsManager.
- doDestroy(JTextComponent) - Method in class com.alee.managers.settings.processors.JTextComponentSettingsProcessor
-
Called when component is unregistered from ComponentSettingsManager.
- doDestroy(Window) - Method in class com.alee.managers.settings.processors.WindowSettingsProcessor
-
Called when component is unregistered from ComponentSettingsManager.
- doDestroy(C) - Method in class com.alee.managers.settings.SettingsProcessor
-
Called when component is unregistered from ComponentSettingsManager.
- DODGE - Static variable in class com.alee.graphics.filters.MiscComposite
-
- doInit(AbstractButton) - Method in class com.alee.managers.settings.processors.AbstractButtonSettingsProcessor
-
Called when a new component is registered in ComponentSettingsManager.
- doInit(JComboBox) - Method in class com.alee.managers.settings.processors.JComboBoxSettingsProcessor
-
Called when a new component is registered in ComponentSettingsManager.
- doInit(JPasswordField) - Method in class com.alee.managers.settings.processors.JPasswordFieldSettingsProcessor
-
Called when a new component is registered in ComponentSettingsManager.
- doInit(JScrollBar) - Method in class com.alee.managers.settings.processors.JScrollBarSettingsProcessor
-
Called when a new component is registered in ComponentSettingsManager.
- doInit(JSlider) - Method in class com.alee.managers.settings.processors.JSliderSettingsProcessor
-
Called when a new component is registered in ComponentSettingsManager.
- doInit(JTabbedPane) - Method in class com.alee.managers.settings.processors.JTabbedPaneSettingsProcessor
-
Called when a new component is registered in ComponentSettingsManager.
- doInit(JTextComponent) - Method in class com.alee.managers.settings.processors.JTextComponentSettingsProcessor
-
Called when a new component is registered in ComponentSettingsManager.
- doInit(Window) - Method in class com.alee.managers.settings.processors.WindowSettingsProcessor
-
Called when a new component is registered in ComponentSettingsManager.
- doInit(C) - Method in class com.alee.managers.settings.SettingsProcessor
-
Called when a new component is registered in ComponentSettingsManager.
- doLoad(AbstractButton) - Method in class com.alee.managers.settings.processors.AbstractButtonSettingsProcessor
-
Called on component settings load.
- doLoad(JComboBox) - Method in class com.alee.managers.settings.processors.JComboBoxSettingsProcessor
-
Called on component settings load.
- doLoad(JPasswordField) - Method in class com.alee.managers.settings.processors.JPasswordFieldSettingsProcessor
-
Called on component settings load.
- doLoad(JScrollBar) - Method in class com.alee.managers.settings.processors.JScrollBarSettingsProcessor
-
Called on component settings load.
- doLoad(JSlider) - Method in class com.alee.managers.settings.processors.JSliderSettingsProcessor
-
Called on component settings load.
- doLoad(JTabbedPane) - Method in class com.alee.managers.settings.processors.JTabbedPaneSettingsProcessor
-
Called on component settings load.
- doLoad(JTextComponent) - Method in class com.alee.managers.settings.processors.JTextComponentSettingsProcessor
-
Called on component settings load.
- doLoad(Window) - Method in class com.alee.managers.settings.processors.WindowSettingsProcessor
-
Called on component settings load.
- doLoad(C) - Method in class com.alee.managers.settings.SettingsProcessor
-
Called on component settings load.
- doSave(AbstractButton) - Method in class com.alee.managers.settings.processors.AbstractButtonSettingsProcessor
-
Called on component settings save.
- doSave(JComboBox) - Method in class com.alee.managers.settings.processors.JComboBoxSettingsProcessor
-
Called on component settings save.
- doSave(JPasswordField) - Method in class com.alee.managers.settings.processors.JPasswordFieldSettingsProcessor
-
Called on component settings save.
- doSave(JScrollBar) - Method in class com.alee.managers.settings.processors.JScrollBarSettingsProcessor
-
Called on component settings save.
- doSave(JSlider) - Method in class com.alee.managers.settings.processors.JSliderSettingsProcessor
-
Called on component settings save.
- doSave(JTabbedPane) - Method in class com.alee.managers.settings.processors.JTabbedPaneSettingsProcessor
-
Called on component settings save.
- doSave(JTextComponent) - Method in class com.alee.managers.settings.processors.JTextComponentSettingsProcessor
-
Called on component settings save.
- doSave(Window) - Method in class com.alee.managers.settings.processors.WindowSettingsProcessor
-
Called on component settings save.
- doSave(C) - Method in class com.alee.managers.settings.SettingsProcessor
-
Called on component settings save.
- DoubleMap<K,V> - Class in com.alee.utils.collection
-
- DoubleMap() - Constructor for class com.alee.utils.collection.DoubleMap
-
- DoubleMap(int) - Constructor for class com.alee.utils.collection.DoubleMap
-
- DoubleMap(Map<K, V>) - Constructor for class com.alee.utils.collection.DoubleMap
-
- downloadFile(String, File) - Static method in class com.alee.utils.FileUtils
-
Downloads file from the specified url to destination file and returns it if download succeed or null if not.
- downloadFile(String, File, FileDownloadListener) - Static method in class com.alee.utils.FileUtils
-
Downloads file from the specified url to destination file and returns it if download succeed or null if not.
- downloadFile(String, String, boolean, String, int) - Static method in class com.alee.utils.FileUtils
-
Downloads file from the specified url to destination file and returns it if download succeed or null if not.
- downloadFile(String, String, boolean, String, int, FileDownloadListener) - Static method in class com.alee.utils.FileUtils
-
Downloads file from the specified url to destination file and returns it if download succeed or null if not.
- downloadFile(String, File, boolean, String, int) - Static method in class com.alee.utils.FileUtils
-
Downloads file from the specified url to destination file and returns it if download succeed or null if not.
- downloadFile(String, File, boolean, String, int, FileDownloadListener) - Static method in class com.alee.utils.FileUtils
-
Downloads file from the specified url to destination file and returns it if download succeed or null if not.
- DragUtils - Class in com.alee.utils
-
This class provides a set of utilities to simplify work with swing drag and drop.
- DragUtils() - Constructor for class com.alee.utils.DragUtils
-
- drawBorder - Static variable in class com.alee.global.StyleConstants
-
Components border settings.
- drawFocus - Static variable in class com.alee.global.StyleConstants
-
Components focus settings.
- drawShade - Static variable in class com.alee.global.StyleConstants
-
- drawShade(Graphics2D, Shape, Color, int) - Static method in class com.alee.utils.GraphicsUtils
-
Draws web styled shade using specified shape
- drawShade(Graphics2D, Shape, ShadeType, Color, int) - Static method in class com.alee.utils.GraphicsUtils
-
- drawShade(Graphics2D, Shape, Color, int, Shape) - Static method in class com.alee.utils.GraphicsUtils
-
- drawShade(Graphics2D, Shape, ShadeType, Color, int, Shape) - Static method in class com.alee.utils.GraphicsUtils
-
- drawShade(Graphics2D, Shape, Color, int, boolean) - Static method in class com.alee.utils.GraphicsUtils
-
- drawShade(Graphics2D, Shape, ShadeType, Color, int, boolean) - Static method in class com.alee.utils.GraphicsUtils
-
- drawShade(Graphics2D, Shape, Color, int, Shape, boolean) - Static method in class com.alee.utils.GraphicsUtils
-
- drawShade(Graphics2D, Shape, ShadeType, Color, int, Shape, boolean) - Static method in class com.alee.utils.GraphicsUtils
-
- DROP_TEXT - Static variable in class com.alee.managers.language.updaters.DefaultLanguageUpdater
-
- DST_IN - Static variable in class com.alee.graphics.filters.PixelUtils
-
- gain(float, float) - Static method in class com.alee.graphics.filters.ImageMath
-
A variant of the gamma function.
- 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.
- 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(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(Component, 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(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 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.
- 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.
- getAddMargins() - Method in class com.alee.graphics.filters.ShadowFilter
-
- 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(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.
- 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.
- 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
-
- getChilds() - Method in class com.alee.utils.reflection.JarEntry
-
- 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(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
-
Returns class which instance should be updated using this LanguageUpdater.
- getComponentClass() - Method in interface com.alee.managers.language.updaters.LanguageUpdater
-
Returns class which instance should be updated using this LanguageUpdater.
- getComponentKey(Component) - 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
-
- 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 exection.
- getCycleTimePassed() - Method in class com.alee.utils.swing.WebTimer
-
Returns time passed in milliseconds since curent cycle start.
- getData() - Method in class com.alee.managers.settings.SettingsProcessor
-
Returns SettingsProcessorData.
- 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
-
Returns component default value.
- getDefaultValue() - Method in class com.alee.managers.settings.processors.JComboBoxSettingsProcessor
-
Returns component default value.
- getDefaultValue() - Method in class com.alee.managers.settings.processors.JPasswordFieldSettingsProcessor
-
Returns component default value.
- getDefaultValue() - Method in class com.alee.managers.settings.processors.JScrollBarSettingsProcessor
-
Returns component default value.
- getDefaultValue() - Method in class com.alee.managers.settings.processors.JSliderSettingsProcessor
-
Returns component default value.
- getDefaultValue() - Method in class com.alee.managers.settings.processors.JTextComponentSettingsProcessor
-
Returns component default value.
- 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() - 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.
- 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.AllFilesFilter
-
Returns short file filter description.
- getDescription() - Method in class com.alee.utils.filefilter.CustomFileFilter
-
Returns short file filter description.
- getDescription() - Method in class com.alee.utils.filefilter.DirectoriesFilter
-
Returns short file filter description.
- getDescription() - Method in class com.alee.utils.filefilter.FilesFilter
-
Returns short file filter description.
- getDescription() - Method in class com.alee.utils.filefilter.GroupedFileFilter
-
Returns short file filter description.
- getDescription() - Method in class com.alee.utils.filefilter.ImageFilesFilter
-
Returns short file filter description.
- getDescription() - Method in class com.alee.utils.filefilter.NonHiddenFilter
-
Returns short file filter description.
- getDetectedPlugin() - Method in class com.alee.managers.plugin.Plugin
-
Returns additional information about this plugin.
- 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.
- 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, ImageIcon) - Static method in class com.alee.utils.ImageUtils
-
- getDiskRoots() - Static method in class com.alee.utils.FileUtils
-
Returns array of available system disks.
- 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
-
- 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 occured 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 methor by popular method naming pattern.
- getFieldGetter(Class, String) - Static method in class com.alee.utils.ReflectUtils
-
Returns field getter methor by popular method naming pattern.
- getFieldImpl(Class, String) - Static method in class com.alee.utils.ReflectUtils
-
Returns specified class field.
- 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.
- 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(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.
- 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.
- 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.
- 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.
- getGroupFileLocation(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.
- 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 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.AllFilesFilter
-
Returns file filter icon.
- getIcon() - Method in class com.alee.utils.filefilter.CustomFileFilter
-
Returns file filter icon.
- getIcon() - Method in class com.alee.utils.filefilter.DirectoriesFilter
-
Returns file filter icon.
- getIcon() - Method in class com.alee.utils.filefilter.FilesFilter
-
Returns file filter icon.
- getIcon() - Method in class com.alee.utils.filefilter.GroupedFileFilter
-
Returns file filter icon.
- getIcon() - Method in class com.alee.utils.filefilter.ImageFilesFilter
-
Returns file filter icon.
- getIcon() - Method in class com.alee.utils.filefilter.NonHiddenFilter
-
Returns file filter icon.
- getIcon() - Method in class com.alee.utils.reflection.JarEntry
-
- 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.
- 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 transparency.
- 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
-
- 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
-
- 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 improrted 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.
- getInnerClass(Class, String) - Static method in class com.alee.utils.ReflectUtils
-
Returns inner class with the specified name.
- 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.
- 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(Component) - 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
-
- 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.
- 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.
- 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.
- getMethodImpl(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.
- 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(Component, 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.
- 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
-
- 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(Component, String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns non-null component language value.
- getNotNullValue(Component, 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
-
- 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
-
- 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.
- 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.
- getPlainText(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.
- getPluginFile() - 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.
- getPluginInformation() - Method in class com.alee.managers.plugin.Plugin
-
Returns information about this plugin.
- 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
-
- getPrefix() - Method in class com.alee.managers.language.data.Dictionary
-
- 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
-
- getProxyLogin() - Method in class com.alee.managers.proxy.ProxySettings
-
- getProxyPassword() - Method in class com.alee.managers.proxy.ProxySettings
-
- getProxyPort() - Method in class com.alee.managers.proxy.ProxySettings
-
- getProxyPortInt() - Method in class com.alee.managers.proxy.ProxySettings
-
- 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
-
- 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
-
- 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.
- 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.ShapeCache
-
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
-
- getStandartFileIcon(File, boolean) - Static method in class com.alee.utils.FileUtils
-
Returns either large or small file icon from a standard icons set.
- getStandartFileIcon(File, boolean, boolean) - Static method in class com.alee.utils.FileUtils
-
Returns either large or small file icon from a standard icons set.
- getStandartFileIcon(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.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
-
- 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.
- 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.
- 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 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.
- 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
-
- 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
-
- 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.
- getUriListDataFlavor() - Static method in class com.alee.utils.DragUtils
-
Returns URI list data flavor.
- 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(Component, String) - Static method in class com.alee.managers.language.LanguageManager
-
Returns component language value.
- getValue(Component, 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.
- 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.
- 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.
- 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.
- 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.
- getXCoordinates(int, int, int, int, int, double) - Static method in class com.alee.graphics.shapes.StarPolygon
-
- getXOffset() - Method in class com.alee.graphics.filters.ShadowFilter
-
- getXStream() - Static method in class com.alee.utils.XmlUtils
-
Returns global XStream instance configured with all required aliases and converters.
- getYCoordinates(int, int, int, int, int, double) - Static method in class com.alee.graphics.shapes.StarPolygon
-
- getYOffset() - Method in class com.alee.graphics.filters.ShadowFilter
-
- 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
-
- GlobalConstants - Class in com.alee.global
-
This class provides various global constants.
- GlobalConstants() - Constructor for class com.alee.global.GlobalConstants
-
- grantExecutePermissions(File) - Static method in class com.alee.utils.FileUtils
-
Grants file execution permission for all users for specified file.
- 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
-
- greenHighlight - Static variable in class com.alee.global.StyleConstants
-
- 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.
- guidelinesStroke - Static variable in class com.alee.global.StyleConstants
-
Nine-patch editor settings.
- ICON - Static variable in class com.alee.utils.filefilter.AllFilesFilter
-
Filter icon.
- icon - Variable in class com.alee.utils.filefilter.CustomFileFilter
-
File 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.
- 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
-
- IMAGE_CACHE_SEPARATOR - Static variable in class com.alee.utils.ImageUtils
-
Default 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
-
- 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
-
User: mgarin Date: 05.07.11 Time: 13:22
- ImageUtils() - Constructor for class com.alee.utils.ImageUtils
-
- increaseByDay(Calendar) - Static method in class com.alee.utils.TimeUtils
-
Increases calendar date by one day.
- indexOf(int, int[]) - Static method in class com.alee.utils.ArrayUtils
-
Returns index of specified int 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.
- info(Object, String, Object...) - Static method in class com.alee.log.Log
-
Writes specified information message into log.
- infoTextColor - Static variable in class com.alee.global.StyleConstants
-
- 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.log.Log
-
Initializes SettingsManager.
- initialize() - Static method in class com.alee.managers.language.LanguageManager
-
Initializes LanguageManager settings.
- 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.
- initializeManager() - Static method in class com.alee.managers.settings.ComponentSettingsManager
-
Initializes ComponentSettingsManager.
- initializePlugins() - Method in class com.alee.managers.plugin.PluginManager
-
Initializes detected earlier plugins.
- innerBorderColor - Static variable in class com.alee.global.StyleConstants
-
- innerShadeColor - Static variable in class com.alee.global.StyleConstants
-
- innerShadeWidth - Static variable in class com.alee.global.StyleConstants
-
- 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 class converter.
- InsetsConverter() - Constructor for class com.alee.utils.xml.InsetsConverter
-
- insetsConverter - Static variable in class com.alee.utils.XmlUtils
-
- 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.swing.WebTimer
-
Will invoke the specified action in EDT in case it is called from non-EDT thread.
- 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.
- 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(Component) - Static method in class com.alee.managers.settings.ComponentSettingsManager
-
Returns whether the specified component is supported or not.
- isComponentSupported(Class) - 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.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.
- isDisplayExceptions() - Static method in class com.alee.managers.settings.SettingsManager
-
Returns whether should display settings load and save error messages 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() - Method in class com.alee.utils.collection.DoubleMap
-
- 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.
- 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
-
- isImageContains(BufferedImage, int, int) - Static method in class com.alee.utils.ImageUtils
-
Checks if the specified image pixel is fully transparent
- 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 applicaton is running on java 6 version and above or not.
- isJava7orAbove() - Static method in class com.alee.utils.SystemUtils
-
Returns whether applicaton is running on java 7 version and above or not.
- isJava8orAbove() - Static method in class com.alee.utils.SystemUtils
-
Returns whether applicaton is running on java 8 version and above or not.
- isJavaVersion(double, int) - Static method in class com.alee.utils.SystemUtils
-
Returns whether applicaton 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 applicaton 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 exection 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.
- 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.
- isNewerThan(PluginVersion) - Method in class com.alee.managers.plugin.data.PluginVersion
-
Returns whether this plugin version is newer than the specified one or not.
- isNumLock() - Static method in class com.alee.utils.SystemUtils
-
Returns whether Num Lock is on 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.
- 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 childs 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(Component) - 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.
- 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.
- 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.
- isThrowExceptions() - Static method in class com.alee.managers.settings.ComponentSettingsManager
-
Returns whether exceptions are thrown on inappropriate actions or not.
- isUnix() - Static method in class com.alee.utils.SystemUtils
-
Returns whether current OS is unix or not.
- isUseComponentNames() - Method in class com.alee.managers.language.updaters.JTabbedPaneLU
-
Returns whether should use tab component name to determine tab translation key 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
-
- isUseProxyAuthentification() - Method in class com.alee.managers.proxy.ProxySettings
-
- 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.
- radius - Variable in class com.alee.graphics.filters.GaussianFilter
-
- 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
-
User: mgarin Date: 13.06.11 Time: 15:50
- 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
-
- 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(URL) - Static method in class com.alee.utils.FileUtils
-
Returns text content read from the file at the specified url.
- readToString(InputStream) - Static method in class com.alee.utils.FileUtils
-
Returns text content read from the input stream.
- readToString(File) - Static method in class com.alee.utils.FileUtils
-
Returns text content read from the specified file.
- readToString(Reader) - Static method in class com.alee.utils.FileUtils
-
Returns text content read from the specified reader.
- 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
-
- redHighlight - Static variable in class com.alee.global.StyleConstants
-
Highlight colors constants.
- 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(Component, 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(Component, SettingsProcessor) - Static method in class com.alee.managers.settings.ComponentSettingsManager
-
Registers component using the specified SettingsProcessor.
- registerComponent(Component, String) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers component for settings auto-save.
- registerComponent(Component, String, Class<T>) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers component for settings auto-save.
- registerComponent(Component, String, Object) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers component for settings auto-save.
- registerComponent(Component, String, String) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers component for settings auto-save.
- registerComponent(Component, String, String, Class<T>) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers component for settings auto-save.
- registerComponent(Component, String, String, Object) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers component for settings auto-save.
- registerComponent(Component, String, boolean, boolean) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers component for settings auto-save.
- registerComponent(Component, String, Class<T>, boolean, boolean) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers component for settings auto-save.
- registerComponent(Component, String, Object, boolean, boolean) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers component for settings auto-save.
- registerComponent(Component, String, String, Class<T>, boolean, boolean) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers component for settings auto-save.
- registerComponent(Component, String, String, Object, boolean, boolean) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers component for settings auto-save.
- registerComponent(Component, 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.
- 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(Component, 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, Class<T>) - Static method in class com.alee.managers.settings.ComponentSettingsManager
-
Registers specified settings processor class for the specified component type.
- registerSettingsProcessor(Class, Class<T>) - Static method in class com.alee.managers.settings.SettingsManager
-
Registers specified settings processor class for the specified component type.
- 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.
- removeActionListener(ActionListener) - Method in class com.alee.utils.swing.WebTimer
-
Removes an action listener.
- 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(Component) - 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.
- 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
-
- 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.
- 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.
- 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
-
- resample(int[], int[], int, int, int, float[]) - Static method in class com.alee.graphics.filters.ImageMath
-
An implementation of Fant's resampling algorithm.
- 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.
- 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
-
User: mgarin Date: 17.02.12 Time: 11:55
- 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
-
User: mgarin Date: 17.02.12 Time: 12:30
- ResourceList() - Constructor for class com.alee.utils.xml.ResourceList
-
- ResourceLocation - Enum in com.alee.utils.xml
-
User: mgarin Date: 17.02.12 Time: 11:56
- ResourceMap - Class in com.alee.utils.xml
-
User: mgarin Date: 17.02.12 Time: 12:25
- 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(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
-
- 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
-
- rolloverDarkBorderOnly - Static variable in class com.alee.global.StyleConstants
-
- rolloverDecoratedOnly - Static variable in class com.alee.global.StyleConstants
-
Components decoration settings.
- rolloverMenuBorderColor - Static variable in class com.alee.global.StyleConstants
-
- rolloverShadeOnly - Static variable in class com.alee.global.StyleConstants
-
Components shade settings.
- 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(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.
- 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(Component) - 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(Component) - 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.
- 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
-
- selectedTextColor - Static variable in class com.alee.global.StyleConstants
-
- SEPARATOR - Static variable in class com.alee.global.StyleConstants
-
System text separator.
- separatorColor - Static variable in class com.alee.global.StyleConstants
-
- separatorLightColor - Static variable in class com.alee.global.StyleConstants
-
- separatorLightUpperColor - Static variable in class com.alee.global.StyleConstants
-
Separator settings.
- separatorUpperColor - Static variable in class com.alee.global.StyleConstants
-
- 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
-
- 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.
- setCheckRecursively(boolean) - Method in class com.alee.managers.plugin.PluginManager
-
Sets whether plugins directory subfolders should be checked recursively or not.
- setChilds(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(Component) - 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.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(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.
- 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.CustomFileFilter
-
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.
- setDisplayExceptions(boolean) - Static method in class com.alee.managers.settings.SettingsManager
-
Sets whether should display settings load and save error messages or not.
- setDistance(float) - Method in class com.alee.graphics.filters.MotionBlurOp
-
- 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 occured 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.
- 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.
- setGroup(String) - Method in class com.alee.managers.settings.SettingsProcessorData
-
Sets component settings group.
- setGroupFileLocation(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.CustomFileFilter
-
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.
- 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
-
- 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
-
- 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.
- setMinor(int) - Method in class com.alee.managers.plugin.data.PluginVersion
-
Sets minor 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.
- setNonProxyHosts(String) - Method in class com.alee.managers.proxy.ProxySettings
-
- 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
-
- 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
-
- 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.
- 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.
- setPrefix(String) - Method in class com.alee.managers.language.data.Dictionary
-
- setProxyHost(String) - Method in class com.alee.managers.proxy.ProxySettings
-
- setProxyLogin(String) - Method in class com.alee.managers.proxy.ProxySettings
-
- setProxyPassword(String) - Method in class com.alee.managers.proxy.ProxySettings
-
- setProxyPort(String) - Method in class com.alee.managers.proxy.ProxySettings
-
- 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.
- 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(int) - 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
-
- 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
-
- setSaveDefaultValues(boolean) - Static method in class com.alee.managers.settings.SettingsManager
-
Sets whether should save provided default value in "get" calls 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(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
-
- 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 occured 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 java.awt.Component,V extends java.io.Serializable> - Class in com.alee.managers.settings
-
This abstract class represents core component settings tracking functionality.
- SettingsProcessor(Component, 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.
- 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(Component, String, String, Object, boolean, boolean) - Constructor for class com.alee.managers.settings.SettingsProcessorData
-
Constructs SettingsProcessorData with the specified data.
- 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
-
- 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
-
- 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
-
- 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
-
Called when component tooltip update is required.
- 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.
- 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
-
- setUseProxyAuthentification(boolean) - Method in class com.alee.managers.proxy.ProxySettings
-
- 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
-
- setXOffset(int) - Method in class com.alee.graphics.filters.ShadowFilter
-
- setYOffset(int) - Method in class com.alee.graphics.filters.ShadowFilter
-
- setZipEntry(ZipEntry) - Method in class com.alee.utils.reflection.JarEntry
-
- setZoom(float) - Method in class com.alee.graphics.filters.MotionBlurOp
-
- shadeColor - Static variable in class com.alee.global.StyleConstants
-
- shadeToggleIcon - Static variable in class com.alee.global.StyleConstants
-
Toggle icon transparency settings.
- shadeToggleIconTransparency - Static variable in class com.alee.global.StyleConstants
-
- shadeType - Static variable in class com.alee.global.StyleConstants
-
Components shade painting style.
- ShadeType - Enum in com.alee.utils.laf
-
Component shade types.
- shadeWidth - Static variable in class com.alee.global.StyleConstants
-
- 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(int, int, int, float) - Constructor for class com.alee.graphics.filters.ShadowFilter
-
- ShapeCache - Class in com.alee.utils
-
This utility class can be used to implement shape caching withing any painter or component.
- ShapeCache() - Constructor for class com.alee.utils.ShapeCache
-
- ShapeStroke - Class in com.alee.graphics.strokes
-
User: mgarin Date: 13.06.11 Time: 15:47
- 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
-
- 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.
- shineColor - Static variable in class com.alee.global.StyleConstants
-
- 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
-
- showDisabledShade - Static variable in class com.alee.global.StyleConstants
-
- showHiddenFiles - Static variable in class com.alee.global.StyleConstants
-
Show hidden files in choosers.
- 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
-
- simpleShadeTransparency - Static variable in class com.alee.global.StyleConstants
-
- 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.
- 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.
- 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.
- slightlyTransparent - Static variable in class com.alee.global.StyleConstants
-
- smallContentSpacing - Static variable in class com.alee.global.StyleConstants
-
- smallLeftRightSpacing - Static variable in class com.alee.global.StyleConstants
-
Components content spacing.
- smallRound - Static variable in class com.alee.global.StyleConstants
-
Components corners rounding settings.
- 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
-
- 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.
- spacing - Static variable in class com.alee.global.StyleConstants
-
Container components settings.
- 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.
- split(String, String) - Static method in class com.alee.utils.TextUtils
-
Returns a list of text parts splitted using specified separator.
- 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
-
User: mgarin Date: 17.06.11 Time: 16:17
- 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() - Method in class com.alee.utils.swing.WebTimer
-
Starts timer execution.
- startExec() - Method in class com.alee.utils.swing.WebTimer
-
Starts timer execution thread.
- 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.
- stopExec() - Method in class com.alee.utils.swing.WebTimer
-
Stops timer execution.
- StrategyType - Enum in com.alee.managers.plugin.data
-
Plugin initialization strategy type.
- stringToIntList(String, String) - Static method in class com.alee.utils.TextUtils
-
Returns a list of integer parts splitted using specified separator.
- stringToList(String, String) - Static method in class com.alee.utils.TextUtils
-
Returns a list of text parts splitted using specified separator.
- 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
-
- 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.
- 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.
- 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
-