Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

AbstractBufferedImageOp - Class in com.alee.graphics.filters
A convenience class which implements those methods of BufferedImageOp which are rarely changed.
AbstractBufferedImageOp() - Constructor for class com.alee.graphics.filters.AbstractBufferedImageOp
 
AbstractCountryComparator<T> - Class in com.alee.managers.language.data
Abstract Comparator for sorting based on provided elements country and priority Locale country.
AbstractCountryComparator(Locale) - Constructor for class com.alee.managers.language.data.AbstractCountryComparator
AbstractDuplicateResolver - Class in com.alee.api.duplicate
Abstract DuplicateResolver implementation that provides basic methods for duplicates detection based on Matcher.
AbstractDuplicateResolver(Matcher) - Constructor for class com.alee.api.duplicate.AbstractDuplicateResolver
AbstractFileFilter - Class in com.alee.utils.filefilter
Default file filter for WebLaF file chooser that provides additional filter information.
AbstractFileFilter() - Constructor for class com.alee.utils.filefilter.AbstractFileFilter
 
AbstractHashMap<K,V> - Class in com.alee.utils.map
An abstract implementation of a hash-based map which provides numerous points for subclasses to override.
AbstractHashMap() - Constructor for class com.alee.utils.map.AbstractHashMap
Constructor only used in deserialization, do not use otherwise.
AbstractHashMap(int) - Constructor for class com.alee.utils.map.AbstractHashMap
Constructs a new, empty map with the specified initial capacity and default load factor.
AbstractHashMap(int, float) - Constructor for class com.alee.utils.map.AbstractHashMap
Constructs a new, empty map with the specified initial capacity and load factor.
AbstractHashMap(int, float, int) - Constructor for class com.alee.utils.map.AbstractHashMap
Constructor which performs no validation on the passed in parameters.
AbstractHashMap(Map) - Constructor for class com.alee.utils.map.AbstractHashMap
Constructor copying elements from another map.
AbstractHashMap.EntrySet<K,V> - Class in com.alee.utils.map
EntrySet implementation.
AbstractHashMap.EntrySetIterator<K,V> - Class in com.alee.utils.map
EntrySet iterator.
AbstractHashMap.HashEntry<K,V> - Class in com.alee.utils.map
HashEntry used to store the data.
AbstractHashMap.HashIterator<K,V,T> - Class in com.alee.utils.map
Base Iterator.
AbstractHashMap.HashMapIterator<K,V> - Class in com.alee.utils.map
MapIterator implementation.
AbstractHashMap.KeySet<K,V> - Class in com.alee.utils.map
KeySet implementation.
AbstractHashMap.KeySetIterator<K,V> - Class in com.alee.utils.map
KeySet iterator.
AbstractHashMap.Values<K,V> - Class in com.alee.utils.map
Values implementation.
AbstractHashMap.ValuesIterator<K,V> - Class in com.alee.utils.map
Values iterator.
AbstractMatcher<T,V> - Class in com.alee.api.matcher
Abstract Matcher providing.
AbstractMatcher() - Constructor for class com.alee.api.matcher.AbstractMatcher
 
AbstractRecursiveClone - Class in com.alee.api.clone
Abstract RecursiveClone implementation providing cloned object store.
AbstractRecursiveClone() - Constructor for class com.alee.api.clone.AbstractRecursiveClone
 
AbstractUnits - Class in com.alee.utils.parsing
Abstract class providing convenient conversion suport between user-friendly unit-based text values and single long value.
AbstractUnits(AbstractUnits.Unit...) - Constructor for class com.alee.utils.parsing.AbstractUnits
Constructs new AbstractUnits.
AbstractUnits(List<AbstractUnits.Unit>) - Constructor for class com.alee.utils.parsing.AbstractUnits
Constructs new AbstractUnits.
AbstractUnits.Unit - Class in com.alee.utils.parsing
Class representing single measurement unit.
accept(T, U) - Method in interface com.alee.api.jdk.BiConsumer
Performs this operation on the given arguments.
accept(T) - Method in interface com.alee.api.jdk.Consumer
Performs this operation on the given argument.
accept(E) - Method in interface com.alee.utils.compare.Filter
Returns whether the specified object is accepted by this filter or not.
accept(File) - Method in class com.alee.utils.filefilter.AbstractFileFilter
Returns whether the given file is accepted by this filter or not.
accept(File) - Method in class com.alee.utils.filefilter.AllFilesFilter
 
accept(File) - Method in class com.alee.utils.filefilter.DirectoriesFilter
 
accept(File) - Method in class com.alee.utils.filefilter.FilesFilter
 
accept(File) - Method in class com.alee.utils.filefilter.GroupedFileFilter
 
accept(File) - Method in class com.alee.utils.filefilter.ImageFilesFilter
 
accept(File) - Method in class com.alee.utils.filefilter.IOFileFilterAdapter
 
accept(File) - Method in class com.alee.utils.filefilter.NonHiddenFilter
 
accept(File) - Method in class com.alee.utils.filefilter.SwingFileFilterAdapter
 
actionCommand - Variable in class com.alee.utils.swing.WebTimer
Action command for fired events.
actionPerformed(ActionEvent) - Method in class com.alee.utils.swing.TimerActionListener
 
ADD - Static variable in class com.alee.graphics.filters.MiscComposite
 
ADD - Static variable in class com.alee.graphics.filters.PixelUtils
 
add(E) - Method in class com.alee.utils.array.ArrayListIterator
 
add(T) - Method in class com.alee.utils.collection.CollectionBuilder
Adds specified element into CollectionBuilder.collection.
add(boolean, T) - Method in class com.alee.utils.collection.CollectionBuilder
Adds specified element into CollectionBuilder.collection if condition is met.
add(Supplier<Boolean>, T) - Method in class com.alee.utils.collection.CollectionBuilder
Adds specified element into CollectionBuilder.collection if condition is met.
add(E) - Method in class com.alee.utils.collection.ImmutableCollection
 
add(E) - Method in class com.alee.utils.collection.ImmutableList
 
add(int, E) - Method in class com.alee.utils.collection.ImmutableList
 
add(E) - Method in class com.alee.utils.collection.ImmutableSet
 
add(E) - Method in class com.alee.utils.collection.WeakHashSet
 
add(C, E) - Method in class com.alee.utils.swing.WeakComponentDataList
Stores data for the specified JComponent.
addActionListener(ActionListener) - Method in class com.alee.utils.swing.WebTimer
Adds new action listener.
addAll(Collection<? extends T>) - Method in class com.alee.utils.collection.CollectionBuilder
addAll(boolean, Collection<? extends T>) - Method in class com.alee.utils.collection.CollectionBuilder
Adds all Collection elements into CollectionBuilder.collection if condition is met.
addAll(Supplier<Boolean>, Collection<? extends T>) - Method in class com.alee.utils.collection.CollectionBuilder
Adds all Collection elements into CollectionBuilder.collection if condition is met.
addAll(Collection<? extends E>) - Method in class com.alee.utils.collection.ImmutableCollection
 
addAll(Collection<? extends E>) - Method in class com.alee.utils.collection.ImmutableList
 
addAll(int, Collection<? extends E>) - Method in class com.alee.utils.collection.ImmutableList
 
addAll(Collection<? extends E>) - Method in class com.alee.utils.collection.ImmutableSet
 
addChild(JarEntry) - Method in class com.alee.utils.jar.JarEntry
Adds child JarEntry.
addDictionary(Dictionary) - Method in class com.alee.managers.language.data.Dictionary
Adds new child Dictionary.
addDictionary(Dictionary) - Static method in class com.alee.managers.language.LanguageManager
Adds new Dictionary.
addDictionaryListener(DictionaryListener) - Static method in class com.alee.managers.language.LanguageManager
addDictionaryListener(JComponent, DictionaryListener) - Static method in class com.alee.managers.language.LanguageManager
addEntry(AbstractHashMap.HashEntry, int) - Method in class com.alee.utils.map.AbstractHashMap
Adds an entry into this map.
addFrame(BufferedImage) - Method in class com.alee.graphics.image.gif.GifEncoder
Adds next GIF frame.
addFrameChangeListener(FrameChangeListener) - Method in class com.alee.graphics.image.gif.GifIcon
Adds specified FrameChangeListener.
addImplicitArray(Class, String) - Static method in class com.alee.utils.XmlUtils
Adds an implicit array.
addImplicitArray(Class, String, String) - Static method in class com.alee.utils.XmlUtils
Adds an implicit array which is used for all items of the given element name defined by itemName.
addLanguageListener(LanguageListener) - Static method in class com.alee.managers.language.LanguageManager
addLanguageListener(JComponent, LanguageListener) - Static method in class com.alee.managers.language.LanguageManager
addMapping(int, int, Object, Object) - Method in class com.alee.utils.map.AbstractHashMap
Adds a new key-value mapping into this map.
addRecord(Record) - Method in class com.alee.managers.language.data.Dictionary
Adds new Record into this Dictionary and returns it.
addSettingsListener(SettingsListener) - Static method in class com.alee.managers.settings.SettingsManager
Adds new global SettingsListener.
addSettingsListener(String, SettingsListener) - Static method in class com.alee.managers.settings.SettingsManager
Adds new specific SettingsListener.
addSettingsListener(String, String, SettingsListener) - Static method in class com.alee.managers.settings.SettingsManager
Adds new specific SettingsListener.
addText(Text) - Method in class com.alee.managers.language.data.Value
Adds Text for this Value.
addTranslation(TranslationInformation) - Method in class com.alee.managers.language.data.Dictionary
addUnique(Collection<Boolean>, boolean[]) - Static method in class com.alee.utils.CollectionUtils
Adds all objects into the specified list.
addUnique(Collection<Integer>, int[]) - Static method in class com.alee.utils.CollectionUtils
Adds all objects into the specified list.
addUnique(Collection<Character>, char[]) - Static method in class com.alee.utils.CollectionUtils
Adds all objects into the specified list.
addUnique(Collection<Byte>, byte[]) - Static method in class com.alee.utils.CollectionUtils
Adds all objects into the specified list.
addUnique(Collection<Short>, short[]) - Static method in class com.alee.utils.CollectionUtils
Adds all objects into the specified list.
addUnique(Collection<Long>, long[]) - Static method in class com.alee.utils.CollectionUtils
Adds all objects into the specified list.
addUnique(Collection<Float>, float[]) - Static method in class com.alee.utils.CollectionUtils
Adds all objects into the specified list.
addUnique(Collection<Double>, double[]) - Static method in class com.alee.utils.CollectionUtils
Adds all objects into the specified list.
addUnique(Collection<T>, T...) - Static method in class com.alee.utils.CollectionUtils
Adds all objects into the specified list.
addUnique(Collection<T>, Collection<T>) - Static method in class com.alee.utils.CollectionUtils
Adds all objects into the specified list.
addUniqueNonNull(Collection<T>, T...) - Static method in class com.alee.utils.CollectionUtils
Adds all non-null objects into the specified list.
addUniqueNonNull(Collection<T>, Collection<T>) - Static method in class com.alee.utils.CollectionUtils
Adds all non-null objects into the specified list.
addValue(Value) - Method in class com.alee.managers.language.data.Record
Adds new Value for this Record.
adjust(ComponentOrientation) - Method in enum com.alee.api.data.CompassDirection
Returns direction adjusted according to component orientation.
adjust(Component.BaselineResizeBehavior) - Method in enum com.alee.api.data.Rotation
Returns baseline resize behavior adjusted according to rotation.
alias(String, Class) - Static method in class com.alee.utils.XmlUtils
Alias a Class to a shorter name to be used in XML elements.
alias(Class<T>) - Static method in class com.alee.utils.XmlUtils
Calls static "provideAliases" method on a class that implements AliasProvider.
AliasProvider - Interface in com.alee.utils.xml
This interface notifies that implementing class can provide its aliases through static method "provideAliases".
allDataMatch(BiPredicate<C, E>) - Method in class com.alee.utils.swing.WeakComponentDataList
Returns whether or not all of the stored data pieces are accepted by specified BiPredicate.
allDataMatch(C, BiPredicate<C, E>) - Method in class com.alee.utils.swing.WeakComponentDataList
Returns whether or not all of the data pieces stored for specified JComponent are accepted by BiPredicate.
AllFilesFilter - Class in com.alee.utils.filefilter
Custom file filter that accepts all files.
AllFilesFilter() - Constructor for class com.alee.utils.filefilter.AllFilesFilter
 
allMatch(BiPredicate<C, D>) - Method in class com.alee.utils.swing.WeakComponentData
Returns whether or not all of the stored data pieces are accepted by specified BiPredicate.
allocateInstance(Class<T>) - Static method in class com.alee.utils.reflection.Unsafe
Returns new Class instance.
alpha - Variable in class com.alee.graphics.filters.ConvolveFilter
 
ALPHA - Static variable in class com.alee.graphics.filters.PixelUtils
 
ALPHA_TO_GRAY - Static variable in class com.alee.graphics.filters.PixelUtils
 
alphabiasshift - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
alphadec - Variable in class com.alee.graphics.image.gif.NeuQuant
 
alpharadbias - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
alpharadbshift - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
alterneigh(int, int, int, int, int) - Method in class com.alee.graphics.image.gif.NeuQuant
 
altersingle(int, int, int, int, int) - Method in class com.alee.graphics.image.gif.NeuQuant
 
ALWAYS_USE_SYSTEM_SETTINGS - Static variable in class com.alee.managers.proxy.ProxyManager
Settings key for system proxy settings usage option.
alwaysDoTheSame() - Method in interface com.alee.managers.proxy.SystemProxyConfirmationSupport
Returns whether should remember the choice or not.
analyzePixels() - Method in class com.alee.graphics.image.gif.GifEncoder
Analyzes image colors and creates color map.
AncestorAdapter - Class in com.alee.utils.swing
Adapter for AncestorListener.
AncestorAdapter() - Constructor for class com.alee.utils.swing.AncestorAdapter
 
ancestorAdded(AncestorEvent) - Method in class com.alee.utils.swing.AncestorAdapter
 
ancestorMoved(AncestorEvent) - Method in class com.alee.utils.swing.AncestorAdapter
 
ancestorRemoved(AncestorEvent) - Method in class com.alee.utils.swing.AncestorAdapter
 
anyDataMatch(BiPredicate<C, E>) - Method in class com.alee.utils.swing.WeakComponentDataList
Returns whether or not at least one of the stored data pieces is accepted by specified BiPredicate.
anyDataMatch(C, BiPredicate<C, E>) - Method in class com.alee.utils.swing.WeakComponentDataList
Returns whether or not at least one of the data pieces stored for specified JComponent is accepted by BiPredicate.
anyMatch(BiPredicate<C, D>) - Method in class com.alee.utils.swing.WeakComponentData
Returns whether or not at least one of the stored data pieces is accepted by specified BiPredicate.
apply(T, U) - Method in interface com.alee.api.jdk.BiFunction
Applies this function to the given arguments.
apply(T) - Method in interface com.alee.api.jdk.Function
Applies this function to the given argument.
appropriateFileName(String) - Static method in class com.alee.utils.FileUtils
Returns appropriate file name based on provided text.
appropriateFileName(String, String) - Static method in class com.alee.utils.FileUtils
Returns appropriate file name based on provided text.
areAllUnique(Collection<T>) - Static method in class com.alee.utils.CollectionUtils
Returns whether or not all Collection elements are unique.
array - Variable in class com.alee.utils.array.ArrayIterator
Array data.
ArrayCloneBehavior - Class in com.alee.api.clone.behavior
ArrayCloneBehavior() - Constructor for class com.alee.api.clone.behavior.ArrayCloneBehavior
 
ArrayIterator<E> - Class in com.alee.utils.array
Iterator implementation for arrays.
ArrayIterator(E...) - Constructor for class com.alee.utils.array.ArrayIterator
Constructs new ArrayIterator for the specified array data.
ArrayListBuilder<T> - Class in com.alee.utils.collection
Simple ArrayList builder.
ArrayListBuilder() - Constructor for class com.alee.utils.collection.ArrayListBuilder
Constructs new ArrayListBuilder and instantiates ArrayList.
ArrayListIterator<E> - Class in com.alee.utils.array
ListIterator implementation for arrays.
ArrayListIterator(E...) - Constructor for class com.alee.utils.array.ArrayListIterator
Constructs new ArrayListIterator for the specified array data.
arrayToString(T...) - Static method in class com.alee.utils.TextUtils
Returns single text combined from array of elements using default separator.
arrayToString(String, T...) - Static method in class com.alee.utils.TextUtils
Returns single text combined from array of elements using specified separator.
arrayToString(String, Function<T, String>, T...) - Static method in class com.alee.utils.TextUtils
Returns single text combined from array of elements using specified separator.
arrayToString(String, Function<T, String>, Filter<T>, T...) - Static method in class com.alee.utils.TextUtils
Returns single text combined from array of elements using specified separator.
ArrayUtils - Class in com.alee.utils
This class provides a set of utilities to work with arrays.
asHashSet(Collection<T>) - Static method in class com.alee.utils.CollectionUtils
Returns data converted into HashSet.
asHashSet(T...) - Static method in class com.alee.utils.CollectionUtils
Returns data converted into HashSet.
asList(boolean[]) - Static method in class com.alee.utils.CollectionUtils
Returns booleans converted into list.
asList(int[]) - Static method in class com.alee.utils.CollectionUtils
Returns integers converted into list.
asList(char[]) - Static method in class com.alee.utils.CollectionUtils
Returns characters converted into list.
asList(byte[]) - Static method in class com.alee.utils.CollectionUtils
Returns bytes converted into list.
asList(short[]) - Static method in class com.alee.utils.CollectionUtils
Returns shorts converted into list.
asList(long[]) - Static method in class com.alee.utils.CollectionUtils
Returns longs converted into list.
asList(float[]) - Static method in class com.alee.utils.CollectionUtils
Returns floats converted into list.
asList(double[]) - Static method in class com.alee.utils.CollectionUtils
Returns doubles converted into list.
asList(T...) - Static method in class com.alee.utils.CollectionUtils
Returns data converted into list.
asList(Iterator<T>) - Static method in class com.alee.utils.CollectionUtils
Returns data converted into list.
asNonNullList(T...) - Static method in class com.alee.utils.CollectionUtils
Returns non-null data converted into list.
asVector(T...) - Static method in class com.alee.utils.CollectionUtils
Returns a vector of objects converted from data.
at(String) - Static method in enum com.alee.api.data.Corner
Returns corner type for the specified scroll pane constant.
authenticator - Static variable in class com.alee.managers.proxy.ProxyManager
Custom proxy authenticator.
AUTO_SETTINGS_ON - Static variable in class com.alee.managers.proxy.ProxyManager
Settings key for automated proxy settings option.
autoDetectionEnabled - Static variable in class com.alee.managers.proxy.ProxyManager
Whether automatic proxy detection is enabled or not.
AVERAGE - Static variable in class com.alee.graphics.filters.MiscComposite
 
AVERAGE - Static variable in class com.alee.graphics.filters.PixelUtils
 

B

Base64 - Class in com.alee.utils.encryption
This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64() - Constructor for class com.alee.utils.encryption.Base64
 
base64decode(String) - Static method in class com.alee.utils.EncryptionUtils
Returns text decoded with base64.
base64encode(String) - Static method in class com.alee.utils.EncryptionUtils
Returns text encoded with base64.
BASE_ATTRIBUTE - Static variable in class com.alee.utils.XmlUtils
 
basic() - Static method in class com.alee.api.clone.Clone
Returns Clone algorithm that is able to clone basic object types as well as simple Collections and Maps.
basic() - Static method in class com.alee.api.merge.Merge
Returns Merge algorithm that is able to merge basic object types.
BasicCloneBehavior - Class in com.alee.api.clone.behavior
GlobalCloneBehavior for various primitive types.
BasicCloneBehavior() - Constructor for class com.alee.api.clone.behavior.BasicCloneBehavior
 
BasicMergeBehavior - Class in com.alee.api.merge.behavior
Merge behavior for various primitive types.
BasicMergeBehavior() - Constructor for class com.alee.api.merge.behavior.BasicMergeBehavior
 
basicRaw() - Static method in class com.alee.api.merge.Merge
Returns Merge algorithm that is able to merge basic object types.
BasicStrokeConverterSupport - Class in com.alee.utils.xml
Conversion support for BasicStroke.
BasicStrokeConverterSupport() - Constructor for class com.alee.utils.xml.BasicStrokeConverterSupport
 
beta - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
betagamma - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
betashift - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
bFactor - Variable in class com.alee.graphics.filters.RGBAdjustFilter
 
bias(float, float) - Static method in class com.alee.graphics.filters.ImageMath
Apply a bias to a number in the unit interval, moving numbers towards 0 or 1 according to the bias parameter.
bias - Variable in class com.alee.graphics.image.gif.NeuQuant
 
BiConsumer<T,U> - Interface in com.alee.api.jdk
Represents an operation that accepts two input arguments and returns no result.
BiFunction<T,U,R> - Interface in com.alee.api.jdk
Represents a function that accepts two arguments and produces a result.
bilinearInterpolate(float, float, int[]) - Static method in class com.alee.graphics.filters.ImageMath
Bilinear interpolation of ARGB values.
BiPredicate<T,U> - Interface in com.alee.api.jdk
Represents a predicate (boolean-valued function) of two arguments.
BLEND - Static variable in class com.alee.graphics.filters.MiscComposite
 
blur(int[], int[], int, int, int) - Static method in class com.alee.graphics.filters.BoxBlurFilter
 
bounds - Variable in class com.alee.graphics.shapes.RelativeGeneralPath
Additional bounds.
BoxBlurFilter - Class in com.alee.graphics.filters
A filter which performs a box blur on an image.
BoxBlurFilter() - Constructor for class com.alee.graphics.filters.BoxBlurFilter
 
BoxBlurFilter(int, int, int) - Constructor for class com.alee.graphics.filters.BoxBlurFilter
 
BoxOrientation - Enum in com.alee.api.data
Enumeration representing box orientation constants.
brightness(int) - Static method in class com.alee.graphics.filters.PixelUtils
 
brightnessNTSC(int) - Static method in class com.alee.graphics.filters.ImageMath
Return the NTSC gray level of an RGB value.
browseSite(String) - Static method in class com.alee.utils.WebUtils
Opens site in default system web-browser
browseSiteSafely(String) - Static method in class com.alee.utils.WebUtils
Opens site in default system web-browser safely
bTable - Variable in class com.alee.graphics.filters.TransferFilter
 
bufferedImage - Variable in class com.alee.graphics.image.gif.GifFrame
build() - Method in class com.alee.utils.collection.CollectionBuilder
Returns built Collection.
BURN - Static variable in class com.alee.graphics.filters.MiscComposite
 

C

calculateNewCapacity(int) - Method in class com.alee.utils.map.AbstractHashMap
Calculates the new capacity of the map.
calculateThreshold(int, float) - Method in class com.alee.utils.map.AbstractHashMap
Calculates the new threshold of the map, where it will be resized.
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.TranslationInformationConverter
 
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.xml.ClassConverter
 
canConvert(Class) - Method in class com.alee.utils.xml.ColorConverter
 
canConvert(Class) - Method in class com.alee.utils.xml.DimensionConverter
 
canConvert(Class) - Method in class com.alee.utils.xml.FontConverter
 
canConvert(Class) - Method in class com.alee.utils.xml.InsetsConverter
 
canConvert(Class) - Method in class com.alee.utils.xml.ListToStringConverter
 
canConvert(Class) - Method in class com.alee.utils.xml.LocaleConverter
 
canConvert(Class) - Method in class com.alee.utils.xml.Point2DConverter
 
canConvert(Class) - Method in class com.alee.utils.xml.PointConverter
 
canConvert(Class) - Method in class com.alee.utils.xml.RectangleConverter
 
canConvert(Class) - Method in class com.alee.utils.xml.ScaleConverter
 
canConvert(Class) - Method in class com.alee.utils.xml.SimpleArrayConverter
 
canConvert(Class) - Method in class com.alee.utils.xml.StrokeConverter
 
canFilterIndexColorModel - Variable in class com.alee.graphics.filters.PointFilter
 
canonicalPath(File) - Static method in class com.alee.utils.FileUtils
Returns file canonical path if its possible or absolute path otherwise.
cap_butt - Static variable in class com.alee.utils.xml.BasicStrokeConverterSupport
Converter constants.
cap_round - Static variable in class com.alee.utils.xml.BasicStrokeConverterSupport
 
cap_square - Static variable in class com.alee.utils.xml.BasicStrokeConverterSupport
 
changeByDays(Calendar, int) - Static method in class com.alee.utils.TimeUtils
Changes calendar date by the specified days amount.
check(Class) - Method in enum com.alee.utils.reflection.ModifierType
Returns checks whether or not class has this specific modifier and throws an exception if it doesn't.
check(Field) - Method in enum com.alee.utils.reflection.ModifierType
Returns checks whether or not field has this specific modifier and throws an exception if it doesn't.
check(Method) - Method in enum com.alee.utils.reflection.ModifierType
Returns checks whether or not method has this specific modifier and throws an exception if it doesn't.
checkCapacity() - Method in class com.alee.utils.map.AbstractHashMap
Checks the capacity of the map and enlarges it if necessary.
checkNot(Class) - Method in enum com.alee.utils.reflection.ModifierType
Returns checks whether or not class has this specific modifier and throws an exception if it doesn't.
checkNot(Field) - Method in enum com.alee.utils.reflection.ModifierType
Returns checks whether or not field has this specific modifier and throws an exception if it doesn't.
checkNot(Method) - Method in enum com.alee.utils.reflection.ModifierType
Returns checks whether or not method has this specific modifier and throws an exception if it doesn't.
children - Variable in class com.alee.utils.jar.JarEntry
Children JAR entries.
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
 
ClassConverter - Class in com.alee.utils.xml
Custom XStream converter for Class.
ClassConverter() - Constructor for class com.alee.utils.xml.ClassConverter
 
ClassRelationType - Enum in com.alee.utils.reflection
Enumeration representing Class relation types.
ClassResource - Class in com.alee.api.resource
Class resource.
ClassResource(Class<?>, String) - Constructor for class com.alee.api.resource.ClassResource
Constructs new ClassResource.
ClassResource(String, String) - Constructor for class com.alee.api.resource.ClassResource
Constructs new ClassResource.
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.utils.collection.ImmutableCollection
 
clear() - Method in class com.alee.utils.collection.ImmutableList
 
clear() - Method in class com.alee.utils.collection.ImmutableSet
 
clear() - Method in class com.alee.utils.collection.WeakHashSet
 
clear() - Method in class com.alee.utils.map.AbstractHashMap
Clears the map, resetting the size to zero and nullifying references to avoid garbage collection issues.
clear() - Method in class com.alee.utils.map.AbstractHashMap.EntrySet
 
clear() - Method in class com.alee.utils.map.AbstractHashMap.KeySet
 
clear() - Method in class com.alee.utils.map.AbstractHashMap.Values
 
clear() - Method in class com.alee.utils.map.ImmutableMap
 
clear() - Method in class com.alee.utils.map.SoftHashMap
 
clear(C) - Method in class com.alee.utils.swing.WeakComponentData
Clears data stored in the JComponent.
clear(C, BiConsumer<C, D>) - Method in class com.alee.utils.swing.WeakComponentData
Clears data stored in the JComponent.
clearDictionaries() - Method in class com.alee.managers.language.data.Dictionary
Removes all child Dictionarys.
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.
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.
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.
clearRecords() - Method in class com.alee.managers.language.data.Dictionary
Removes all Records from this Dictionary.
clearTexts() - Method in class com.alee.managers.language.data.Value
Removes all Texts from this Value.
clearValues() - Method in class com.alee.managers.language.data.Record
Removes all Values from this Record.
clone(RecursiveClone, Object, int) - Method in class com.alee.api.clone.behavior.ArrayCloneBehavior
 
clone(RecursiveClone, Object, int) - Method in class com.alee.api.clone.behavior.BasicCloneBehavior
 
clone(RecursiveClone, T, int) - Method in class com.alee.api.clone.behavior.CloneableCloneBehavior
 
clone(RecursiveClone, Collection, int) - Method in class com.alee.api.clone.behavior.CollectionCloneBehavior
 
clone(RecursiveClone, Map, int) - Method in class com.alee.api.clone.behavior.MapCloneBehavior
 
clone(RecursiveClone, T, int) - Method in class com.alee.api.clone.behavior.RedefinedCloneBehavior
 
clone(RecursiveClone, O, int) - Method in class com.alee.api.clone.behavior.ReflectionCloneBehavior
 
clone(RecursiveClone, Set, int) - Method in class com.alee.api.clone.behavior.SetCloneBehavior
 
Clone - Class in com.alee.api.clone
Configurable algorithm for cloning object instances.
Clone(UnknownResolver, GlobalCloneBehavior...) - Constructor for class com.alee.api.clone.Clone
Constructs new Clone algorithm.
Clone(UnknownResolver, List<GlobalCloneBehavior>) - Constructor for class com.alee.api.clone.Clone
Constructs new Clone algorithm.
clone(T) - Method in class com.alee.api.clone.Clone
Returns clone of the specified object.
clone(RecursiveClone, int) - Method in interface com.alee.api.clone.CloneBehavior
Returns cloned instance of the object implementing CloneBehavior.
clone(RecursiveClone, O, int) - Method in interface com.alee.api.clone.GlobalCloneBehavior
Returns clone of the specified object.
clone(T, int) - Method in interface com.alee.api.clone.RecursiveClone
Returns clone of the specified object.
clone(Object) - Method in interface com.alee.api.merge.ClonePolicy
Returns source object or cloned object, depending on implementation.
clone(Object) - Method in class com.alee.api.merge.clonepolicy.PerformClonePolicy
 
clone(Object) - Method in class com.alee.api.merge.clonepolicy.SkipClonePolicy
 
clone() - Method in class com.alee.managers.proxy.ProxySettings
 
clone() - Method in class com.alee.utils.map.AbstractHashMap
Clones the map without cloning the keys or values.
clone(T) - Static method in class com.alee.utils.ReflectUtils
Returns cloned object.
clone(RecursiveClone, int) - Method in class com.alee.utils.swing.ColorUIResource
 
clone(RecursiveClone, int) - Method in class com.alee.utils.swing.InsetsUIResource
 
CloneableCloneBehavior<T extends Cloneable> - Class in com.alee.api.clone.behavior
GlobalCloneBehavior for objects implementing Cloneable.
CloneableCloneBehavior() - Constructor for class com.alee.api.clone.behavior.CloneableCloneBehavior
 
CloneBehavior<T> - Interface in com.alee.api.clone
Object clone behavior.
CloneException - Exception in com.alee.api.clone
Special unchecked exception used to display various clone problems.
CloneException() - Constructor for exception com.alee.api.clone.CloneException
Constructs a new CloneException with null as its detail message.
CloneException(String) - Constructor for exception com.alee.api.clone.CloneException
Constructs a new CloneException with the specified detail message.
CloneException(String, Throwable) - Constructor for exception com.alee.api.clone.CloneException
Constructs a new CloneException with the specified detail message and cause.
CloneException(Throwable) - Constructor for exception com.alee.api.clone.CloneException
Constructs a new CloneException with the specified cause.
cloneFields(T, int) - Method in interface com.alee.api.clone.RecursiveClone
Returns clone of the specified object with all field values cloned according to Clone settings.
ClonePolicy - Interface in com.alee.api.merge
Merged objects cloning policy.
cloneSafely(T) - Static method in class com.alee.utils.ReflectUtils
Returns cloned object.
closePath() - Method in class com.alee.graphics.shapes.RelativeGeneralPath
Closes the current subpath by drawing a straight line back to the coordinates of the last moveTo.
closeStream - Variable in class com.alee.graphics.image.gif.GifEncoder
 
coalesce - Variable in class com.alee.utils.swing.WebTimer
Whether each action should be fired from a separate invoke and wait call or not.
collectAllCodes(List<String>) - Method in class com.alee.managers.language.data.Record
Collects all language codes from this Record.
collectAllLocales(List<Locale>) - Method in class com.alee.managers.language.data.Record
Collects all Locales from this Record.
collection - Variable in class com.alee.utils.collection.CollectionBuilder
Collection instance.
CollectionBuilder<T,C extends Collection<T>,B extends CollectionBuilder<T,C,B>> - Class in com.alee.utils.collection
 
CollectionBuilder(C) - Constructor for class com.alee.utils.collection.CollectionBuilder
Constructs new CollectionBuilder.
CollectionCloneBehavior - Class in com.alee.api.clone.behavior
CollectionCloneBehavior() - Constructor for class com.alee.api.clone.behavior.CollectionCloneBehavior
 
collectionToString(Collection<T>) - Static method in class com.alee.utils.TextUtils
Returns single text combined from Collection of elements using default separator.
collectionToString(Collection<T>, String) - Static method in class com.alee.utils.TextUtils
Returns single text combined from Collection of elements using specified separator.
collectionToString(Collection<T>, String, Function<T, String>) - Static method in class com.alee.utils.TextUtils
Returns single text combined from Collection of elements using specified separator.
collectionToString(Collection<T>, String, Function<T, String>, Filter<T>) - Static method in class com.alee.utils.TextUtils
Returns single text combined from Collection of elements using specified separator.
CollectionUtils - Class in com.alee.utils
This class provides a set of utilities to work with Collection implementations.
collectSupportedLocales(List<Locale>) - Method in class com.alee.managers.language.data.Dictionary
Returns all Locales from this Dictionary and all sub-Dictionary Records.
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 XStream converter for Color.
ColorConverter() - Constructor for class com.alee.utils.xml.ColorConverter
 
colorDepth - Variable in class com.alee.graphics.image.gif.GifEncoder
 
colorFromString(String) - Static method in class com.alee.utils.xml.ColorConverter
Parses Color from its string form.
Colormap - Interface in com.alee.graphics.filters
An interface for color maps.
colorMap() - Method in class com.alee.graphics.image.gif.NeuQuant
 
colorSpline(float, int, int[]) - Static method in class com.alee.graphics.filters.ImageMath
Compute a Catmull-Rom spline for RGB values.
colorSpline(int, int, int[], int[]) - Static method in class com.alee.graphics.filters.ImageMath
Compute a Catmull-Rom spline for RGB values, but with variable knot spacing.
colorTab - Variable in class com.alee.graphics.image.gif.GifEncoder
 
colorToString(Color) - Static method in class com.alee.utils.xml.ColorConverter
Convert specified Color into string form.
ColorUIResource - Class in com.alee.utils.swing
Simple UIResource for Color.
ColorUIResource(int, int, int) - Constructor for class com.alee.utils.swing.ColorUIResource
Constructs new ColorUIResource.
ColorUIResource(int) - Constructor for class com.alee.utils.swing.ColorUIResource
Constructs new ColorUIResource.
ColorUIResource(float, float, float) - Constructor for class com.alee.utils.swing.ColorUIResource
Constructs new ColorUIResource.
ColorUIResource(Color) - Constructor for class com.alee.utils.swing.ColorUIResource
Constructs new ColorUIResource.
ColorUtils - Class in com.alee.utils
This class provides a set of utilities to work with colors.
com.alee.api - package com.alee.api
This package contains basic APIs provided by 'core' module.
com.alee.api.annotations - package com.alee.api.annotations
 
com.alee.api.clone - package com.alee.api.clone
 
com.alee.api.clone.behavior - package com.alee.api.clone.behavior
 
com.alee.api.clone.unknownresolver - package com.alee.api.clone.unknownresolver
 
com.alee.api.data - package com.alee.api.data
 
com.alee.api.duplicate - package com.alee.api.duplicate
 
com.alee.api.jdk - package com.alee.api.jdk
 
com.alee.api.matcher - package com.alee.api.matcher
 
com.alee.api.merge - package com.alee.api.merge
 
com.alee.api.merge.behavior - package com.alee.api.merge.behavior
 
com.alee.api.merge.clonepolicy - package com.alee.api.merge.clonepolicy
 
com.alee.api.merge.nullresolver - package com.alee.api.merge.nullresolver
 
com.alee.api.merge.unknownresolver - package com.alee.api.merge.unknownresolver
 
com.alee.api.resource - package com.alee.api.resource
 
com.alee.api.ui - package com.alee.api.ui
 
com.alee.api.version - package com.alee.api.version
 
com.alee.graphics - package com.alee.graphics
This package contains various graphics-related utilities.
com.alee.graphics.data - package com.alee.graphics.data
 
com.alee.graphics.filters - package com.alee.graphics.filters
 
com.alee.graphics.image.gif - package com.alee.graphics.image.gif
 
com.alee.graphics.shapes - package com.alee.graphics.shapes
 
com.alee.graphics.strokes - package com.alee.graphics.strokes
 
com.alee.managers - package com.alee.managers
This package contains managers provided by 'core' module and various related classes used within those managers.
com.alee.managers.language - package com.alee.managers.language
 
com.alee.managers.language.data - package com.alee.managers.language.data
 
com.alee.managers.proxy - package com.alee.managers.proxy
 
com.alee.managers.settings - package com.alee.managers.settings
 
com.alee.managers.task - package com.alee.managers.task
 
com.alee.utils - package com.alee.utils
This package contains various utility and utility-related classes provided by 'core' module.
com.alee.utils.array - package com.alee.utils.array
 
com.alee.utils.collection - package com.alee.utils.collection
 
com.alee.utils.compare - package com.alee.utils.compare
 
com.alee.utils.concurrent - package com.alee.utils.concurrent
 
com.alee.utils.encryption - package com.alee.utils.encryption
 
com.alee.utils.file - package com.alee.utils.file
 
com.alee.utils.filefilter - package com.alee.utils.filefilter
 
com.alee.utils.general - package com.alee.utils.general
 
com.alee.utils.jar - package com.alee.utils.jar
 
com.alee.utils.laf - package com.alee.utils.laf
 
com.alee.utils.map - package com.alee.utils.map
 
com.alee.utils.parsing - package com.alee.utils.parsing
 
com.alee.utils.reflection - package com.alee.utils.reflection
 
com.alee.utils.sort - package com.alee.utils.sort
 
com.alee.utils.swing - package com.alee.utils.swing
 
com.alee.utils.swing.extensions - package com.alee.utils.swing.extensions
 
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
 
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
 
compare(Record, Record) - Method in class com.alee.managers.language.data.RecordCountryComparator
 
compare(TranslationInformation, TranslationInformation) - Method in class com.alee.managers.language.data.TranslationInformationComparator
 
compare(Value, Value) - Method in class com.alee.managers.language.data.ValueCountryComparator
 
compare(Integer, Integer) - Method in class com.alee.utils.compare.IntegerComparator
 
compare(File, File) - Method in class com.alee.utils.file.FileComparator
Compares two files by their names and type.
compare(String, String) - Method in class com.alee.utils.file.FileNameComparator
 
compare(JarEntry, JarEntry) - Method in class com.alee.utils.jar.JarEntryComparator
 
compareCountries(String, String) - Method in class com.alee.managers.language.data.AbstractCountryComparator
Returns result of two countries comparison.
compareTo(Version) - Method in class com.alee.api.version.Version
 
compareTo(AbstractUnits.Unit) - Method in class com.alee.utils.parsing.AbstractUnits.Unit
 
compareTo(JavaVersion) - Method in class com.alee.utils.system.JavaVersion
Returns a negative integer, zero, or a positive integer if this version is less than, equal to, or greater than the other one.
compareTo(double, int, int) - Method in class com.alee.utils.system.JavaVersion
Returns a negative integer, zero, or a positive integer if this version is less than, equal to, or greater than the other one.
CompassDirection - Enum in com.alee.api.data
Enumeration representing compass direction constants.
components - Variable in class com.alee.utils.swing.WeakComponentData
Set of JComponents that have data of this kind stored within them.
components() - Method in class com.alee.utils.swing.WeakComponentData
Returns Set of JComponents that have data of this kind stored within them.
compose(Raster, Raster, WritableRaster) - Method in class com.alee.graphics.filters.MiscCompositeContext
 
CompositeFilter - Class in com.alee.graphics.filters
A filter which composites two images together with an optional transform.
CompositeFilter() - Constructor for class com.alee.graphics.filters.CompositeFilter
Construct a CompositeFilter.
CompositeFilter(Composite) - Constructor for class com.alee.graphics.filters.CompositeFilter
Construct a CompositeFilter.
CompositeFilter(Composite, AffineTransform) - Constructor for class com.alee.graphics.filters.CompositeFilter
Construct a CompositeFilter.
CompositeStroke - Class in com.alee.graphics.strokes
 
CompositeStroke(Stroke, Stroke) - Constructor for class com.alee.graphics.strokes.CompositeStroke
 
CompoundFilter - Class in com.alee.graphics.filters
A BufferedImageOp which combines two other BufferedImageOps, one after the other.
CompoundFilter(BufferedImageOp, BufferedImageOp) - Constructor for class com.alee.graphics.filters.CompoundFilter
Construct a CompoundFilter.
COMPUTATION - Static variable in class com.alee.managers.task.TaskManager
Identifier of predefined TaskGroup for computation requests.
computeMD5(String) - Static method in class com.alee.utils.FileUtils
Returns MD5 for specified String data.
computeMD5(String, int) - Static method in class com.alee.utils.FileUtils
Returns MD5 for specified String data and uses a buffer of the specified length.
computeMD5(Resource) - Static method in class com.alee.utils.FileUtils
Returns MD5 for specified File content.
computeMD5(Resource, int) - Static method in class com.alee.utils.FileUtils
Returns MD5 for specified File content and uses a buffer of the specified length.
computeMD5(InputStream) - Static method in class com.alee.utils.FileUtils
Returns MD5 for the data provided by InputStream.
computeMD5(InputStream, int) - Static method in class com.alee.utils.FileUtils
Returns MD5 for the data provided by InputStream and uses a buffer of the specified length.
configureGroup(TaskGroup) - Static method in class com.alee.managers.task.TaskManager
Configures existing TaskGroup.
Conjunction - Enum in com.alee.api
Basic conjunctions that can be used anywhere in the code.
Consumer<T> - Interface in com.alee.api.jdk
Represents an operation that accepts a single input argument and returns no result.
contains(double, double) - Method in class com.alee.graphics.shapes.RelativeGeneralPath
 
contains(Point2D) - Method in class com.alee.graphics.shapes.RelativeGeneralPath
 
contains(double, double, double, double) - Method in class com.alee.graphics.shapes.RelativeGeneralPath
 
contains(Rectangle2D) - Method in class com.alee.graphics.shapes.RelativeGeneralPath
 
contains(String) - Method in class com.alee.managers.language.Language
Returns whether or not specified language key exists in this Language.
contains(String) - Static method in class com.alee.managers.language.LM
Returns whether or not specified language key exists in default Language.
contains(int, int[]) - Static method in class com.alee.utils.ArrayUtils
Returns whether array contains the specified number or not.
contains(long, long[]) - Static method in class com.alee.utils.ArrayUtils
Returns whether array contains the specified number or not.
contains(float, float[]) - Static method in class com.alee.utils.ArrayUtils
Returns whether array contains the specified number or not.
contains(double, double[]) - Static method in class com.alee.utils.ArrayUtils
Returns whether array contains the specified number or not.
contains(char, char[]) - Static method in class com.alee.utils.ArrayUtils
Returns whether array contains the specified character or not.
contains(byte, byte[]) - Static method in class com.alee.utils.ArrayUtils
Returns whether array contains the specified byte or not.
contains(String, String[]) - Static method in class com.alee.utils.ArrayUtils
Returns whether array contains the specified text or not.
contains(Object, Object[]) - Static method in class com.alee.utils.ArrayUtils
Returns whether array contains the specified object or not.
contains(Object) - Method in class com.alee.utils.collection.ImmutableCollection
 
contains(Object) - Method in class com.alee.utils.collection.ImmutableList
 
contains(Object) - Method in class com.alee.utils.collection.ImmutableSet
 
contains(Object) - Method in class com.alee.utils.collection.WeakHashSet
 
contains(Object) - Method in class com.alee.utils.map.AbstractHashMap.EntrySet
 
contains(Object) - Method in class com.alee.utils.map.AbstractHashMap.KeySet
 
contains(Object) - Method in class com.alee.utils.map.AbstractHashMap.Values
 
contains(C) - Method in class com.alee.utils.swing.WeakComponentData
Returns whether or not specified JComponent has data of this kind stored within.
containsAll(Collection<?>) - Method in class com.alee.utils.collection.ImmutableCollection
 
containsAll(Collection<?>) - Method in class com.alee.utils.collection.ImmutableList
 
containsAll(Collection<?>) - Method in class com.alee.utils.collection.ImmutableSet
 
containsAll(Collection<?>) - Method in class com.alee.utils.collection.WeakHashSet
 
containsData(C) - Method in class com.alee.utils.swing.WeakComponentDataList
Returns whether or not JComponent has any data of this kind stored within.
containsData(C, E) - Method in class com.alee.utils.swing.WeakComponentDataList
Returns whether or not JComponent has specified data stored within.
containsFile(List, File) - Static method in class com.alee.utils.FileUtils
Returns whether list of files or file paths contains the specified file or not.
containsInClassOrSuperclassName(Class, String) - Static method in class com.alee.utils.ReflectUtils
Returns whether one of superclasses contains specified text in its name or not.
containsKey(Object) - Method in class com.alee.utils.map.AbstractHashMap
Checks whether the map contains the specified key.
containsKey(Object) - Method in class com.alee.utils.map.ImmutableMap
 
containsText(String) - Method in class com.alee.managers.language.Language
Returns whether or not at least single Text exists for specified language key.
containsText(String, String) - Method in class com.alee.managers.language.Language
Returns whether or not at least single Text exists for specified language key and state.
containsText(String) - Static method in class com.alee.managers.language.LM
Returns whether or not at least single Text exists for specified language key.
containsText(String, String) - Static method in class com.alee.managers.language.LM
Returns whether or not at least single Text exists for specified language key and state.
containsValue(Object) - Method in class com.alee.utils.map.AbstractHashMap
Checks whether the map contains the specified value.
containsValue(Object) - Method in class com.alee.utils.map.ImmutableMap
 
contest(int, int, int) - Method in class com.alee.graphics.image.gif.NeuQuant
 
CONTEXT_BASE - Static variable in class com.alee.utils.XmlUtils
 
CONTEXT_NEAR_CLASS - Static variable in class com.alee.utils.XmlUtils
Resource-related context values.
ContrastFilter - Class in com.alee.graphics.filters
A filter to change the brightness and contrast of an image.
ContrastFilter() - Constructor for class com.alee.graphics.filters.ContrastFilter
Constructs new contrast filter with default settings.
ContrastFilter(float, float) - Constructor for class com.alee.graphics.filters.ContrastFilter
Constructs new contrast filter.
ConverterContext - Class in com.alee.utils.xml
Custom context for passing ThreadLocal settings for XStream converters.
convertKey(Object) - Method in class com.alee.utils.map.AbstractHashMap
Converts input keys to another object for storage in the map.
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 ArrayList that is a copy of the specified Collection.
copy(InputStream, OutputStream) - Static method in class com.alee.utils.IOUtils
Copies bytes from the InputStream to an OutputStream.
copy(InputStream, OutputStream, int) - Static method in class com.alee.utils.IOUtils
Copies bytes from the InputStream to an OutputStream.
copy(InputStream, OutputStream, byte[]) - Static method in class com.alee.utils.IOUtils
Copies bytes from the InputStream to an OutputStream.
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.
copyFile(String, String) - Static method in class com.alee.utils.FileUtils
Copies source file content into destination file.
copyFile(File, File) - Static method in class com.alee.utils.FileUtils
Copies source file content into destination file.
copyFile(FileChannel, FileChannel) - Static method in class com.alee.utils.FileUtils
Copies file data from source file channel into destination file channel.
copyHashMap(HashMap<K, V>) - Static method in class com.alee.utils.MapUtils
Returns copied HashMap.
copyLinkedHashMap(LinkedHashMap<K, V>) - Static method in class com.alee.utils.MapUtils
Returns copied LinkedHashMap.
copyMap(Map<K, V>) - Static method in class com.alee.utils.MapUtils
Returns copied Map.
copySubList(List<T>, int, int) - Static method in class com.alee.utils.CollectionUtils
Returns sub list with copied values.
copyToBufferedImage(Icon) - Static method in class com.alee.utils.ImageUtils
Returns BufferedImage containing a copy of currently displayed Icon frame.
copyToBufferedImage(Image) - Static method in class com.alee.utils.ImageUtils
Returns BufferedImage containing a copy of Image.
copyToBufferedImage(BufferedImage) - Static method in class com.alee.utils.ImageUtils
Returns BufferedImage containing a copy of BufferedImage.
copyToClipboard(String) - Static method in class com.alee.utils.SystemUtils
Copies text to system clipboard.
CoreManagers - Class in com.alee.managers
Core managers simple initialization class.
CoreManagers() - Constructor for class com.alee.managers.CoreManagers
 
CoreSwingUtils - Class in com.alee.utils
This class provides a set of utilities to work with core Swing components, their settings and events.
Corner - Enum in com.alee.api.data
Enumeration of different corner types.
create() - Method in class com.alee.utils.reflection.LazyInstance
Returns new object instance.
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.
createCompatibleDestImage(BufferedImage, ColorModel) - Method in class com.alee.graphics.filters.AbstractBufferedImageOp
 
createCompatibleDestImage(BufferedImage, ColorModel) - Method in class com.alee.graphics.filters.ConvolveFilter
 
createCompatibleImage(BufferedImage) - Static method in class com.alee.utils.ImageUtils
Returns new empty BufferedImage compatible with default screen GraphicsConfiguration.
createCompatibleImage(int, int) - Static method in class com.alee.utils.ImageUtils
Returns new BufferedImage compatible with default screen GraphicsConfiguration.
createCompatibleImage(int, int, int) - Static method in class com.alee.utils.ImageUtils
Returns new BufferedImage compatible with default screen GraphicsConfiguration.
createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.alee.graphics.filters.MiscComposite
 
createDisabledCopy() - Method in interface com.alee.api.ui.DisabledCopySupplier
Returns disabled state copy of implementing class instance.
createDisabledCopy() - Method in class com.alee.graphics.image.gif.GifFrame
Returns copy of this GifFrame with GifFrame.bufferedImage made look disabled.
createDisabledCopy() - Method in class com.alee.graphics.image.gif.GifIcon
Returns copy of this GifIcon with only first frame made look disabled.
createDisabledCopy(Icon) - Static method in class com.alee.utils.ImageUtils
Returns Icon that is copy of the specified Icon made look disabled.
createDisabledCopy(Image) - Static method in class com.alee.utils.ImageUtils
Returns BufferedImage that is copy of the specified Image made look disabled.
createDisabledCopy(BufferedImage) - Static method in class com.alee.utils.ImageUtils
Returns BufferedImage that is copy of the specified BufferedImage made look disabled.
createEntry(AbstractHashMap.HashEntry, int, Object, Object) - Method in class com.alee.utils.map.AbstractHashMap
Creates an entry to store the key-value data.
createEntrySetIterator() - Method in class com.alee.utils.map.AbstractHashMap
Creates an entry set iterator.
createFileDescription(File, String) - Static method in class com.alee.utils.FileUtils
Returns complete file description.
createImageThumbnail(BufferedImage, Dimension) - Static method in class com.alee.utils.ImageUtils
Returns thumbnail BufferedImage of the specified BufferedImage.
createImageThumbnail(BufferedImage, int, int) - Static method in class com.alee.utils.ImageUtils
Returns thumbnail BufferedImage of the specified BufferedImage.
createImageThumbnail(BufferedImage, int) - Static method in class com.alee.utils.ImageUtils
Returns thumbnail BufferedImage of the specified BufferedImage.
createInnerShadowImage(int, Shape, int, float) - Static method in class com.alee.utils.ImageUtils
Returns shadow image based on provided shape.
createInstance(String, Object...) - Static method in class com.alee.utils.ReflectUtils
Returns newly created class instance.
createInstance(Class, Object...) - Static method in class com.alee.utils.ReflectUtils
Returns newly created class instance.
createInstanceSafely(String, Object...) - Static method in class com.alee.utils.ReflectUtils
Returns newly created class instance.
createInstanceSafely(Class, Object...) - Static method in class com.alee.utils.ReflectUtils
Returns newly created class instance.
createKeySetIterator() - Method in class com.alee.utils.map.AbstractHashMap
Creates a key set iterator.
createModificationException() - Method in class com.alee.utils.collection.ImmutableCollection
Returns new UnsupportedOperationException instance specific for this implementation.
createModificationException() - Method in class com.alee.utils.collection.ImmutableList
Returns new UnsupportedOperationException instance specific for this implementation.
createModificationException() - Method in class com.alee.utils.collection.ImmutableSet
Returns new UnsupportedOperationException instance specific for this implementation.
createModificationException() - Method in class com.alee.utils.map.ImmutableMap
Returns new UnsupportedOperationException instance specific for this implementation.
createShadowImage(int, int, Shape, int, float, boolean) - Static method in class com.alee.utils.ImageUtils
Returns shadow image based on provided shape.
createString(String, int) - Static method in class com.alee.utils.TextUtils
Creates new string filled with specified amount of same characters.
createString(char, 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
 
createTransparentCopy(float) - Method in interface com.alee.api.ui.TransparentCopySupplier
Returns semi-transparent state copy of implementing class instance.
createTransparentCopy(float) - Method in class com.alee.graphics.image.gif.GifFrame
Returns copy of this GifFrame with GifFrame.bufferedImage made semi-transparent.
createTransparentCopy(float) - Method in class com.alee.graphics.image.gif.GifIcon
Returns copy of this GifIcon with only first frame made semi-transparent.
createTransparentCopy(Icon, float) - Static method in class com.alee.utils.ImageUtils
Returns Icon that is copy of the specified Icon made look disabled.
createTransparentCopy(Image, float) - Static method in class com.alee.utils.ImageUtils
Returns BufferedImage that is copy of the specified Image made semi-transparent.
createTransparentCopy(BufferedImage, float) - Static method in class com.alee.utils.ImageUtils
Returns BufferedImage that is copy of the specified BufferedImage made semi-transparent.
createValuesIterator() - Method in class com.alee.utils.map.AbstractHashMap
Creates a values iterator.
createWriter(Writer) - Method in class com.alee.utils.xml.XmlDriver
 
createWriter(OutputStream) - Method in class com.alee.utils.xml.XmlDriver
 
currentDate() - Static method in class com.alee.utils.TimeUtils
Returns current system date.
currentEntry() - Method in class com.alee.utils.map.AbstractHashMap.HashIterator
Returns current AbstractHashMap.HashEntry.
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.
curveTo(float, float, float, float, float, float) - Method in class com.alee.graphics.shapes.RelativeGeneralPath
Adds a curved segment, defined by three new points, to the path by drawing a Bezier curve that intersects both the current coordinates and the specified coordinates (x3,y3), using the specified points (x1,y1) and (x2,y2) as Bezier control points.
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(Icon, Shape) - Static method in class com.alee.utils.ImageUtils
Returns new BufferedImage with the specified Icon painted on it within the specified Shape.
cutImage(Image, Shape) - Static method in class com.alee.utils.ImageUtils
Returns new BufferedImage with the specified Image painted on it within the specified Shape.
cutImage(BufferedImage, Shape) - Static method in class com.alee.utils.ImageUtils
Returns new BufferedImage with the specified BufferedImage painted on it within the specified Shape.
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.

D

DaemonThreadFactory - Class in com.alee.utils.concurrent
A thread factory that only produces daemon threads.
DaemonThreadFactory() - Constructor for class com.alee.utils.concurrent.DaemonThreadFactory
Constructs new DaemonThreadFactory.
DaemonThreadFactory(String) - Constructor for class com.alee.utils.concurrent.DaemonThreadFactory
Constructs new DaemonThreadFactory.
DaemonThreadFactory(Supplier<String>) - Constructor for class com.alee.utils.concurrent.DaemonThreadFactory
Constructs new DaemonThreadFactory.
DARKEN - Static variable in class com.alee.graphics.filters.MiscComposite
 
data - Variable in class com.alee.utils.collection.ImmutableCollection
data - Variable in class com.alee.utils.collection.ImmutableList
List data.
data - Variable in class com.alee.utils.collection.ImmutableSet
Set data.
data - Variable in class com.alee.utils.map.AbstractHashMap
Map entries
data - Variable in class com.alee.utils.map.ImmutableMap
Map data.
decode(String) - Static method in class com.alee.utils.encryption.Base64
Decodes Base64 data into octects
decodeImage(String) - Static method in class com.alee.utils.ImageUtils
Returns BufferedImage decoded from Base64 string.
decodeImageData() - Method in class com.alee.graphics.image.gif.GifDecoder
Decodes LZW image data into pixel array.
decodeUrl(String) - Static method in class com.alee.utils.WebUtils
Returns decoded url path.
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.
decrypt(String, String) - Static method in class com.alee.utils.EncryptionUtils
Returns text decoded using base64 and decrypted through xor.
deep() - Static method in class com.alee.api.clone.Clone
Returns Clone algorithm that can also clone custom objects through ReflectionCloneBehavior.
deep() - Static method in class com.alee.api.merge.Merge
Returns Merge algorithm that can also merge custom objects through ReflectionMergeBehavior.
deepRaw() - Static method in class com.alee.api.merge.Merge
Returns Merge algorithm that can also merge custom objects through ReflectionMergeBehavior.
DEFAULT_CAPACITY - Static variable in class com.alee.utils.map.AbstractHashMap
The default capacity to use
DEFAULT_LINE_SEPARATOR - Static variable in class com.alee.utils.HtmlUtils
Default line separator.
DEFAULT_LOAD_FACTOR - Static variable in class com.alee.utils.map.AbstractHashMap
The default load factor to use
DEFAULT_THRESHOLD - Static variable in class com.alee.utils.map.AbstractHashMap
The default threshold to use
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.
defaultSize - Static variable in class com.alee.utils.xml.FontConverter
Default font size.
defaultStyle - Static variable in class com.alee.utils.xml.FontConverter
Default font style.
defaultThreadName - Static variable in class com.alee.utils.swing.WebTimer
Default name for timer thread.
delay - Variable in class com.alee.graphics.image.gif.GifEncoder
 
delay - Variable in class com.alee.graphics.image.gif.GifFrame
Frame display delay.
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.
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.DescriptiveFileFilter
File filter description.
DescriptiveFileFilter - Class in com.alee.utils.filefilter
File filter adapter class.
DescriptiveFileFilter(ImageIcon, String) - Constructor for class com.alee.utils.filefilter.DescriptiveFileFilter
Constructs new custom file filter.
destroyEntry(AbstractHashMap.HashEntry) - Method in class com.alee.utils.map.AbstractHashMap
Kills an entry ready for the garbage collector.
dictionariesCleared() - Method in interface com.alee.managers.language.DictionaryListener
Notifies when all Dictionarys were removed.
dictionariesCount() - Method in class com.alee.managers.language.data.Dictionary
Returns amount of sub-Dictionarys in this Dictionary.
Dictionary - Class in com.alee.managers.language.data
Dictionary can store multiple language Records and Dictionarys.
Dictionary() - Constructor for class com.alee.managers.language.data.Dictionary
Constructs new Dictionary.
Dictionary(String) - Constructor for class com.alee.managers.language.data.Dictionary
Constructs new Dictionary.
Dictionary(String, String) - Constructor for class com.alee.managers.language.data.Dictionary
Constructs new Dictionary.
Dictionary(Resource) - Constructor for class com.alee.managers.language.data.Dictionary
Loads Dictionary from the specified Resource.
Dictionary(InputStream) - Constructor for class com.alee.managers.language.data.Dictionary
Loads Dictionary from the specified InputStream.
dictionaryAdded(Dictionary) - Method in interface com.alee.managers.language.DictionaryListener
Notifies when new Dictionary is added.
DictionaryListener - Interface in com.alee.managers.language
This listener can be used to track Dictionary changes in LanguageManager.
dictionaryRemoved(Dictionary) - Method in interface com.alee.managers.language.DictionaryListener
Notifies when Dictionary was removed.
DIFFERENCE - Static variable in class com.alee.graphics.filters.MiscComposite
 
DIFFERENCE - Static variable in class com.alee.graphics.filters.PixelUtils
 
DimensionConverter - Class in com.alee.utils.xml
Custom XStream converter for Dimension.
DimensionConverter() - Constructor for class com.alee.utils.xml.DimensionConverter
 
dimensionFromString(String) - Static method in class com.alee.utils.xml.DimensionConverter
Returns dimension read from string.
dimensionToString(Dimension) - Static method in class com.alee.utils.xml.DimensionConverter
Returns dimension converted into string.
DirectoriesFilter - Class in com.alee.utils.filefilter
Custom file filter that accepts only directories.
DirectoriesFilter() - Constructor for class com.alee.utils.filefilter.DirectoriesFilter
 
disableAntialias(Graphics) - Static method in class com.alee.utils.GraphicsUtils
 
disableAntialias(Graphics2D) - Static method in class com.alee.utils.GraphicsUtils
 
DISABLED_ICONS_CACHE - Static variable in class com.alee.utils.ImageUtils
Disabled icons cache.
DisabledCopySupplier<T> - Interface in com.alee.api.ui
Special interface for any class providing support for disabled state copy of itself.
disableSave() - Static method in class com.alee.managers.settings.SettingsManager
Disables saving settings into files.
displayedFrame - Variable in class com.alee.graphics.image.gif.GifIcon
Currently displayed GifFrame index.
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
 
dispose - Variable in class com.alee.graphics.image.gif.GifEncoder
 
DISSOLVE - Static variable in class com.alee.graphics.filters.PixelUtils
 
distance(Point, Point) - Static method in class com.alee.utils.GeometryUtils
Returns distance between two points.
distinct(List<T>) - Static method in class com.alee.utils.CollectionUtils
Removes non-distinct List elements.
DODGE - Static variable in class com.alee.graphics.filters.MiscComposite
 
doReadObject(ObjectInputStream) - Method in class com.alee.utils.map.AbstractHashMap
Reads the map data from the stream.
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.
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.
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.
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.
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.
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.
doWriteObject(ObjectOutputStream) - Method in class com.alee.utils.map.AbstractHashMap
Writes the map data to the stream.
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, ShadeType, Color, int, Shape, boolean) - Static method in class com.alee.utils.GraphicsUtils
 
DST_IN - Static variable in class com.alee.graphics.filters.PixelUtils
 
DuplicateException - Exception in com.alee.api.duplicate
Special unchecked exception used to display collection duplicate problems.
DuplicateException() - Constructor for exception com.alee.api.duplicate.DuplicateException
Constructs a new DuplicateException with null as its detail message.
DuplicateException(String) - Constructor for exception com.alee.api.duplicate.DuplicateException
Constructs a new DuplicateException with the specified detail message.
DuplicateException(String, Throwable) - Constructor for exception com.alee.api.duplicate.DuplicateException
Constructs a new DuplicateException with the specified detail message and cause.
DuplicateException(Throwable) - Constructor for exception com.alee.api.duplicate.DuplicateException
Constructs a new DuplicateException with the specified cause.
DuplicateResolver - Interface in com.alee.api.duplicate
Base interface for any class that detects and resolves duplicates within any Collection.
DurationUnits - Class in com.alee.utils.parsing
Custom class providing duration units support.
DurationUnits() - Constructor for class com.alee.utils.parsing.DurationUnits
Constructs new DurationUnits.

E

emptyData - Static variable in class com.alee.managers.language.LM
Empty language data.
EmptyEnumeration<E> - Class in com.alee.utils.collection
Enumeration implementation that has no elements.
EmptyIterator<E> - Class in com.alee.utils.collection
Iterator implementation that has no elements.
EmptyMapIterator<K,V> - Class in com.alee.utils.map
MapIterator implementation that has no elements.
enableEventQueueLogging() - Static method in class com.alee.utils.CoreSwingUtils
Enables logging of all uncaught exceptions occurred within EDT.
enableSave() - Static method in class com.alee.managers.settings.SettingsManager
Enables saving settings into files.
encode(byte[]) - Static method in class com.alee.utils.encryption.Base64
Encodes hex octects into Base64
encodeImage(BufferedImage) - Static method in class com.alee.utils.ImageUtils
Returns image data encoded in Base64 string.
encodeUrl(String) - Static method in class com.alee.utils.WebUtils
Returns encoded url path.
encrypt(String) - Static method in class com.alee.utils.EncryptionUtils
Returns text encrypted through xor and encoded using base64.
encrypt(String, String) - Static method in class com.alee.utils.EncryptionUtils
Returns text encrypted through xor and encoded using base64.
EncryptionUtils - Class in com.alee.utils
This class provides a set of utilities to encode and decode data.
ensureCapacity(int) - Method in class com.alee.utils.map.AbstractHashMap
Changes the size of the data structure to the capacity proposed.
ensureDirectoryExists(String) - Static method in class com.alee.utils.FileUtils
Returns true if directory exists or was successfully created during this check, false otherwise.
ensureDirectoryExists(File) - Static method in class com.alee.utils.FileUtils
Returns true if directory exists or was successfully created during this check, false otherwise.
entryHashCode(AbstractHashMap.HashEntry) - Method in class com.alee.utils.map.AbstractHashMap
Gets the hashCode field from a HashEntry.
entryKey(AbstractHashMap.HashEntry) - Method in class com.alee.utils.map.AbstractHashMap
Gets the key field from a HashEntry.
entryNext(AbstractHashMap.HashEntry) - Method in class com.alee.utils.map.AbstractHashMap
Gets the next field from a HashEntry.
entrySet - Variable in class com.alee.utils.map.AbstractHashMap
Entry set
entrySet() - Method in class com.alee.utils.map.AbstractHashMap
Gets the entrySet view of the map.
EntrySet(AbstractHashMap) - Constructor for class com.alee.utils.map.AbstractHashMap.EntrySet
Constructs new AbstractHashMap.EntrySet.
entrySet() - Method in class com.alee.utils.map.ImmutableMap
 
entrySet() - Method in class com.alee.utils.map.SoftHashMap
 
EntrySetIterator(AbstractHashMap) - Constructor for class com.alee.utils.map.AbstractHashMap.EntrySetIterator
entryValue(AbstractHashMap.HashEntry) - Method in class com.alee.utils.map.AbstractHashMap
Gets the value field from a HashEntry.
enumArrayToString(E...) - Static method in class com.alee.utils.TextUtils
Converts array of enumeration constants into string with list of enumeration constants and returns it.
enumArrayToString(String, E...) - Static method in class com.alee.utils.TextUtils
Converts array of enumeration constants into string with list of enumeration constants and returns it.
EnumLazyIconProvider - Class in com.alee.utils.swing
Special class for simple and lazy enum icons retrieval.
EnumLazyIconProvider() - Constructor for class com.alee.utils.swing.EnumLazyIconProvider
 
enumListToString(List<E>) - Static method in class com.alee.utils.TextUtils
Converts list of enumeration constants into string with list of enumeration constants and returns it.
enumListToString(List<E>, String) - Static method in class com.alee.utils.TextUtils
Converts list of enumeration constants into string with list of enumeration constants and returns it.
enumStringToList(String, Class<E>) - Static method in class com.alee.utils.TextUtils
Converts string with list of enumeration constants into real list of enumeration constants and returns it.
enumStringToList(String, Class<E>, String) - Static method in class com.alee.utils.TextUtils
Converts string with list of enumeration constants into real list of enumeration constants and returns it.
EOF - Static variable in class com.alee.utils.IOUtils
Represents the end-of-file or stream.
EqualMatcher - Class in com.alee.api.matcher
Custom Matcher for equal objects.
EqualMatcher() - Constructor for class com.alee.api.matcher.EqualMatcher
 
equals(Object, Object) - Static method in class com.alee.api.jdk.Objects
Returns whether the first Object equals to second one.
equals(Object, Object...) - Static method in class com.alee.api.jdk.Objects
Returns whether the first Object equals to any Object from the specified array.
equals(Object) - Method in class com.alee.graphics.filters.MiscComposite
 
equals(Object) - Method in class com.alee.managers.language.data.Dictionary
 
equals(Object) - Method in class com.alee.managers.language.Language
 
equals(int[], int[]) - Static method in class com.alee.utils.ArrayUtils
Returns whether arrays are equal or not.
equals(long[], long[]) - Static method in class com.alee.utils.ArrayUtils
Returns whether arrays are equal or not.
equals(float[], float[]) - Static method in class com.alee.utils.ArrayUtils
Returns whether arrays are equal or not.
equals(double[], double[]) - Static method in class com.alee.utils.ArrayUtils
Returns whether arrays are equal or not.
equals(char[], char[]) - Static method in class com.alee.utils.ArrayUtils
Returns whether arrays are equal or not.
equals(byte[], byte[]) - Static method in class com.alee.utils.ArrayUtils
Returns whether arrays are equal or not.
equals(String[], String[]) - Static method in class com.alee.utils.ArrayUtils
Returns whether arrays are equal or not.
equals(T[], T[]) - Static method in class com.alee.utils.ArrayUtils
Returns whether arrays are equal or not.
equals(Object) - Method in class com.alee.utils.collection.ImmutableCollection
 
equals(Object) - Method in class com.alee.utils.collection.ImmutableList
 
equals(Object) - Method in class com.alee.utils.collection.ImmutableSet
 
equals(Object) - Method in class com.alee.utils.collection.WeakHashSet
 
equals(Collection, Collection) - Static method in class com.alee.utils.CollectionUtils
Returns whether Collections are equal or not.
equals(List, List, boolean) - Static method in class com.alee.utils.CollectionUtils
Returns whether Lists are equal or not.
equals(File, File) - Static method in class com.alee.utils.FileUtils
Returns whether both files represent the same path in file system or not.
equals(List<File>, List<File>) - Static method in class com.alee.utils.FileUtils
Returns whether both list of files have equal files in the same positions or not.
equals(Object) - Method in class com.alee.utils.general.Pair
 
equals(Object) - Method in class com.alee.utils.jar.JarEntry
 
equals(Object) - Method in class com.alee.utils.map.AbstractHashMap
Compares this map with another.
equals(Object) - Method in class com.alee.utils.map.AbstractHashMap.HashEntry
 
equals(String, String) - Static method in class com.alee.utils.TextUtils
Returns whether the first String equals to second one.
equalsIgnoreCase(String, String) - Static method in class com.alee.utils.TextUtils
Returns whether the first String equals to second one ignoring case.
err() - Method in class com.alee.graphics.image.gif.GifDecoder
Returns whether or not an error was encountered during reading/decoding.
ExceptionNullResolver - Class in com.alee.api.merge.nullresolver
NullResolver that always throws a MergeException.
ExceptionNullResolver() - Constructor for class com.alee.api.merge.nullresolver.ExceptionNullResolver
 
ExceptionUnknownResolver - Class in com.alee.api.clone.unknownresolver
UnknownResolver that always throws a CloneException.
ExceptionUnknownResolver() - Constructor for class com.alee.api.clone.unknownresolver.ExceptionUnknownResolver
 
ExceptionUnknownResolver - Class in com.alee.api.merge.unknownresolver
UnknownResolver that always throws a MergeException.
ExceptionUnknownResolver() - Constructor for class com.alee.api.merge.unknownresolver.ExceptionUnknownResolver
 
ExceptionUtils - Class in com.alee.utils
This class provides a set of utilities to work with exceptions.
EXCHANGE - Static variable in class com.alee.graphics.filters.PixelUtils
 
EXCLUSION - Static variable in class com.alee.graphics.filters.MiscComposite
 
exec - Variable in class com.alee.utils.swing.WebTimer
Last timer thread.
execute(Runnable) - Method in class com.alee.managers.task.TaskGroup
Executes specified Runnable.
execute(Callable<V>) - Method in class com.alee.managers.task.TaskGroup
Executes specified Callable.
execute(String, Runnable) - Static method in class com.alee.managers.task.TaskManager
Executes specified Runnable on the TaskGroup with the specified identifier.
execute(String, Callable<V>) - Static method in class com.alee.managers.task.TaskManager
Executes specified Callable on the TaskGroup with the specified identifier.
executorService - Variable in class com.alee.managers.task.TaskGroup
ExecutorService used for executing tasks.
executorService() - Method in class com.alee.managers.task.TaskGroup
Returns ExecutorService that can be used to execute tasks according to this TaskGroup settings.
exists(TaskGroup) - Static method in class com.alee.managers.task.TaskManager
Returns whether or not specified TaskGroup already exists.
exists(String) - Static method in class com.alee.managers.task.TaskManager
Returns whether or not TaskGroup with the specified identifier already exists.
expand(Rectangle, int) - Static method in class com.alee.utils.GeometryUtils
Returns rectangle expanded in four directions for the specified value.
expand(Rectangle, int, int, int, int) - Static method in class com.alee.utils.GeometryUtils
Returns rectangle expanded in four directions for the specified values.
expectedModCount - Variable in class com.alee.utils.map.AbstractHashMap.HashIterator
The modification count expected
extraAlpha - Variable in class com.alee.graphics.filters.MiscComposite
 

F

FieldHelper - Class in com.alee.utils.reflection
Field helper
FieldHelper() - Constructor for class com.alee.utils.reflection.FieldHelper
 
FILE_COMPARATOR - Static variable in class com.alee.utils.FileUtils
File comparator.
FILE_SYSTEM - Static variable in class com.alee.managers.task.TaskManager
Identifier of predefined TaskGroup for file system requests.
FileComparator - Class in com.alee.utils.file
File name and type comparator.
FileComparator() - Constructor for class com.alee.utils.file.FileComparator
Constructs new FileComparator.
FileDescription - Class in com.alee.utils.file
This class represents single file description fields.
FileDescription() - Constructor for class com.alee.utils.file.FileDescription
Constructs empty file description.
FileDescription(String, String, String, String) - Constructor for class com.alee.utils.file.FileDescription
Constructs file description with the specified values.
fileDownloadAborted() - Method in interface com.alee.utils.file.FileDownloadListener
Called when file download was aborted, usually due to FileDownloadListener.shouldStopDownload() returning true.
fileDownloaded(File) - Method in interface com.alee.utils.file.FileDownloadListener
Called when file download completed.
fileDownloadFailed(Throwable) - Method in interface com.alee.utils.file.FileDownloadListener
Called when file download has failed.
FileDownloadListener - Interface in com.alee.utils.file
This listener interface provides all required methods to observe and manipulate the download process.
fileNameComparator - Variable in class com.alee.utils.file.FileComparator
File name comparator.
FileNameComparator - Class in com.alee.utils.file
File names comparator.
FileNameComparator() - Constructor for class com.alee.utils.file.FileNameComparator
 
FileResource - Class in com.alee.api.resource
File system resource.
FileResource(File) - Constructor for class com.alee.api.resource.FileResource
Constructs new FileResource.
FileResource(String) - Constructor for class com.alee.api.resource.FileResource
Constructs new FileResource.
FilesFilter - Class in com.alee.utils.filefilter
Custom file filter that accepts only files.
FilesFilter() - Constructor for class com.alee.utils.filefilter.FilesFilter
 
FileSizeUnits - Class in com.alee.utils.parsing
Custom class providing file size units support.
FileSizeUnits() - Constructor for class com.alee.utils.parsing.FileSizeUnits
Constructs new FileSizeUnits.
fileUnzipped(ZipEntry, File, int) - Method in interface com.alee.utils.zip.UnzipListener
Notifies about new unzipped file.
FileUtils - Class in com.alee.utils
This class provides a set of utilities to work with files, file names and their extensions.
fillList(int, Function<Integer, T>) - Static method in class com.alee.utils.CollectionUtils
Returns List filled with data provided by index mapping Function.
filter(BufferedImage, BufferedImage) - Method in class com.alee.graphics.filters.BoxBlurFilter
 
filter(BufferedImage, BufferedImage) - Method in class com.alee.graphics.filters.CompositeFilter
 
filter(BufferedImage, BufferedImage) - Method in class com.alee.graphics.filters.CompoundFilter
 
filter(BufferedImage, BufferedImage) - Method in class com.alee.graphics.filters.ConvolveFilter
 
filter(BufferedImage, BufferedImage) - Method in class com.alee.graphics.filters.GaussianFilter
 
filter(BufferedImage, BufferedImage) - Method in class com.alee.graphics.filters.MotionBlurFilter
 
filter(BufferedImage, BufferedImage) - Method in class com.alee.graphics.filters.PointFilter
 
filter(BufferedImage, BufferedImage) - Method in class com.alee.graphics.filters.RaysFilter
 
filter(BufferedImage, BufferedImage) - Method in class com.alee.graphics.filters.ShadowFilter
 
filter(BufferedImage, BufferedImage) - Method in class com.alee.graphics.filters.TransferFilter
 
filter(BufferedImage, BufferedImage) - Method in class com.alee.graphics.filters.WholeImageFilter
 
filter(Collection<T>, Filter<T>) - Static method in class com.alee.utils.CollectionUtils
Returns list of elements filtered from collection.
filter(Collection<T>, Filter<T>...) - Static method in class com.alee.utils.CollectionUtils
Returns list of elements filtered from collection.
Filter<E> - Interface in com.alee.utils.compare
This interface provides a base for filtering any type of objects in any situation.
filterFiles(Collection<File>, AbstractFileFilter) - Static method in class com.alee.utils.FileUtils
Returns filtered files list.
filterFiles(Collection<File>, Filter<File>) - Static method in class com.alee.utils.FileUtils
Returns filtered files list.
FilterGroupType - Enum in com.alee.utils.filefilter
Filters grouping type.
filterGroupType - Variable in class com.alee.utils.filefilter.GroupedFileFilter
The way file filters will be grouped.
filterPixels(int, int, int[], Rectangle) - Method in class com.alee.graphics.filters.MedianFilter
 
filterPixels(int, int, int[], Rectangle) - Method in class com.alee.graphics.filters.ReduceNoiseFilter
 
filterPixels(int, int, int[], Rectangle) - Method in class com.alee.graphics.filters.WholeImageFilter
Actually filter the pixels.
filterRGB(int, int, int) - Method in class com.alee.graphics.filters.GrayscaleFilter
 
filterRGB(int, int, int) - Method in class com.alee.graphics.filters.MaskFilter
 
filterRGB(int, int, int) - Method in class com.alee.graphics.filters.OpacityFilter
 
filterRGB(int, int, int) - Method in class com.alee.graphics.filters.PointFilter
 
filterRGB(int, int, int) - Method in class com.alee.graphics.filters.RGBAdjustFilter
 
filterRGB(int, int, int) - Method in class com.alee.graphics.filters.ThresholdFilter
 
filterRGB(int, int, int) - Method in class com.alee.graphics.filters.TransferFilter
 
filters - Variable in class com.alee.utils.filefilter.GroupedFileFilter
List of grouped file filters.
findChildByName(String) - Method in class com.alee.utils.jar.JarEntry
Returns child JarEntry with the specfiied name or null if it cannot be found.
findChildByName(String, boolean) - Method in class com.alee.utils.jar.JarEntry
Returns child JarEntry with the specfiied name or null if it cannot be found.
findChildByName(String) - Method in class com.alee.utils.jar.JarStructure
Returns child JarEntry with the specfiied name or null if it cannot be found.
findChildByName(String, boolean) - Method in class com.alee.utils.jar.JarStructure
Returns child JarEntry with the specfiied name or null if it cannot be found.
findClosest(Color) - Method in class com.alee.graphics.image.gif.GifEncoder
Returns index of palette color closest to c
findFilesRecursively(String, List<String>) - Static method in class com.alee.utils.FileUtils
Returns list of files with specified extensions found in the specified directory and its subdirectories.
findFilesRecursively(File, List<String>) - Static method in class com.alee.utils.FileUtils
Returns list of files with specified extensions found in the specified directory and its subdirectories.
findFilesRecursively(String, List<String>, boolean) - Static method in class com.alee.utils.FileUtils
Returns list of files with specified extensions found in the specified directory and its subdirectories.
findFilesRecursively(File, List<String>, boolean) - Static method in class com.alee.utils.FileUtils
Returns list of files with specified extensions found in the specified directory and its subdirectories.
findFilesRecursively(String, List<String>, boolean, List<File>) - Static method in class com.alee.utils.FileUtils
Returns list of files with specified extensions found in the specified directory and its subdirectories.
findFilesRecursively(File, List<String>, boolean, List<File>) - Static method in class com.alee.utils.FileUtils
Returns list of files with specified extensions found in the specified directory and its subdirectories.
findFilesRecursively(String, FileFilter) - Static method in class com.alee.utils.FileUtils
Returns list of files accepted by file filter found in the specified directory and its subdirectories.
findFilesRecursively(File, FileFilter) - Static method in class com.alee.utils.FileUtils
Returns list of files accepted by file filter found in the specified directory and its subdirectories.
findFilesRecursively(String, FileFilter, List<File>) - Static method in class com.alee.utils.FileUtils
Returns list of files accepted by file filter found in the specified directory and its subdirectories.
findFilesRecursively(File, FileFilter, List<File>) - Static method in class com.alee.utils.FileUtils
Returns list of files accepted by file filter found in the specified directory and its subdirectories.
findFirstNumber(String) - Static method in class com.alee.utils.TextUtils
Returns first number found in text.
findFirstRowWordEndIndex(String) - Static method in class com.alee.utils.TextUtils
Returns last index of the first word end.
findFirstWordFromIndex(String, int) - Static method in class com.alee.utils.TextUtils
Returns begin index of first word after specified index.
findLastRowWordStartIndex(String) - Static method in class com.alee.utils.TextUtils
Returns begin index of last word in the specified text.
findMiddleLineIntersection(Rectangle, Point) - Static method in class com.alee.utils.GeometryUtils
Returns intersection point of the rectangle and the line going from the middle of that rectangle to the outer point.
finish() - Method in class com.alee.graphics.image.gif.GifEncoder
Flushes any pending data and closes output file.
fireActionPerformed(int) - Method in class com.alee.utils.swing.WebTimer
Fires action events.
fireFrameChanged(int) - Method in class com.alee.graphics.image.gif.GifIcon
Fires displayed GifFrame change.
firstDuplicate(Collection) - Method in class com.alee.api.duplicate.AbstractDuplicateResolver
Returns first Collection duplicates if it has any, null if it has none.
firstFrame - Variable in class com.alee.graphics.image.gif.GifEncoder
 
FocusType - Enum in com.alee.utils.laf
Component focus types.
FontConverter - Class in com.alee.utils.xml
Custom XStream converter for Font.
FontConverter() - Constructor for class com.alee.utils.xml.FontConverter
 
fontFromString(String) - Static method in class com.alee.utils.xml.FontConverter
Returns Font read from string.
fontToString(Font) - Static method in class com.alee.utils.xml.FontConverter
Returns Font converted into string.
forEach(BiConsumer<C, D>) - Method in class com.alee.utils.swing.WeakComponentData
Provides each stored data piece into specified BiConsumer.
forEachData(BiConsumer<C, E>) - Method in class com.alee.utils.swing.WeakComponentDataList
Provides every stored data piece into specified BiConsumer.
forEachData(C, BiConsumer<C, E>) - Method in class com.alee.utils.swing.WeakComponentDataList
Provides data pieces stored for specified JComponent into BiConsumer.
ForegroundBridge<P extends RenderingParameters> - Interface in com.alee.api.ui
Base interface for any classes that can return foreground Color for rendering operations.
format(String, Object...) - Static method in class com.alee.utils.TextUtils
Returns message formatted with common string representations of the provided objects.
formatCurrentDate(String) - Static method in class com.alee.utils.TimeUtils
Returns formatted representation of current date.
formatDate(String, Date) - Static method in class com.alee.utils.TimeUtils
Returns formatted representation of specified date.
frameChanged(GifIcon, int, GifFrame) - Method in interface com.alee.graphics.image.gif.FrameChangeListener
Informs about GifIcon frame change.
FrameChangeListener - Interface in com.alee.graphics.image.gif
 
frames - Variable in class com.alee.graphics.image.gif.GifIcon
List of all GifFrames in this GifIcon.
freq - Variable in class com.alee.graphics.image.gif.NeuQuant
 
fromExtension(String) - Static method in enum com.alee.utils.file.MimeType
Gets the first matching mime-type for the given extension
fromHex(String) - Static method in class com.alee.utils.ColorUtils
Returns color decoded from a hex color string.
fromRGBA(String) - Static method in class com.alee.utils.ColorUtils
Returns Color decoded from RGBA color string.
fromRGBA(String, String) - Static method in class com.alee.utils.ColorUtils
Returns Color decoded from RGBA color string.
fromString(String) - Static method in class com.alee.managers.language.LanguageUtils
Returns Locale parsed from its String representation.
fromString(String) - Method in class com.alee.utils.parsing.AbstractUnits
Returns single long value parsed from user-friendly unit-based text.
fromString(String) - Method in class com.alee.utils.parsing.AbstractUnits.Unit
Returns base long value calculated from the unit String value.
fromString(String) - Method in class com.alee.utils.xml.BasicStrokeConverterSupport
 
fromString(String) - Method in class com.alee.utils.xml.ClassConverter
 
fromString(String) - Method in class com.alee.utils.xml.ColorConverter
 
fromString(String) - Method in class com.alee.utils.xml.DimensionConverter
 
fromString(String) - Method in class com.alee.utils.xml.FontConverter
 
fromString(String) - Method in class com.alee.utils.xml.InsetsConverter
 
fromString(String) - Method in class com.alee.utils.xml.ListToStringConverter
 
fromString(String) - Method in class com.alee.utils.xml.PasswordConverter
 
fromString(String) - Method in class com.alee.utils.xml.Point2DConverter
 
fromString(String) - Method in class com.alee.utils.xml.PointConverter
 
fromString(String) - Method in class com.alee.utils.xml.RectangleConverter
 
fromString(String) - Method in class com.alee.utils.xml.ScaleConverter
 
fromString(String) - Method in class com.alee.utils.xml.StrokeConverter
 
fromString(String) - Method in interface com.alee.utils.xml.StrokeConverterSupport
Returns stroke read from string.
fromType(String) - Static method in enum com.alee.utils.file.MimeType
Returns the first matching mime-type for the given type.
fromXML(String) - Static method in class com.alee.utils.XmlUtils
Returns Object deserialized from XML content.
fromXML(String, Object) - Static method in class com.alee.utils.XmlUtils
Returns Object deserialized from XML content.
fromXML(String, XStreamContext) - Static method in class com.alee.utils.XmlUtils
Returns Object deserialized from XML content.
fromXML(Resource) - Static method in class com.alee.utils.XmlUtils
Returns Object deserialized from XML text.
fromXML(Resource, Object) - Static method in class com.alee.utils.XmlUtils
Returns Object deserialized from XML text.
fromXML(Resource, XStreamContext) - Static method in class com.alee.utils.XmlUtils
Returns Object deserialized from XML text.
fromXML(InputStream) - Static method in class com.alee.utils.XmlUtils
Returns Object deserialized from XML content.
fromXML(InputStream, Object) - Static method in class com.alee.utils.XmlUtils
Returns Object deserialized from XML content.
fromXML(InputStream, XStreamContext) - Static method in class com.alee.utils.XmlUtils
Returns Object deserialized from XML content.
fromXML(Reader) - Static method in class com.alee.utils.XmlUtils
Returns Object deserialized from XML content.
fromXML(Reader, Object) - Static method in class com.alee.utils.XmlUtils
Returns Object deserialized from XML content.
fromXML(Reader, XStreamContext) - Static method in class com.alee.utils.XmlUtils
Returns Object deserialized from XML content.
Function<T,R> - Interface in com.alee.api.jdk
Represents a function that accepts one argument and produces a result.

G

gain(float, float) - Static method in class com.alee.graphics.filters.ImageMath
A variant of the gamma function.
gamma - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
gammashift - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
GaussianFilter - Class in com.alee.graphics.filters
A filter which applies Gaussian blur to an image.
GaussianFilter() - Constructor for class com.alee.graphics.filters.GaussianFilter
Construct a Gaussian filter
GaussianFilter(float) - Constructor for class com.alee.graphics.filters.GaussianFilter
Construct a Gaussian filter
GB - Static variable in class com.alee.utils.FileUtils
Number of bytes in 1 gigabyte.
generateId() - Static method in class com.alee.utils.TextUtils
Returns random ID with default prefix and suffix.
generateId(String) - Static method in class com.alee.utils.TextUtils
Returns random ID with specified prefix and default suffix.
generateId(String, String) - Static method in class com.alee.utils.TextUtils
Returns random ID with specified prefix and suffix.
generateId(int) - Static method in class com.alee.utils.TextUtils
Returns randomly generated ID part with specified length.
GeometryUtils - Class in com.alee.utils
This class provides a set of utilities to work with points and various shapes.
get(int) - Static method in enum com.alee.api.data.BoxOrientation
Returns enumeration literal referencing constant value.
get(int) - Static method in enum com.alee.api.data.CompassDirection
Returns enumeration literal referencing constant value.
get(int) - Static method in enum com.alee.api.data.Orientation
Returns enumeration literal referencing constant value.
get() - Method in interface com.alee.api.jdk.Supplier
Returns a result.
get() - Method in interface com.alee.api.jdk.UnsafeSupplier
Returns a result.
get(String, Object...) - Method in class com.alee.managers.language.Language
Returns text for the specified language key from this Language.
get(String, Object...) - Static method in class com.alee.managers.language.LM
Returns text for the specified language key from this Language.
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 stored settings.
get(String, T) - Static method in class com.alee.managers.settings.SettingsManager
Returns stored settings.
get(String, Supplier<T>) - Static method in class com.alee.managers.settings.SettingsManager
Returns stored settings.
get(String, String, T) - Static method in class com.alee.managers.settings.SettingsManager
Returns stored settings.
get(String, String, Supplier<T>) - Static method in class com.alee.managers.settings.SettingsManager
Returns stored settings.
get(int) - Method in class com.alee.utils.collection.ImmutableList
 
get(Object) - Method in class com.alee.utils.map.AbstractHashMap
Gets the value mapped to the key specified.
get(Object) - Method in class com.alee.utils.map.ImmutableMap
 
get(Object) - Method in class com.alee.utils.map.SoftHashMap
 
get() - Static method in class com.alee.utils.parsing.DurationUnits
Returns global DurationUnits instance.
get() - Static method in class com.alee.utils.parsing.FileSizeUnits
Returns global FileSizeUnits instance.
get() - Method in class com.alee.utils.reflection.LazyInstance
Returns singleton object instance.
get(int) - Static method in enum com.alee.utils.reflection.ModifierType
Returns all modifier types.
get(Class) - Static method in enum com.alee.utils.reflection.ModifierType
Returns all class modifier types.
get(Field) - Static method in enum com.alee.utils.reflection.ModifierType
Returns all field modifier types.
get(Method) - Static method in enum com.alee.utils.reflection.ModifierType
Returns all method modifier types.
get(C) - Method in class com.alee.utils.swing.WeakComponentData
Returns data stored in the JComponent.
get(C, Function<C, D>) - Method in class com.alee.utils.swing.WeakComponentData
Returns data stored in the JComponent.
get() - Static method in class com.alee.utils.xml.ConverterContext
Returns ConverterContext instance.
getActionCommand() - Method in class com.alee.utils.swing.WebTimer
Returns action command for fired events.
getAddMargins() - Method in class com.alee.graphics.filters.ShadowFilter
 
getAddress(URL) - Static method in class com.alee.utils.NetUtils
Returns address represented by the specified URL object.
getAlign() - Method in class com.alee.graphics.filters.MotionBlurFilter
 
getAlignX() - Method in class com.alee.graphics.filters.MotionBlurFilter
 
getAlignY() - Method in class com.alee.graphics.filters.MotionBlurFilter
 
getAllLocales() - Method in class com.alee.managers.language.data.Dictionary
Returns List of all Locale from this Dictionary.
getAllLocales() - Method in class com.alee.managers.language.LanguageManager
Returns List of all Locale from all Dictionarys.
getAlpha() - Method in class com.alee.graphics.filters.MiscComposite
 
getAngle() - Method in class com.alee.graphics.filters.MotionBlurFilter
 
getAngle() - Method in class com.alee.graphics.filters.ShadowFilter
 
getAngle(Point, Point) - Static method in class com.alee.utils.GeometryUtils
Returns angle between the line specified by points and y=0 line.
getAngle(int, int, int, int) - Static method in class com.alee.utils.GeometryUtils
Returns angle between the line specified by points and y=0 line.
getAuthenticator() - Static method in class com.alee.managers.proxy.ProxyManager
Returns current proxy authenticator.
getAuthor() - Method in class com.alee.managers.language.data.TranslationInformation
Returns translation author.
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.
getBackupFilesExtension() - Static method in class com.alee.managers.settings.SettingsManager
Returns backup files extension.
getBaseAddress(String) - Static method in class com.alee.utils.NetUtils
Returns base address for the specified complete address.
getBFactor() - Method in class com.alee.graphics.filters.RGBAdjustFilter
 
getBlack() - Method in class com.alee.graphics.filters.ThresholdFilter
Set the color to be used for pixels below the lower threshold.
getBounds() - Method in class com.alee.graphics.shapes.RelativeGeneralPath
 
getBounds2D(BufferedImage) - Method in class com.alee.graphics.filters.AbstractBufferedImageOp
 
getBounds2D(BufferedImage) - Method in class com.alee.graphics.filters.ConvolveFilter
 
getBounds2D() - Method in class com.alee.graphics.shapes.RelativeGeneralPath
 
getBoundsInWindow(Component) - Static method in class com.alee.utils.CoreSwingUtils
Returns component bounds inside its window.
getBoundsOnScreen(Component, boolean) - Static method in class com.alee.utils.CoreSwingUtils
Returns Component bounds on screen, either only visible or complete ones.
getBrightness() - Method in class com.alee.graphics.filters.ContrastFilter
Get the filter brightness.
getCallerClass() - Static method in class com.alee.utils.ReflectUtils
Returns method caller class.
getCallerClass(int) - Static method in class com.alee.utils.ReflectUtils
Returns method caller class.
getCanonicalEntryName() - Method in class com.alee.utils.jar.JarEntry
Returns JarEntry canonical name.
getCanonicalEntryPath() - Method in class com.alee.utils.jar.JarEntry
Returns JarEntry canonical path.
getChildByName(String) - Method in class com.alee.utils.jar.JarEntry
Returns child JarEntry with the specfiied name or null if it cannot be found.
getChildByName(String, boolean) - Method in class com.alee.utils.jar.JarEntry
Returns child JarEntry with the specfiied name or null if it cannot be found.
getChildByName(String) - Method in class com.alee.utils.jar.JarStructure
Returns child JarEntry with the specfiied name or null if it cannot be found.
getChildByName(String, boolean) - Method in class com.alee.utils.jar.JarStructure
Returns child JarEntry with the specfiied name or null if it cannot be found.
getChildEntries() - Method in class com.alee.utils.jar.JarStructure
Returns copy of children JarEntrys of the root JarEntry.
getChildren() - Method in class com.alee.utils.jar.JarEntry
Returns copy of children JarEntrys.
getChildren(T) - Method in interface com.alee.utils.sort.TopologicalGraphProvider
Returns child nodes for the specified parent.
getChunk(String, int, int) - Method in class com.alee.utils.file.FileNameComparator
Returns name chunk starting from marker position.
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.jar.JarStructure
Returns JarEntry for the specified Class or null if it cannot be found.
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() - Method in class com.alee.api.resource.ClassResource
Returns name of the Class relative to which resource is located.
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.
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.
getClosestSuperclass(Object, Object) - Static method in class com.alee.utils.ReflectUtils
Returns closest superclass for both of the specified classes.
getClosestSuperclass(Class, Class) - Static method in class com.alee.utils.ReflectUtils
Returns closest super Class for both of the specified Classes.
getColor(float) - Method in interface com.alee.graphics.filters.Colormap
Convert a value in the range 0..1 to an RGB color.
getColormap() - Method in class com.alee.graphics.filters.RaysFilter
 
getCompleteClassName(Object) - Static method in class com.alee.utils.ReflectUtils
Returns complete class name that includes enclosing class name if one exists.
getCompleteClassName(Class) - Static method in class com.alee.utils.ReflectUtils
Returns complete class name that includes enclosing class name if one exists.
getComposite() - Method in class com.alee.graphics.filters.CompositeFilter
Get the composite.
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.
getContrast() - Method in class com.alee.graphics.filters.ContrastFilter
Get the filter contrast.
getCurrentBufImg() - Method in class com.alee.graphics.image.gif.GifDecoder
Gets the first (or only) image read.
getCurrentEvent() - Static method in class com.alee.utils.CoreSwingUtils
Returns current EventQueue AWTEvent.
getCurrentEventModifiers() - Static method in class com.alee.utils.CoreSwingUtils
Returns current EventQueue AWTEvent modifiers.
getCycleCount() - Method in class com.alee.utils.swing.WebTimer
Returns executed cycles count.
getCycleNumber() - Method in class com.alee.utils.swing.WebTimer
Returns current cycle number.
getCyclesLimit() - Method in class com.alee.utils.swing.WebTimer
Returns timer cycles execution limit.
getCycleTimeLeft() - Method in class com.alee.utils.swing.WebTimer
Returns time left in milliseconds until current cycle action execution.
getCycleTimePassed() - Method in class com.alee.utils.swing.WebTimer
Returns time passed in milliseconds since current cycle start.
getDate() - Method in class com.alee.utils.file.FileDescription
Returns modification date.
getDefaultPrimitiveValue(Class<?>) - Static method in class com.alee.utils.ReflectUtils
Returns default primitive type value.
getDefaultScreenDevice() - Static method in class com.alee.utils.SystemUtils
Returns default screen device.
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 SettingsGroup name.
getDelay(int) - Method in class com.alee.graphics.image.gif.GifDecoder
Gets display duration for specified frame.
getDelay() - Method in class com.alee.utils.swing.WebTimer
Returns delay between timer cycles in milliseconds.
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
 
getDescription() - Method in class com.alee.utils.filefilter.DescriptiveFileFilter
 
getDescription() - Method in class com.alee.utils.filefilter.DirectoriesFilter
 
getDescription() - Method in class com.alee.utils.filefilter.FilesFilter
 
getDescription() - Method in class com.alee.utils.filefilter.GroupedFileFilter
 
getDescription() - Method in class com.alee.utils.filefilter.ImageFilesFilter
 
getDescription() - Method in class com.alee.utils.filefilter.NonHiddenFilter
 
getDesktop() - Static method in class com.alee.utils.FileUtils
Returns desktop directory if one can be found.
getDesktopPath() - Static method in class com.alee.utils.FileUtils
Returns desktop directory path if one can be found.
getDeviceBounds(GraphicsDevice, boolean) - Static method in class com.alee.utils.SystemUtils
Returns screen device bounds.
getDeviceBounds(GraphicsConfiguration, boolean) - Static method in class com.alee.utils.SystemUtils
Returns screen device bounds.
getDeviceBounds(Point, boolean) - Static method in class com.alee.utils.SystemUtils
Returns screen bounds for the specified location.
getDeviceBounds(Rectangle, boolean) - Static method in class com.alee.utils.SystemUtils
Returns screen bounds within which most part of the specified bounds is placed.
getDeviceBounds(Component, boolean) - Static method in class com.alee.utils.SystemUtils
Returns screen bounds within which most part of the specified component is placed.
getDevicesBounds(boolean) - Static method in class com.alee.utils.SystemUtils
Returns screen device bounds for all screen devices available.
getDictionaries() - Method in class com.alee.managers.language.data.Dictionary
Returns List of Dictionarys this Dictionary contains.
getDictionaries() - Method in class com.alee.managers.language.Language
Returns Dictionary containing all registered Dictionarys.
getDictionaries() - Static method in class com.alee.managers.language.LanguageManager
Returns Dictionary containing all registered Dictionarys.
getDisabledCopy(Icon) - Static method in class com.alee.utils.ImageUtils
Returns new or cached copy of specified Icon made look disabled.
getDiskRoots() - Static method in class com.alee.utils.FileUtils
Returns array of available system disks.
getDisplayedFrame() - Method in class com.alee.graphics.image.gif.GifIcon
Returns currently displayed GifFrame index.
getDisplayedImage() - Method in class com.alee.graphics.image.gif.GifIcon
Returns currently displayed BufferedImage.
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.MotionBlurFilter
 
getDistance() - Method in class com.alee.graphics.filters.ShadowFilter
 
getDominantColor(BufferedImage) - Static method in class com.alee.utils.ImageUtils
Returns dominant Color for the specified BufferedImage.
getEdgeAction() - Method in class com.alee.graphics.filters.ConvolveFilter
 
getEndOfDay(Date) - Static method in class com.alee.utils.TimeUtils
Returns end-of-day date.
getEntry(Object) - Method in class com.alee.utils.map.AbstractHashMap
Gets the entry mapped to the key specified.
getEntryExtension() - Method in class com.alee.utils.jar.JarEntry
Returns JarEntry file extension if it is a file, empty String othewise.
getError() - Method in class com.alee.managers.settings.SettingsGroupState
Returns occurred exception.
getExtension() - Method in enum com.alee.utils.file.MimeType
Returns extension for this type.
getField(Class<?>, String) - Static method in class com.alee.utils.ReflectUtils
Returns specified class field.
getFieldGetter(Object, String) - Static method in class com.alee.utils.ReflectUtils
Returns field getter method by popular method naming pattern.
getFieldGetter(Class, String) - Static method in class com.alee.utils.ReflectUtils
Returns field getter method by popular method naming pattern.
getFields(Object) - Static method in class com.alee.utils.ReflectUtils
Returns all fields in the specified object class and all of its superclasses.
getFields(Class) - Static method in class com.alee.utils.ReflectUtils
Returns all fields in the specified class and all of its superclasses.
getFields(Object, ModifierType...) - Static method in class com.alee.utils.ReflectUtils
Returns all fields in the specified object class and all of its superclasses.
getFields(Class, ModifierType...) - Static method in class com.alee.utils.ReflectUtils
Returns all fields in the specified class and all of its superclasses.
getFieldSafely(Class, String) - Static method in class com.alee.utils.ReflectUtils
Returns specified class field.
getFieldType(Class, String) - Static method in class com.alee.utils.ReflectUtils
Returns specified class field's type.
getFieldTypeSafely(Class, String) - Static method in class com.alee.utils.ReflectUtils
Returns specified class field's type.
getFieldValue(Object, String) - Static method in class com.alee.utils.ReflectUtils
Returns object field value.
getFieldValueSafely(Object, String) - Static method in class com.alee.utils.ReflectUtils
Returns object field value.
getFileDescription(File, String) - Static method in class com.alee.utils.FileUtils
Returns complete file description.
getFileExtPart(File, boolean) - Static method in class com.alee.utils.FileUtils
Returns file extension either with or without dot.
getFileExtPart(String, boolean) - Static method in class com.alee.utils.FileUtils
Returns file extension either with or without dot.
getFileFilter() - Method in class com.alee.utils.filefilter.IOFileFilterAdapter
Returns adapted filter.
getFileFilter() - Method in class com.alee.utils.filefilter.SwingFileFilterAdapter
Returns adapted filter.
getFileIcon(File) - Static method in class com.alee.utils.FileUtils
Returns system file icon.
getFileIcon(File, boolean) - Static method in class com.alee.utils.FileUtils
Returns either large or small system file icon.
getFileLocation(ZipEntry) - Static method in class com.alee.utils.ZipUtils
Returns file location for the specified zip entry.
getFileName(ZipEntry) - Static method in class com.alee.utils.ZipUtils
Returns file name for the specified zip entry.
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.
getForeground(P) - Method in interface com.alee.api.ui.ForegroundBridge
Returns foreground Color based on provided RenderingParameters.
getFrame(int) - Method in class com.alee.graphics.image.gif.GifDecoder
Gets the image contents of frame n.
getFrame(int) - Method in class com.alee.graphics.image.gif.GifIcon
Returns GifFrame at the specified index.
getFrameCount() - Method in class com.alee.graphics.image.gif.GifDecoder
Gets the number of frames read from file.
getFrameCount() - Method in class com.alee.graphics.image.gif.GifIcon
Returns GifIcon frame count.
getFrames() - Method in class com.alee.graphics.image.gif.GifIcon
Returns copy of the List of all GifFrames in this GifIcon.
getGetterMethodName(String) - Static method in class com.alee.utils.ReflectUtils
Returns getter method name for the specified field.
getGFactor() - Method in class com.alee.graphics.filters.RGBAdjustFilter
 
getGraphicsConfiguration() - Static method in class com.alee.utils.SystemUtils
Returns default screen GraphicsConfiguration.
getGraphicsDevice(Window) - Static method in class com.alee.utils.SystemUtils
Returns screen device for the specified window.
getGraphicsDevice(Point) - Static method in class com.alee.utils.SystemUtils
Returns screen device for the specified location.
getGraphicsDevice(Rectangle) - Static method in class com.alee.utils.SystemUtils
Returns screen device where most part of specified bounds is placed.
getGraphicsDevices() - Static method in class com.alee.utils.SystemUtils
Returns list of available screen devices.
getGraphicsEnvironment() - Static method in class com.alee.utils.SystemUtils
Returns default GraphicsEnvironment.
getGroup(String) - Static method in class com.alee.managers.task.TaskManager
Returns TaskGroup with the specified identifier.
getGroupFilePath(String) - Static method in class com.alee.managers.settings.SettingsManager
Returns directory where settings group file is saved.
getHost(String) - Static method in class com.alee.utils.NetUtils
Returns host for the specified address.
getHRadius() - Method in class com.alee.graphics.filters.BoxBlurFilter
 
getIcon(P) - Method in interface com.alee.api.ui.IconBridge
Returns Icon based on provided RenderingParameters.
getIcon(RenderingParameters) - Method in class com.alee.utils.filefilter.AbstractFileFilter
Returns file filter Icon.
getIcon(RenderingParameters) - Method in class com.alee.utils.filefilter.AllFilesFilter
 
getIcon(RenderingParameters) - Method in class com.alee.utils.filefilter.DescriptiveFileFilter
 
getIcon(RenderingParameters) - Method in class com.alee.utils.filefilter.DirectoriesFilter
 
getIcon(RenderingParameters) - Method in class com.alee.utils.filefilter.FilesFilter
 
getIcon(RenderingParameters) - Method in class com.alee.utils.filefilter.GroupedFileFilter
 
getIcon(RenderingParameters) - Method in class com.alee.utils.filefilter.ImageFilesFilter
 
getIcon(RenderingParameters) - Method in class com.alee.utils.filefilter.NonHiddenFilter
 
getIcon() - Method in class com.alee.utils.jar.JarEntry
Returns JarEntry icon.
getIcon() - Method in enum com.alee.utils.jar.JarEntryType
Returns JAR entry type icon.
getIcon(E, String) - Static method in class com.alee.utils.swing.EnumLazyIconProvider
Returns cached or just loaded enum icon.
getIcon(E, String, String) - Static method in class com.alee.utils.swing.EnumLazyIconProvider
Returns cached or just loaded enum icon for the specified state.
getIcon(E, String, String, String) - Static method in class com.alee.utils.swing.EnumLazyIconProvider
Returns cached or just loaded enum icon for the specified state.
getIconHeight() - Method in class com.alee.graphics.image.gif.GifIcon
 
getIconResource(Class, String) - Static method in class com.alee.utils.FileUtils
Returns resource icon.
getIconResource(Class, String, float) - Static method in class com.alee.utils.FileUtils
Returns resource icon with the specified opacity.
getIconWidth() - Method in class com.alee.graphics.image.gif.GifIcon
 
getId() - Method in interface com.alee.api.Identifiable
Returns unique object identifier.
getId() - Method in class com.alee.managers.language.data.Dictionary
 
getId() - Method in class com.alee.managers.settings.SettingsGroup
Returns group identifier.
getId() - Method in class com.alee.managers.task.TaskGroup
 
getId() - Method in class com.alee.utils.jar.JarEntry
 
getId() - Method in class com.alee.utils.xml.BasicStrokeConverterSupport
 
getId() - Method in interface com.alee.utils.xml.StrokeConverterSupport
Returns unique stroke identifier.
getImagePixels() - Method in class com.alee.graphics.image.gif.GifEncoder
Extracts image pixels into byte array "pixels"
getInitialDelay() - Method in class com.alee.utils.swing.WebTimer
Returns delay before the first timer cycle run in milliseconds.
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.
getInnerClass(String, String) - Static method in class com.alee.utils.ReflectUtils
Returns inner class with the specified name.
getInnerClassSafely(Class, String) - Static method in class com.alee.utils.ReflectUtils
Returns inner class with the specified name.
getInnerClassSafely(String, String) - Static method in class com.alee.utils.ReflectUtils
Returns inner class with the specified name.
getInputStream() - Method in class com.alee.api.resource.ClassResource
 
getInputStream() - Method in class com.alee.api.resource.FileResource
 
getInputStream() - Method in interface com.alee.api.resource.Resource
Returns new InputStream for this Resource.
getInputStream() - Method in class com.alee.api.resource.UrlResource
 
getInputStream() - Method in class com.alee.utils.jar.JarEntry
Returns JarEntry content InputStream.
getInstance(int, float) - Static method in class com.alee.graphics.filters.MiscComposite
 
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.jar.JarStructure
Returns JAR file location.
getJarLocationFile(Class) - Static method in class com.alee.utils.FileUtils
Returns JAR location File for the specified class.
getJarLocationURL(Class) - Static method in class com.alee.utils.FileUtils
Returns JAR location URL for the specified class.
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
Returns Record key within its Dictionary.
getKey() - Method in class com.alee.utils.general.Pair
Gets the key for this pair.
getKey() - Method in class com.alee.utils.map.AbstractHashMap.HashEntry
 
getKey() - Method in class com.alee.utils.map.AbstractHashMap.HashMapIterator
 
getKey() - Method in class com.alee.utils.map.EmptyMapIterator
 
getKey() - Method in interface com.alee.utils.map.KeyValue
Gets the key from the pair.
getKey() - Method in interface com.alee.utils.map.MapIterator
Gets the current key, which is the key returned by the last call to next().
GETKEY_INVALID - Static variable in class com.alee.utils.map.AbstractHashMap
 
getKeys() - Method in class com.alee.managers.language.data.Dictionary
Returns Set of all Record keys for this Dictionary.
getLanguage() - Static method in class com.alee.managers.language.LanguageManager
Returns currently used Language.
getLanguage() - Static method in class com.alee.managers.language.LM
Returns specific Language instance currently used by this bridge class.
getLanguageSupplier() - Static method in class com.alee.managers.language.LM
Returns Supplier for universal Language.
getLanguageTitle(Language) - Static method in class com.alee.managers.language.LanguageManager
Returns Language title based on TranslationInformation provided within added Dictionarys.
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.
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.
getLocale() - Method in class com.alee.managers.language.data.TranslationInformation
Returns translation Locale.
getLocale() - Method in class com.alee.managers.language.data.Value
Returns Locale of this Value.
getLocale() - Method in class com.alee.managers.language.Language
Returns Locale of this Language.
getLocale() - Static method in class com.alee.managers.language.LanguageManager
Returns currently used Locale.
getLocale() - Static method in class com.alee.managers.language.LM
Returns Locale from Language instance currently used by this bridge class.
getLocaleTitle(Locale) - Static method in class com.alee.managers.language.LanguageManager
Returns Locale title based on TranslationInformation provided within added Dictionarys.
getLoopCount() - Method in class com.alee.graphics.image.gif.GifDecoder
Gets the "Netscape" iteration count, if any.
getLowerThreshold() - Method in class com.alee.graphics.filters.ThresholdFilter
Get the lower threshold value.
getLUT() - Method in class com.alee.graphics.filters.RGBAdjustFilter
 
getLUT() - Method in class com.alee.graphics.filters.TransferFilter
 
getMask() - Method in class com.alee.graphics.filters.MaskFilter
 
getMaximizedBounds(Frame) - Static method in class com.alee.utils.SystemUtils
Returns maximized bounds for the screen where specified frame is displayed.
getMaximizedEastBounds(Frame) - Static method in class com.alee.utils.SystemUtils
Returns maximized bounds for the east half of the screen where specified frame is displayed.
getMaximizedWestBounds(Frame) - Static method in class com.alee.utils.SystemUtils
Returns maximized bounds for the west half of the screen where specified frame is displayed.
getMethod(Object, String, Object...) - Static method in class com.alee.utils.ReflectUtils
Returns object's method with the specified name and arguments.
getMethod(Class, String, Object...) - Static method in class com.alee.utils.ReflectUtils
Returns object's method with the specified name and arguments.
getMethodSafely(Object, String, Object...) - Static method in class com.alee.utils.ReflectUtils
Calls object's method with the specified name and arguments.
getMethodSafely(Class, String, Object...) - Static method in class com.alee.utils.ReflectUtils
Returns object's method with the specified name and arguments.
getMnemonic() - Method in class com.alee.managers.language.data.Text
Returns mnemonic character.
getMnemonic(String) - Method in class com.alee.managers.language.Language
Returns mnemonic for the specified language key from this Language.
getMnemonic(String, String) - Method in class com.alee.managers.language.Language
Returns mnemonic for the specified language key from this Language.
getMnemonic(String) - Static method in class com.alee.managers.language.LM
Returns mnemonic for the specified language key from this Language.
getMnemonic(String, String) - Static method in class com.alee.managers.language.LM
Returns mnemonic for the specified language key from this Language.
getMouseLocation() - Static method in class com.alee.utils.CoreSwingUtils
Returns mouse location on the screen.
getMouseLocation(Component) - Static method in class com.alee.utils.CoreSwingUtils
Returns mouse location on the screen relative to specified component.
getName() - Method in class com.alee.managers.language.data.Dictionary
Returns Dictionary name.
getName() - Method in class com.alee.managers.settings.SettingsGroup
Returns group name.
getName() - Method in class com.alee.utils.file.FileDescription
Returns file name.
getName() - Method in class com.alee.utils.jar.JarEntry
Returns JarEntry name.
getName() - Method in class com.alee.utils.swing.WebTimer
Returns internal timer thread name.
getNonNullContainingRect(List<Point>) - Static method in class com.alee.utils.GeometryUtils
Returns rectangle containing all specified points.
getNonNullContainingRect(Point...) - Static method in class com.alee.utils.GeometryUtils
Returns rectangle containing all specified points.
getNonNullContainingRect(Rectangle...) - Static method in class com.alee.utils.GeometryUtils
Returns rectangle containing all specified rectangles.
getNonNullContainingRect(Rectangle, Rectangle) - Static method in class com.alee.utils.GeometryUtils
Returns rectangle containing two others.
getNonNullRootPane(Component) - Static method in class com.alee.utils.CoreSwingUtils
Returns root pane for the specified component or null if it doesn't exist.
getNonNullWindowAncestor(Component) - Static method in class com.alee.utils.CoreSwingUtils
Returns ancestor Window for specified Component.
getNonProxyHosts() - Method in class com.alee.managers.proxy.ProxySettings
Returns non-proxy hosts.
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
Returns OS vendor site address.
getOsType() - Static method in class com.alee.utils.SystemUtils
Returns OS type.
getOsVersion() - Static method in class com.alee.utils.SystemUtils
Returns OS version.
getPackageEntry(Package) - Method in class com.alee.utils.jar.JarStructure
Returns JarEntry for the specified Package or null if it cannot be found.
getPackageEntry(String) - Method in class com.alee.utils.jar.JarStructure
Returns JarEntry for the specified Package name or null if it cannot be found.
getPackages(String) - Static method in class com.alee.utils.ReflectUtils
Returns packages names.
getParagraphs() - Method in class com.alee.utils.text.LoremIpsum
Returns two paragraphs of lorem ipsum.
getParagraphs(int) - Method in class com.alee.utils.text.LoremIpsum
Returns paragraphs of lorem ipsum.
getParent(File) - Static method in class com.alee.utils.FileUtils
Returns parent File.
getParent() - Method in class com.alee.utils.jar.JarEntry
Returns parent JarEntry or null if this is a JarEntryType.JAR entry.
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.
getPath() - Method in class com.alee.api.resource.ClassResource
Returns resource path near Class.
getPath() - Method in class com.alee.api.resource.FileResource
Returns resource file path.
getPath() - Method in class com.alee.utils.jar.JarEntry
Returns List of JarEntrys representing this JarEntry path to root JarEntry.
getPathIterator(AffineTransform) - Method in class com.alee.graphics.shapes.RelativeGeneralPath
 
getPathIterator(AffineTransform, double) - Method in class com.alee.graphics.shapes.RelativeGeneralPath
 
getPinnedNanoTime() - Static method in class com.alee.utils.TimeUtils
Returns last pinned nanotime.
getPinnedTime() - Static method in class com.alee.utils.TimeUtils
Returns last pinned time.
getPixelAspect() - Method in class com.alee.graphics.image.gif.GifDecoder
Returns pixel aspect ratio.
getPlainText(String) - Static method in class com.alee.utils.HtmlUtils
Returns plain text extracted from the specified HTML.
getPlainText(String, String) - Static method in class com.alee.utils.HtmlUtils
Returns plain text extracted from the specified HTML.
getPoint2D(Point2D, Point2D) - Method in class com.alee.graphics.filters.AbstractBufferedImageOp
 
getPoint2D(Point2D, Point2D) - Method in class com.alee.graphics.filters.ConvolveFilter
 
getPointerInfo() - Static method in class com.alee.utils.CoreSwingUtils
Returns pointer information.
getPopupMenus() - Static method in class com.alee.utils.CoreSwingUtils
Returns List of displayed JPopupMenus.
getPort(String) - Static method in class com.alee.utils.NetUtils
Returns port for the specified address or -1 if it is not set.
getPrefix() - Method in class com.alee.managers.language.data.Dictionary
Returns Dictionary prefix.
getProperFileName(String) - Static method in class com.alee.utils.FileUtils
Returns a valid for any file system file name based on specified name.
getProxyHost() - Method in class com.alee.managers.proxy.ProxySettings
Returns proxy host.
getProxyLogin() - Method in class com.alee.managers.proxy.ProxySettings
Returns proxy login.
getProxyPassword() - Method in class com.alee.managers.proxy.ProxySettings
Returns proxy password.
getProxyPort() - Method in class com.alee.managers.proxy.ProxySettings
Returns proxy port.
getProxyPortInt() - Method in class com.alee.managers.proxy.ProxySettings
Returns integer proxy port.
getProxySettings() - Static method in class com.alee.managers.proxy.ProxyManager
Returns current proxy settings or default proxy settings if none installed.
getRadius() - Method in class com.alee.graphics.filters.BoxBlurFilter
 
getRadius() - Method in class com.alee.graphics.filters.GaussianFilter
Get the radius of the kernel.
getRadius() - Method in class com.alee.graphics.filters.ShadowFilter
Get the radius of the kernel.
getRaysOnly() - Method in class com.alee.graphics.filters.RaysFilter
 
getReadState() - Method in class com.alee.managers.settings.SettingsGroupState
getRecord(String, Locale) - Method in class com.alee.managers.language.data.Dictionary
Returns Record for the specified language key.
getRecord(String) - Method in class com.alee.managers.language.Language
Returns Record for the specified language key.
getRecords() - Method in class com.alee.managers.language.data.Dictionary
Returns List of Records this Dictionary contains.
getRelativeBounds(Component, Component) - Static method in class com.alee.utils.CoreSwingUtils
Returns component bounds relative to another component.
getRelativeLocation(Component, Component) - Static method in class com.alee.utils.CoreSwingUtils
Returns component location relative to another component.
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
 
getRFactor() - Method in class com.alee.graphics.filters.RGBAdjustFilter
 
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.jar.JarStructure
Returns root JarEntry of JarEntryType.JAR representing JAR itself.
getRootPane(Component) - Static method in class com.alee.utils.CoreSwingUtils
Returns root pane for the specified component or null if it doesn't exist.
getRoots() - Method in interface com.alee.utils.sort.TopologicalGraphProvider
Returns graph root nodes.
getRotation() - Method in class com.alee.graphics.filters.MotionBlurFilter
 
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.
getScrollPaneConstant() - Method in enum com.alee.api.data.Corner
Returns scroll pane constant of this corner type.
getSetterMethodName(String) - Static method in class com.alee.utils.ReflectUtils
Returns setter method name for the specified field.
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.
getSettings(String, Supplier<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 SettingsGroupState for the SettingsGroup with the specified name.
getSettingsKey(Object...) - Static method in class com.alee.utils.TextUtils
Returns settings combined into a single key.
getShadowColor() - Method in class com.alee.graphics.filters.ShadowFilter
 
getShadowOnly() - Method in class com.alee.graphics.filters.ShadowFilter
 
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.
getStackTrace(Throwable) - Static method in class com.alee.utils.ExceptionUtils
Returns the stack trace from a Throwable as a String.
getStackTrace(StackTraceElement[]) - Static method in class com.alee.utils.ExceptionUtils
Returns String representation of the specified stack trace.
getStandardFileIcon(File, boolean) - Static method in class com.alee.utils.FileUtils
Returns either large or small file icon from a standard icons set.
getStandardFileIcon(File, boolean, boolean) - Static method in class com.alee.utils.FileUtils
Returns either large or small file icon from a standard icons set.
getStandardFileIcon(boolean, String, float) - Static method in class com.alee.utils.FileUtils
Returns either large or small icon for the specified extension from a standard icons set.
getStartOfDay(Date) - Static method in class com.alee.utils.TimeUtils
Returns start-of-day date.
getState() - Method in class com.alee.managers.language.data.Text
Returns state this translation is used for.
getState(String, String, Object...) - Method in class com.alee.managers.language.Language
Returns text for the specified language key and state from this Language.
getState(String, String, Object...) - Static method in class com.alee.managers.language.LM
Returns text for the specified language key and state from this Language.
getStaticFieldValue(Class, String) - Static method in class com.alee.utils.ReflectUtils
Returns static field value from the specified class.
getStaticFieldValueSafely(Class, String) - Static method in class com.alee.utils.ReflectUtils
Returns static field value from the specified class.
getStatus() - Method in class com.alee.graphics.image.gif.GifDecoder
Returns decoder status.
getStatus() - Method in class com.alee.graphics.image.gif.GifIcon
Returns GifIcon loading status.
getStrength() - Method in class com.alee.graphics.filters.RaysFilter
 
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
 
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.
getSupportedLocales() - Method in class com.alee.managers.language.data.Dictionary
Returns List of Locale supported by this Dictionary.
getSupportedLocales() - Static method in class com.alee.managers.language.LanguageManager
Returns List of Locales that are supported by all Dictionarys.
getSupportedLocales(List<Locale>) - Static method in class com.alee.managers.language.LanguageManager
Returns filtered List of Locales that are supported by all Dictionarys.
getSwingFileFilter(AbstractFileFilter) - Static method in class com.alee.utils.FileUtils
Returns actual Swing file filter from the specified filter.
getSystemHttpProxy() - Static method in class com.alee.managers.proxy.ProxyManager
Returns system http proxy.
getSystemLineSeparator() - Static method in class com.alee.utils.TextUtils
Returns preferred system text lines separator.
getSystemLocale() - Static method in class com.alee.managers.language.LanguageUtils
Returns system Locale.
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.
getText(P) - Method in interface com.alee.api.ui.TextBridge
Returns text based on provided RenderingParameters.
getText(Object...) - Method in class com.alee.managers.language.data.Text
Returns parsed Text.text or raw contents depending on provided data.
getText() - Method in class com.alee.managers.language.data.Value
Returns Text for default state.
getText(String) - Method in class com.alee.managers.language.data.Value
Returns Text for the specified state.
getText(String) - Method in class com.alee.managers.language.Language
Returns default state Text for the specified language key and Locale from this Language.
getText(String, String) - Method in class com.alee.managers.language.Language
Returns Text for the specified language key and Locale from this Language.
getText(RenderingParameters) - Method in class com.alee.utils.filefilter.AbstractFileFilter
Returns file filter title.
getTexts() - Method in class com.alee.managers.language.data.Value
Returns Texts of this Value.
getThreshold() - Method in class com.alee.graphics.filters.RaysFilter
 
getTitle() - Method in class com.alee.managers.language.data.TranslationInformation
Returns translation language title.
getTopComponentAt(Component, Point) - Static method in class com.alee.utils.CoreSwingUtils
Returns top component inside the specified container component at the specified point.
getTopComponentAt(Component, int, int) - Static method in class com.alee.utils.CoreSwingUtils
Returns top component inside the specified container component at the specified point.
getTopParent(File) - Static method in class com.alee.utils.FileUtils
Returns top not-null parent for the specified file.
getTransform() - Method in class com.alee.graphics.filters.CompositeFilter
Get the transform.
getTranslation(Locale) - Method in class com.alee.managers.language.data.Dictionary
Returns TranslationInformation for the specified Locale.
getTranslations() - Method in class com.alee.managers.language.data.Dictionary
Returns List of TranslationInformations contained in this dictionary.
getTransparentCopy(Icon, float) - Static method in class com.alee.utils.ImageUtils
Returns new or cached copy of specified Icon made look disabled.
getTransparentCursor() - Static method in class com.alee.utils.SystemUtils
Returns fully transparent cursor.
getType() - Method in enum com.alee.utils.file.MimeType
Returns String representation of this type.
getType() - Method in class com.alee.utils.jar.JarEntry
Returns JarEntryType.
getType() - Method in class com.alee.utils.xml.BasicStrokeConverterSupport
 
getType() - Method in interface com.alee.utils.xml.StrokeConverterSupport
Returns stroke class.
getUpperThreshold() - Method in class com.alee.graphics.filters.ThresholdFilter
Get the upper threshold value.
getURI(String) - Static method in class com.alee.utils.NetUtils
Returns URI for the specified address.
getUrl() - Method in class com.alee.api.resource.UrlResource
Returns resource URL address.
getURL(String) - Static method in class com.alee.utils.NetUtils
Returns URL for the specified address.
getURLConnection(URL) - Static method in class com.alee.managers.proxy.ProxyManager
Opens URL connection with current proxy settings.
getUrlParameters(String) - Static method in class com.alee.utils.WebUtils
Returns url query parameters.
getUserHome() - Static method in class com.alee.utils.FileUtils
Returns user home directory.
getUserHomePath() - Static method in class com.alee.utils.FileUtils
Returns path to user home directory.
getValue() - Method in enum com.alee.api.data.BoxOrientation
Returns constant value.
getValue() - Method in enum com.alee.api.data.CompassDirection
Returns constant value.
getValue() - Method in enum com.alee.api.data.Orientation
Returns constant value.
getValue(Locale) - Method in class com.alee.managers.language.data.Record
Returns Value most fitting for the specified Locale.
getValue(String) - Method in class com.alee.managers.language.Language
Returns Value for the specified language key and Locale from this Language.
getValue() - Method in class com.alee.utils.general.Pair
Gets the value for this pair.
getValue() - Method in class com.alee.utils.map.AbstractHashMap.HashEntry
 
getValue() - Method in class com.alee.utils.map.AbstractHashMap.HashMapIterator
 
getValue() - Method in class com.alee.utils.map.EmptyMapIterator
 
getValue() - Method in interface com.alee.utils.map.KeyValue
Gets the value from the pair.
getValue() - Method in interface com.alee.utils.map.MapIterator
Gets the current value, which is the value associated with the last key returned by next().
GETVALUE_INVALID - Static variable in class com.alee.utils.map.AbstractHashMap
 
getValues() - Method in class com.alee.managers.language.data.Record
Returns Values of this Record.
getValues(Locale) - Method in class com.alee.managers.language.data.Record
Returns List of Values for the specified Locale.
getVisibleRect(Component) - Static method in class com.alee.utils.CoreSwingUtils
Returns intersection of the visible rectangles for the component and all of its ancestors.
getVRadius() - Method in class com.alee.graphics.filters.BoxBlurFilter
 
getWhite() - Method in class com.alee.graphics.filters.ThresholdFilter
Get the color to be used for pixels above the upper threshold.
getWindowAncestor(Component) - Static method in class com.alee.utils.CoreSwingUtils
Returns ancestor Window for specified Component or null if it doesn't exist.
getWindowDecorationInsets(Window) - Static method in class com.alee.utils.CoreSwingUtils
Returns window decoration insets.
getWord(String, int) - Static method in class com.alee.utils.TextUtils
Returns a word from text at the specified location.
getWordEnd(String, int) - Static method in class com.alee.utils.TextUtils
Returns a word end index at the specified location.
getWords() - Method in class com.alee.utils.text.LoremIpsum
Returns one sentence (50 words) of the lorem ipsum text.
getWords(int) - Method in class com.alee.utils.text.LoremIpsum
Returns words from the lorem ipsum text.
getWords(int, int) - Method in class com.alee.utils.text.LoremIpsum
Returns words from the lorem ipsum text.
getWordStart(String, int) - Static method in class com.alee.utils.TextUtils
Returns index of the first character in the word 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.
getX() - Method in class com.alee.utils.swing.Scale
Returns X coordinate scale.
getX1() - Method in class com.alee.graphics.data.Line
Returns first X coordinate.
getX2() - Method in class com.alee.graphics.data.Line
Returns second X coordinate.
getXCoordinates(int, int, int, int, int, double) - Static method in class com.alee.graphics.shapes.StarPolygon
 
getXStream() - Static method in class com.alee.utils.XmlUtils
Returns global XStream instance configured with all required aliases and converters.
getY() - Method in class com.alee.utils.swing.Scale
Returns Y coordinate scale.
getY1() - Method in class com.alee.graphics.data.Line
Returns first Y coordinate.
getY2() - Method in class com.alee.graphics.data.Line
Returns second Y coordinate.
getYCoordinates(int, int, int, int, int, double) - Static method in class com.alee.graphics.shapes.StarPolygon
 
getZipEntry() - Method in class com.alee.utils.jar.JarEntry
Returns ZipEntry or null if this is a JarEntryType.JAR entry.
getZoom() - Method in class com.alee.graphics.filters.MotionBlurFilter
 
gFactor - Variable in class com.alee.graphics.filters.RGBAdjustFilter
 
gifAnimator - Variable in class com.alee.graphics.image.gif.GifIcon
Daemon Thread that handles GifIcon animation.
GifDecoder - Class in com.alee.graphics.image.gif
 
GifDecoder() - Constructor for class com.alee.graphics.image.gif.GifDecoder
 
GifEncoder - Class in com.alee.graphics.image.gif
Class GifEncoder - Encodes a GIF file consisting of one or more frames.
GifEncoder() - Constructor for class com.alee.graphics.image.gif.GifEncoder
 
GifFrame - Class in com.alee.graphics.image.gif
Single GifIcon frame.
GifFrame(BufferedImage, int) - Constructor for class com.alee.graphics.image.gif.GifFrame
Constructs new GifFrame.
GifIcon - Class in com.alee.graphics.image.gif
Simple GIF Icon implementation.
GifIcon(Resource) - Constructor for class com.alee.graphics.image.gif.GifIcon
Constructs new GifIcon.
GifIcon(InputStream) - Constructor for class com.alee.graphics.image.gif.GifIcon
Constructs new GifIcon.
GifIcon(GifFrame...) - Constructor for class com.alee.graphics.image.gif.GifIcon
Constructs new GifIcon.
GifIcon(List<GifFrame>) - Constructor for class com.alee.graphics.image.gif.GifIcon
Constructs new GifIcon.
GlobalCloneBehavior<O> - Interface in com.alee.api.clone
Global objects clone behavior.
GlobalMergeBehavior<O,M,R> - Interface in com.alee.api.merge
Global objects merge behavior.
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.
grayscale(Color) - Static method in class com.alee.utils.ColorUtils
Returns grayscale version of the specified Color.
GrayscaleFilter - Class in com.alee.graphics.filters
A filter which converts an image to grayscale using the NTSC brightness calculation.
GrayscaleFilter() - Constructor for class com.alee.graphics.filters.GrayscaleFilter
Constructs new GrayscaleFilter.
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.
gTable - Variable in class com.alee.graphics.filters.TransferFilter
 

H

HALF_PI - Static variable in class com.alee.graphics.filters.ImageMath
 
HARD_LIGHT - Static variable in class com.alee.graphics.filters.MiscComposite
 
hasAllOfModifiers(Class, ModifierType...) - Static method in class com.alee.utils.ReflectUtils
Returns whether or not Class has all of the specified modifiers.
hasAllOfModifiers(Class, Collection<ModifierType>) - Static method in class com.alee.utils.ReflectUtils
Returns whether or not Class has all of the specified modifiers.
hasAllOfModifiers(Method, ModifierType...) - Static method in class com.alee.utils.ReflectUtils
Returns whether or not Method has all of the specified modifiers.
hasAllOfModifiers(Method, Collection<ModifierType>) - Static method in class com.alee.utils.ReflectUtils
Returns whether or not Method has all of the specified modifiers.
hasAllOfModifiers(Field, ModifierType...) - Static method in class com.alee.utils.ReflectUtils
Returns whether or not Field has all of the specified modifiers.
hasAllOfModifiers(Field, Collection<ModifierType>) - Static method in class com.alee.utils.ReflectUtils
Returns whether or not Field has all of the specified modifiers.
hasAnyOfModifiers(Class, ModifierType...) - Static method in class com.alee.utils.ReflectUtils
Returns whether or not Class has any of the specified modifiers.
hasAnyOfModifiers(Class, Collection<ModifierType>) - Static method in class com.alee.utils.ReflectUtils
Returns whether or not Class has any of the specified modifiers.
hasAnyOfModifiers(Method, ModifierType...) - Static method in class com.alee.utils.ReflectUtils
Returns whether or not Method has any of the specified modifiers.
hasAnyOfModifiers(Method, Collection<ModifierType>) - Static method in class com.alee.utils.ReflectUtils
Returns whether or not Method has any of the specified modifiers.
hasAnyOfModifiers(Field, ModifierType...) - Static method in class com.alee.utils.ReflectUtils
Returns whether or not Field has any of the specified modifiers.
hasAnyOfModifiers(Field, Collection<ModifierType>) - Static method in class com.alee.utils.ReflectUtils
Returns whether or not Field has any of the specified modifiers.
hasDuplicates(Collection) - Method in class com.alee.api.duplicate.AbstractDuplicateResolver
Returns whether or not specified Collection has one or more duplicates.
hash(Object...) - Static method in class com.alee.api.jdk.Objects
Generates a hash code for a sequence of input values.
hash(Object) - Method in class com.alee.utils.map.AbstractHashMap
Gets the hash code for the key specified.
hashCode() - Method in class com.alee.api.version.Version
 
hashCode() - Method in class com.alee.graphics.filters.MiscComposite
 
hashCode() - Method in class com.alee.managers.task.TaskGroup
 
hashCode() - Method in class com.alee.utils.collection.ImmutableCollection
 
hashCode() - Method in class com.alee.utils.collection.ImmutableList
 
hashCode() - Method in class com.alee.utils.collection.ImmutableSet
 
hashCode() - Method in class com.alee.utils.collection.WeakHashSet
 
hashCode() - Method in class com.alee.utils.general.Pair
 
hashCode() - Method in class com.alee.utils.map.AbstractHashMap
Gets the standard Map hashCode.
hashCode - Variable in class com.alee.utils.map.AbstractHashMap.HashEntry
The hash code of the key
hashCode() - Method in class com.alee.utils.map.AbstractHashMap.HashEntry
 
hashCode() - Method in class com.alee.utils.system.JavaVersion
 
HashEntry(AbstractHashMap.HashEntry<K, V>, int, K, V) - Constructor for class com.alee.utils.map.AbstractHashMap.HashEntry
hashIndex(int, int) - Method in class com.alee.utils.map.AbstractHashMap
Gets the index into the data storage for the hashCode specified.
hashIndex - Variable in class com.alee.utils.map.AbstractHashMap.HashIterator
The current index into the array of buckets
HashIterator(AbstractHashMap<K, V>) - Constructor for class com.alee.utils.map.AbstractHashMap.HashIterator
HashMapIterator(AbstractHashMap) - Constructor for class com.alee.utils.map.AbstractHashMap.HashMapIterator
HashSetBuilder<T> - Class in com.alee.utils.collection
Simple HashSet builder.
HashSetBuilder() - Constructor for class com.alee.utils.collection.HashSetBuilder
Constructs new HashSetBuilder and instantiates HashSet.
hasMethod(Object, String, Object...) - Static method in class com.alee.utils.ReflectUtils
Returns whether method with the specified name and arguments exists in the specified object.
hasMethod(Class, String, Object...) - Static method in class com.alee.utils.ReflectUtils
Returns whether method with the specified name and arguments exists in the specified class.
hasMoreElements() - Method in class com.alee.utils.collection.EmptyEnumeration
 
hasNext() - Method in class com.alee.utils.array.ArrayIterator
 
hasNext() - Method in class com.alee.utils.collection.EmptyIterator
 
hasNext() - Method in class com.alee.utils.map.AbstractHashMap.HashIterator
 
hasNext() - Method in class com.alee.utils.map.EmptyMapIterator
 
hasNext() - Method in interface com.alee.utils.map.MapIterator
Checks to see if there are more entries still to be iterated.
hasNoneOfModifiers(Class, ModifierType...) - Static method in class com.alee.utils.ReflectUtils
Returns whether or not Class has none of the specified modifiers.
hasNoneOfModifiers(Class, Collection<ModifierType>) - Static method in class com.alee.utils.ReflectUtils
Returns whether or not Class has none of the specified modifiers.
hasNoneOfModifiers(Method, ModifierType...) - Static method in class com.alee.utils.ReflectUtils
Returns whether or not Method has none of the specified modifiers.
hasNoneOfModifiers(Method, Collection<ModifierType>) - Static method in class com.alee.utils.ReflectUtils
Returns whether or not Method has none of the specified modifiers.
hasNoneOfModifiers(Field, ModifierType...) - Static method in class com.alee.utils.ReflectUtils
Returns whether or not Field has none of the specified modifiers.
hasNoneOfModifiers(Field, Collection<ModifierType>) - Static method in class com.alee.utils.ReflectUtils
Returns whether or not Field has none of the specified modifiers.
hasPrevious() - Method in class com.alee.utils.array.ArrayListIterator
 
hasValue(Locale) - Method in class com.alee.managers.language.data.Record
Returns whether or not this Record has Value for the specified Locale.
height - Variable in class com.alee.graphics.image.gif.GifEncoder
 
highSurrogate(int) - Static method in class com.alee.utils.xml.XMLChar
Returns the high surrogate of a supplemental character
hoverChanged(E, E) - Method in interface com.alee.utils.swing.HoverListener
Informs when hover object changes.
HoverListener<E> - Interface in com.alee.utils.swing
Custom listener that informs about hover object changes.
HtmlUtils - Class in com.alee.utils
This class provides a set of utilities to work with HTML.
HUE - Static variable in class com.alee.graphics.filters.MiscComposite
 
HUE - Static variable in class com.alee.graphics.filters.PixelUtils
 

I

ICON - Static variable in class com.alee.utils.filefilter.AllFilesFilter
Filter icon.
icon - Variable in class com.alee.utils.filefilter.DescriptiveFileFilter
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.
icon - Variable in class com.alee.utils.jar.JarEntry
Custom JAR entry icon.
IconBridge<P extends RenderingParameters> - Interface in com.alee.api.ui
Base interface for any classes that can return Icon for rendering operations.
id - Variable in class com.alee.managers.task.TaskGroup
This TaskGroup identifier.
id - Variable in class com.alee.utils.jar.JarEntry
Unique JAR entry ID.
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.jar.JarEntry
ID prefix.
Identifiable - Interface in com.alee.api
Interface representing an object with unique identifier.
IdentifiableMatcher - Class in com.alee.api.matcher
Custom Matcher for Identifiable objects and Enums.
IdentifiableMatcher() - Constructor for class com.alee.api.matcher.IdentifiableMatcher
 
IgnoreDuplicates - Class in com.alee.api.duplicate
DuplicateResolver implementation that ignores duplicates within Collection.
IgnoreDuplicates() - Constructor for class com.alee.api.duplicate.IgnoreDuplicates
 
image - Variable in class com.alee.graphics.image.gif.GifEncoder
 
ImageFilesFilter - Class in com.alee.utils.filefilter
Custom file filter that accepts only image files.
ImageFilesFilter() - Constructor for class com.alee.utils.filefilter.ImageFilesFilter
 
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
 
ImageUtils - Class in com.alee.utils
 
ImmutableCollection<E> - Class in com.alee.utils.collection
Collection implementation that doesn't allow any data modifications to be done.
ImmutableCollection(E...) - Constructor for class com.alee.utils.collection.ImmutableCollection
Constructs new ImmutableCollection based on the specified collection data.
ImmutableCollection(Collection<? extends E>) - Constructor for class com.alee.utils.collection.ImmutableCollection
Constructs new ImmutableCollection based on the specified Collection.
ImmutableList<E> - Class in com.alee.utils.collection
List implementation that doesn't allow any data modifications to be done.
ImmutableList(E...) - Constructor for class com.alee.utils.collection.ImmutableList
Constructs new ImmutableList based on the specified list data.
ImmutableList(Collection<? extends E>) - Constructor for class com.alee.utils.collection.ImmutableList
Constructs new ImmutableList based on the specified Collection.
ImmutableMap<K,V> - Class in com.alee.utils.map
Map implementation that doesn't allow any data modifications to be done.
ImmutableMap(Object...) - Constructor for class com.alee.utils.map.ImmutableMap
Constructs new ImmutableMap based on the provided data.
ImmutableMap(Map<K, V>) - Constructor for class com.alee.utils.map.ImmutableMap
Constructs new ImmutableMap based on the provided map.
ImmutableSet<E> - Class in com.alee.utils.collection
Set implementation that doesn't allow any data modifications to be done.
ImmutableSet(E...) - Constructor for class com.alee.utils.collection.ImmutableSet
Constructs new ImmutableSet based on the specified list data.
ImmutableSet(Collection<? extends E>) - Constructor for class com.alee.utils.collection.ImmutableSet
Constructs new ImmutableSet based on the specified Set.
increaseByDay(Calendar) - Static method in class com.alee.utils.TimeUtils
Increases calendar date by one day.
index - Variable in class com.alee.utils.array.ArrayIterator
Iteration index.
IndexArrayMergeBehavior - Class in com.alee.api.merge.behavior
Array merge behavior by their element indices.
IndexArrayMergeBehavior() - Constructor for class com.alee.api.merge.behavior.IndexArrayMergeBehavior
 
indexedPixels - Variable in class com.alee.graphics.image.gif.GifEncoder
 
IndexListMergeBehavior<T extends List> - Class in com.alee.api.merge.behavior
List merge behavior by their element indices.
IndexListMergeBehavior() - Constructor for class com.alee.api.merge.behavior.IndexListMergeBehavior
 
indexOf(int, int[]) - Static method in class com.alee.utils.ArrayUtils
Returns index of specified int in array.
indexOf(long, long[]) - Static method in class com.alee.utils.ArrayUtils
Returns index of specified long in array.
indexOf(float, float[]) - Static method in class com.alee.utils.ArrayUtils
Returns index of specified float in array.
indexOf(double, double[]) - Static method in class com.alee.utils.ArrayUtils
Returns index of specified double in array.
indexOf(char, char[]) - Static method in class com.alee.utils.ArrayUtils
Returns index of specified character in array.
indexOf(byte, byte[]) - Static method in class com.alee.utils.ArrayUtils
Returns index of specified byte in array.
indexOf(String, String[]) - Static method in class com.alee.utils.ArrayUtils
Returns index of specified text in array.
indexOf(String, String[], boolean) - Static method in class com.alee.utils.ArrayUtils
Returns index of specified text in array.
indexOf(Object, Object[]) - Static method in class com.alee.utils.ArrayUtils
Returns index of specified object in array.
indexOf(Object) - Method in class com.alee.utils.collection.ImmutableList
 
init() - Method in class com.alee.graphics.image.gif.GifDecoder
Initializes or re-initializes reader
init() - Method in class com.alee.utils.map.AbstractHashMap
Initialise subclasses during construction, cloning or deserialization.
initalpha - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
initialDelay - Variable in class com.alee.utils.swing.WebTimer
Delay before the first timer cycle run in milliseconds.
initialize() - Method in class com.alee.graphics.filters.TransferFilter
 
initialize() - Static method in class com.alee.managers.CoreManagers
Initializes LaF core managers.
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.
initialize() - Static method in class com.alee.managers.task.TaskManager
Initializes TaskManager settings.
initialized - Variable in class com.alee.graphics.filters.TransferFilter
 
initialized - Static variable in class com.alee.managers.proxy.ProxyManager
Whether manager is initialized or not.
initrad - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
initradius - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
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 XStream converter for Insets.
InsetsConverter() - Constructor for class com.alee.utils.xml.InsetsConverter
 
insetsFromString(String) - Static method in class com.alee.utils.xml.InsetsConverter
Returns Insets read from string.
insetsToString(Insets) - Static method in class com.alee.utils.xml.InsetsConverter
Returns Insets converted into string.
InsetsUIResource - Class in com.alee.utils.swing
Simple UIResource for Insets.
InsetsUIResource(int, int, int, int) - Constructor for class com.alee.utils.swing.InsetsUIResource
Constructs new InsetsUIResource.
InsetsUIResource(Insets) - Constructor for class com.alee.utils.swing.InsetsUIResource
Constructs new InsetsUIResource.
instance() - Static method in class com.alee.utils.collection.EmptyEnumeration
Returns EmptyEnumeration instance.
instance() - Static method in class com.alee.utils.collection.EmptyIterator
Returns EmptyIterator instance.
instance() - Static method in class com.alee.utils.compare.IntegerComparator
Returns static IntegerComparator instance.
instance() - Static method in class com.alee.utils.jar.JarEntryComparator
Returns static JarEntryComparator instance.
instance() - Static method in class com.alee.utils.map.EmptyMapIterator
Returns EmptyIterator instance.
instance - Static variable in class com.alee.utils.parsing.DurationUnits
Global DurationUnits instance.
instance - Static variable in class com.alee.utils.parsing.FileSizeUnits
Global FileSizeUnits instance.
intbias - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
intbiasshift - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
IntegerComparator - Class in com.alee.utils.compare
Comparator implementation for Integers.
IntegerComparator() - Constructor for class com.alee.utils.compare.IntegerComparator
 
intermediate(Color, Color, float) - Static method in class com.alee.utils.ColorUtils
Returns intermediate Color between two specified Colors.
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
 
intersects(double, double, double, double) - Method in class com.alee.graphics.shapes.RelativeGeneralPath
 
intersects(Rectangle2D) - Method in class com.alee.graphics.shapes.RelativeGeneralPath
 
intRange(int, int) - Static method in class com.alee.utils.CollectionUtils
Returns new List filled with Integers in the specified range.
invokeAndWait(Runnable) - Static method in class com.alee.utils.CoreSwingUtils
Will invoke the specified Runnable in EDT in case it is called from non-EDT thread.
invokeAndWait(Runnable, boolean) - Static method in class com.alee.utils.CoreSwingUtils
Will invoke the specified Runnable in EDT in case it is called from non-EDT thread.
invokeLater(Runnable) - Static method in class com.alee.utils.CoreSwingUtils
Will invoke specified Runnable later in EDT.
invokeOnEventDispatchThread(Runnable) - Static method in class com.alee.utils.CoreSwingUtils
Executes specified Runnable on the current Thread if it is Event Dispatch Thread.
inxbuild() - Method in class com.alee.graphics.image.gif.NeuQuant
 
IOFileFilterAdapter - Class in com.alee.utils.filefilter
IOFileFilterAdapter(FileFilter, ImageIcon, String) - Constructor for class com.alee.utils.filefilter.IOFileFilterAdapter
Constructs new FileFilter adapter class.
IOUtils - Class in com.alee.utils
IO utilities.
IOUtils() - Constructor for class com.alee.utils.IOUtils
 
is(String) - Static method in enum com.alee.api.data.Corner
Returns whether or not specified value is a scroll pane constant.
is(int) - Method in enum com.alee.utils.reflection.ModifierType
Returns whether or not modifiers contain this specific modifier.
is(Class) - Method in enum com.alee.utils.reflection.ModifierType
Returns whether or not class has this specific modifier.
is(Field) - Method in enum com.alee.utils.reflection.ModifierType
Returns whether or not field has this specific modifier.
is(Method) - Method in enum com.alee.utils.reflection.ModifierType
Returns whether or not method has this specific modifier.
isAliasJdkClasses() - Static method in class com.alee.utils.XmlUtils
Returns whether or not aliases for standard JDK classes like Point and Rectangle are used.
isAllowSave() - Static method in class com.alee.managers.settings.SettingsManager
Returns whether should allow saving settings into files or not.
isAlwaysUseSystemSettings() - Static method in class com.alee.managers.proxy.ProxyManager
Returns whether system proxy settings usage is enabled or not.
isAncestor() - Method in enum com.alee.utils.reflection.ClassRelationType
Returns whether or not one class is an ancestor of onother one.
isAncestorOf(Component, Component) - Static method in class com.alee.utils.CoreSwingUtils
Returns whether or not specified ancestor is an ancestor of component.
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
 
isBlank(String) - Static method in class com.alee.utils.TextUtils
Returns whether or not specified text is null or empty excluding linebreaks and whitespaces.
isBottom() - Method in enum com.alee.api.data.BoxOrientation
Returns whether or not this is a BoxOrientation.bottom literal.
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.
isCenter() - Method in enum com.alee.api.data.BoxOrientation
Returns whether or not this is a BoxOrientation.center literal.
isClassEntry(Class) - Method in class com.alee.utils.jar.JarEntry
Returns whether or not this JarEntry represents specified Class.
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 whether or not specified BufferedImage is compatible with default screen GraphicsConfiguration.
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.
isCurrentLanguage(Language) - Static method in class com.alee.managers.language.LanguageManager
Returns whether the specified Language is currently used or not.
isCurrentLocale(Locale) - Static method in class com.alee.managers.language.LanguageManager
Returns whether the specified Locale is currently used or not.
isData(char) - Static method in class com.alee.utils.encryption.Base64
 
isDescendant() - Method in enum com.alee.utils.reflection.ClassRelationType
Returns whether or not one class is a descendant of onother one.
isDigit(char) - Method in class com.alee.utils.file.FileNameComparator
Returns whether or not specified character is digit.
isDirectory(File) - Static method in class com.alee.utils.FileUtils
Returns whether the specified file is directory or not.
isDrive(File) - Static method in class com.alee.utils.FileUtils
Returns whether the specified file points to system hard drive or not.
isEmpty(T...) - Static method in class com.alee.utils.ArrayUtils
Returns whether or not data is empty.
isEmpty() - Method in class com.alee.utils.collection.ImmutableCollection
 
isEmpty() - Method in class com.alee.utils.collection.ImmutableList
 
isEmpty() - Method in class com.alee.utils.collection.ImmutableSet
 
isEmpty() - Method in class com.alee.utils.collection.WeakHashSet
 
isEmpty(Collection) - Static method in class com.alee.utils.CollectionUtils
Returns whether specified Collection is empty or not.
isEmpty() - Method in class com.alee.utils.map.AbstractHashMap
Checks whether the map is currently empty.
isEmpty() - Method in class com.alee.utils.map.ImmutableMap
 
isEmpty(Map) - Static method in class com.alee.utils.MapUtils
Returns whether specified Map is empty or not.
isEmpty(String) - Static method in class com.alee.utils.TextUtils
Returns whether or not specified text is null or empty.
isEqualKey(Object, Object) - Method in class com.alee.utils.map.AbstractHashMap
Compares two keys, in internal converted form, to see if they are equal.
isEqualKey(Object, Object) - Method in class com.alee.utils.map.StrictHashMap
 
isEqualValue(Object, Object) - Method in class com.alee.utils.map.AbstractHashMap
Compares two values, in external form, to see if they are equal.
isEqualValue(Object, Object) - Method in class com.alee.utils.map.StrictHashMap
 
isEventDispatchThread() - Static method in class com.alee.utils.CoreSwingUtils
Returns whether or not current thread is an AWT event dispatching thread.
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.
isFrameStateSupported(int) - Static method in class com.alee.utils.SystemUtils
Returns whether or not specified frame state is supported by the OS.
isFullScreen(Component) - Static method in class com.alee.utils.CoreSwingUtils
Returns whether or not specified component is placed on a fullscreen window.
isHeadlessEnvironment() - Static method in class com.alee.utils.SystemUtils
Returns whether or not a display, keyboard, and mouse can be supported in this environment.
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
isHorizontal() - Method in enum com.alee.api.data.Orientation
Returns whether or not orientation is horizontal.
isHovered(Component) - Static method in class com.alee.utils.CoreSwingUtils
Returns whether or not specified Component is currently hovered.
isIllegalFileNameChar(char) - Static method in class com.alee.utils.FileUtils
Returns whether the specified character is illegal or not.
isImageSupported(String) - Static method in class com.alee.utils.ImageUtils
Returns whether or not loading of the image with extension mentioned in the specified name is supported.
isInvalid(int) - Static method in class com.alee.utils.xml.XMLChar
Returns true if the specified character is invalid.
isJava10orAbove() - Static method in class com.alee.utils.SystemUtils
Returns whether application is running on java 10 version and above or not.
isJava6orAbove() - Static method in class com.alee.utils.SystemUtils
Returns whether application is running on java 6 version and above or not.
isJava7orAbove() - Static method in class com.alee.utils.SystemUtils
Returns whether application is running on java 7 version and above or not.
isJava8orAbove() - Static method in class com.alee.utils.SystemUtils
Returns whether application is running on java 8 version and above or not.
isJava9orAbove() - Static method in class com.alee.utils.SystemUtils
Returns whether application is running on java 9 version and above or not.
isJavaVersionOrAbove(double) - Static method in class com.alee.utils.SystemUtils
Returns whether application is running on the specified java version and above or not.
isJavaVersionOrAbove(double, int) - Static method in class com.alee.utils.SystemUtils
Returns whether application is running on the specified java version and above or not.
isJavaVersionOrAbove(double, int, int) - Static method in class com.alee.utils.SystemUtils
Returns whether application is running on the specified java version and above or not.
isLastCycle() - Method in class com.alee.utils.swing.WebTimer
Return whether last cycle execution is ongoing or not.
isLeft() - Method in enum com.alee.api.data.BoxOrientation
Returns whether or not this is a BoxOrientation.left literal.
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.
isMenuShortcutKeyDown(InputEvent) - Static method in class com.alee.utils.CoreSwingUtils
Returns whether or not specified InputEvent contains a menu shortcut key.
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.
isNonBlockingStop() - Method in class com.alee.utils.swing.WebTimer
Returns whether or not timer should use non-blocking stop method behavior.
isNumLock() - Static method in class com.alee.utils.SystemUtils
Returns whether Num Lock is on or not.
isOverwrite() - Method in interface com.alee.api.merge.Overwriting
Returns whether or not this object should overwrite another one upon merge.
isOverwrite() - Method in class com.alee.utils.swing.ColorUIResource
 
isOverwrite() - Method in class com.alee.utils.swing.InsetsUIResource
 
isOverwrite() - Method in class com.alee.utils.swing.Scale
 
isPad(char) - Static method in class com.alee.utils.encryption.Base64
 
isParent(File, File) - Static method in class com.alee.utils.FileUtils
Returns whether the specified child file is one of parent file children or not.
isPrimitive(Object) - Static method in class com.alee.utils.ReflectUtils
Returns whether or not specified object has primitive type.
isPrimitive(Class<?>) - Static method in class com.alee.utils.ReflectUtils
Returns whether or not specified class type is primitive.
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.
isRelated() - Method in enum com.alee.utils.reflection.ClassRelationType
Returns whether or not classes are related.
isRepeats() - Method in class com.alee.utils.swing.WebTimer
Returns whether timer repeat its cycles or not.
isRight() - Method in enum com.alee.api.data.BoxOrientation
Returns whether or not this is a BoxOrientation.right literal.
isRunning() - Method in class com.alee.utils.swing.WebTimer
Returns whether this WebTimer is running or not.
isSafeMethodsLoggingEnabled() - Static method in class com.alee.utils.ReflectUtils
Returns whether should allow safe methods to log errors or not.
isSame() - Method in enum com.alee.utils.reflection.ClassRelationType
Returns whether or not classes are the same.
isSameAncestor(Component, Component) - Static method in class com.alee.utils.CoreSwingUtils
Returns whether specified components have the same ancestor 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.
isSaveDefaultValues() - Static method in class com.alee.managers.settings.SettingsManager
Sets whether or not should save default value created as a result of get(...) calls.
isSaveLoggingEnabled() - Static method in class com.alee.managers.settings.SettingsManager
Returns whether settings save log is enabled or not.
isSaveOnChange() - Static method in class com.alee.managers.settings.SettingsManager
Returns whether should save settings right after any changes made or not.
isScrollLock() - Static method in class com.alee.utils.SystemUtils
Returns whether Scroll Lock is on or not.
isSolaris() - Static method in class com.alee.utils.SystemUtils
Returns whether current OS is solaris or not.
isSpace(int) - Static method in class com.alee.utils.xml.XMLChar
Returns true if the specified character is a space character as defined by production [3] in the XML 1.0 specification.
isStorable() - Method in class com.alee.api.clone.behavior.ArrayCloneBehavior
 
isStorable() - Method in class com.alee.api.clone.behavior.BasicCloneBehavior
 
isStorable() - Method in class com.alee.api.clone.behavior.CloneableCloneBehavior
 
isStorable() - Method in class com.alee.api.clone.behavior.CollectionCloneBehavior
 
isStorable() - Method in class com.alee.api.clone.behavior.MapCloneBehavior
 
isStorable() - Method in class com.alee.api.clone.behavior.RedefinedCloneBehavior
 
isStorable() - Method in class com.alee.api.clone.behavior.ReflectionCloneBehavior
 
isStorable() - Method in class com.alee.api.clone.behavior.SetCloneBehavior
 
isStorable() - Method in interface com.alee.api.clone.GlobalCloneBehavior
Return whether or not values cloned by this behavior are storable for recursive clone operation.
isSuportedLanguage(Language) - Static method in class com.alee.managers.language.LanguageManager
Returns whether or not specified Language is supported.
isSuportedLocale(Locale) - Static method in class com.alee.managers.language.LanguageManager
Returns whether or not specified Locale is supported.
isSupplemental(int) - Static method in class com.alee.utils.xml.XMLChar
Returns true if the specified character is a supplemental character.
isTop() - Method in enum com.alee.api.data.BoxOrientation
Returns whether or not this is a BoxOrientation.top literal.
isTransparent(BufferedImage, int, int) - Static method in class com.alee.utils.ImageUtils
Returns whether or not specified BufferedImage pixel is fully transparent.
isUIResource() - Method in class com.alee.utils.xml.ConverterContext
Returns whether or not converter should read it's value as UIResource.
isUnix() - Static method in class com.alee.utils.SystemUtils
Returns whether current OS is unix or not.
isUnrelated() - Method in enum com.alee.utils.reflection.ClassRelationType
Returns whether or not classes are not related.
isUseDaemonThread() - Method in class com.alee.utils.swing.WebTimer
Returns whether should use daemon thread instead of user one or not.
isUseEventDispatchThread() - Method in class com.alee.utils.swing.WebTimer
Returns whether actions should be fired from Event Dispatch Thread or not.
isUseProxy() - Method in class com.alee.managers.proxy.ProxySettings
Returns whether should use proxy settings or not.
isUseProxyAuthentification() - Method in class com.alee.managers.proxy.ProxySettings
Returns whether proxy requires authentification or not.
isValid(int) - Static method in class com.alee.utils.xml.XMLChar
Returns true if the specified character is valid.
isValidIANAEncoding(String) - Static method in class com.alee.utils.xml.XMLChar
Returns true if the encoding name is a valid IANA encoding.
isValidJavaEncoding(String) - Static method in class com.alee.utils.xml.XMLChar
Returns true if the encoding name is a valid Java encoding.
isValidName(String) - Static method in class com.alee.utils.xml.XMLChar
Check to see if a string is a valid Name according to [5] in the XML 1.0 Recommendation
isValidNCName(String) - Static method in class com.alee.utils.xml.XMLChar
Check to see if a string is a valid NCName according to [4] from the XML Namespaces 1.0 Recommendation
isValidNmToken(String) - Static method in class com.alee.utils.xml.XMLChar
Check to see if a string is a valid NmToken according to [7] in the XML 1.0 Recommendation
isVertical() - Method in enum com.alee.api.data.Orientation
Returns whether or not orientation is vertical.
isVertical() - Method in enum com.alee.api.data.Rotation
Return whether orientation vertical or not.
isVisibleOnScreen(Component) - Static method in class com.alee.utils.CoreSwingUtils
Returns whether or not specified Component is actually visible on screen.
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.
IterableMap<K,V> - Interface in com.alee.utils.map
Defines a map that can be iterated directly without needing to create an entry set.
iterator() - Method in class com.alee.utils.collection.ImmutableCollection
 
iterator() - Method in class com.alee.utils.collection.ImmutableList
 
iterator() - Method in class com.alee.utils.collection.ImmutableSet
 
iterator() - Method in class com.alee.utils.collection.WeakHashSet
 
iterator() - Method in class com.alee.utils.map.AbstractHashMap.EntrySet
 
iterator() - Method in class com.alee.utils.map.AbstractHashMap.KeySet
 
iterator() - Method in class com.alee.utils.map.AbstractHashMap.Values
 

J

JarEntry - Class in com.alee.utils.jar
This class represents single JAR file structure element.
JarEntry(JarStructure, JarEntryType, String) - Constructor for class com.alee.utils.jar.JarEntry
Constructs new JarEntry.
JarEntry(JarStructure, JarEntry, ZipEntry, JarEntryType, String) - Constructor for class com.alee.utils.jar.JarEntry
Constructs new JarEntry.
JarEntryComparator - Class in com.alee.utils.jar
Comparator implementation for JarEntry objects.
JarEntryComparator() - Constructor for class com.alee.utils.jar.JarEntryComparator
 
JarEntryType - Enum in com.alee.utils.jar
This enumeration represents possible JarEntry types.
jarLocation - Variable in class com.alee.utils.jar.JarStructure
Location of JAR file which structure is represented by this object.
JarStructure - Class in com.alee.utils.jar
This class represents single JAR file structure.
JarStructure(Class) - Constructor for class com.alee.utils.jar.JarStructure
Constructs new JarStructure.
JarStructure(Class, List<String>, List<String>) - Constructor for class com.alee.utils.jar.JarStructure
Constructs new JarStructure.
JarStructure(Class, List<String>, List<String>, FileDownloadListener) - Constructor for class com.alee.utils.jar.JarStructure
Constructs new JarStructure.
JavaVersion - Class in com.alee.utils.system
Java version information.
JavaVersion(double, int) - Constructor for class com.alee.utils.system.JavaVersion
Constructs new JavaVersion for the specified major version and update number.
JavaVersion(double, int, int) - Constructor for class com.alee.utils.system.JavaVersion
Constructs new JavaVersion for the specified major version, minor version and update number.
JavaVersion(double, int, int, String) - Constructor for class com.alee.utils.system.JavaVersion
Constructs new JavaVersion for the specified major version, minor version and update number.
JavaVersion() - Constructor for class com.alee.utils.system.JavaVersion
Constructs current runtime JavaVersion.
join(Collection<T>...) - Static method in class com.alee.utils.CollectionUtils
Returns collection that contains elements from all specified collections.
join_bevel - Static variable in class com.alee.utils.xml.BasicStrokeConverterSupport
 
join_miter - Static variable in class com.alee.utils.xml.BasicStrokeConverterSupport
 
join_round - Static variable in class com.alee.utils.xml.BasicStrokeConverterSupport
 
joinUrlPaths(String, String) - Static method in class com.alee.utils.NetUtils
Joins two url paths without leaving any unnecessary path separators.

K

KB - Static variable in class com.alee.utils.FileUtils
Number of bytes in 1 kilobyte.
kernel - Variable in class com.alee.graphics.filters.ConvolveFilter
 
kernel - Variable in class com.alee.graphics.filters.GaussianFilter
 
key - Variable in class com.alee.utils.general.Pair
Key of this Pair.
key - Variable in class com.alee.utils.map.AbstractHashMap.HashEntry
The key
key - Variable in class com.alee.utils.swing.WeakComponentData
Key used to place data within JComponent using JComponent.putClientProperty(Object, Object) method.
keySet - Variable in class com.alee.utils.collection.WeakHashSet
Set of keys.
keySet - Variable in class com.alee.utils.map.AbstractHashMap
Key set
keySet() - Method in class com.alee.utils.map.AbstractHashMap
Gets the keySet view of the map.
KeySet(AbstractHashMap<K, V>) - Constructor for class com.alee.utils.map.AbstractHashMap.KeySet
Constructs new AbstractHashMap.KeySet.
keySet() - Method in class com.alee.utils.map.ImmutableMap
 
KeySetIterator(AbstractHashMap) - Constructor for class com.alee.utils.map.AbstractHashMap.KeySetIterator
keysList(Map<K, V>) - Static method in class com.alee.utils.CollectionUtils
Returns map keys list.
KeyValue<K,V> - Interface in com.alee.utils.map
Defines a simple key value pair.

L

Language - Class in com.alee.managers.language
Provides access to translations for one specific language.
Language(Locale) - Constructor for class com.alee.managers.language.Language
Constructs new Language for the specified Locale.
languageChanged(Language, Language) - Method in interface com.alee.managers.language.LanguageListener
Notifies when current Language was changed within LanguageManager.
languageChanged(Language, Language) - Method in class com.alee.managers.language.LanguageLocaleUpdater
 
LanguageException - Exception in com.alee.managers.language
Special exception class used to display various language problems.
LanguageException() - Constructor for exception com.alee.managers.language.LanguageException
Constructs a new LanguageException with null as its detail message.
LanguageException(String) - Constructor for exception com.alee.managers.language.LanguageException
Constructs a new LanguageException with the specified detail message.
LanguageException(String, Throwable) - Constructor for exception com.alee.managers.language.LanguageException
Constructs a new LanguageException with the specified detail message and cause.
LanguageException(Throwable) - Constructor for exception com.alee.managers.language.LanguageException
Constructs a new LanguageException with the specified cause.
LanguageListener - Interface in com.alee.managers.language
This listener can be used to track Language changes in LanguageManager.
LanguageLocaleUpdater - Class in com.alee.managers.language
Simples LanguageListener that updates default Locale whenever global language changes.
LanguageLocaleUpdater() - Constructor for class com.alee.managers.language.LanguageLocaleUpdater
 
LanguageManager - Class in com.alee.managers.language
LanguageManager allows you to easily manage application language Dictionarys.
LanguageManager() - Constructor for class com.alee.managers.language.LanguageManager
 
LanguageSensitive - Interface in com.alee.managers.language
This marker interface can be implemented by any class that provides Language-sensitive content.
LanguageUtils - Class in com.alee.managers.language
A set of utility methods for LanguageManager and related classes.
LanguageUtils() - Constructor for class com.alee.managers.language.LanguageUtils
 
last - Variable in class com.alee.utils.map.AbstractHashMap.HashIterator
The last returned entry
lastId - Variable in class com.alee.utils.swing.WebTimer
ID of previously executed thread.
lastIndexOf(Object, Object[]) - Static method in class com.alee.utils.ArrayUtils
Returns last index of specified object in array.
lastIndexOf(Object) - Method in class com.alee.utils.collection.ImmutableList
 
LazyInstance<T> - Class in com.alee.utils.reflection
Contains information required to create an instance of the LazyInstance.clazz using constructor with the specified LazyInstance.arguments.
LazyInstance(Class<? extends T>, Object...) - Constructor for class com.alee.utils.reflection.LazyInstance
Constructs new LazyInstance.
learn() - Method in class com.alee.graphics.image.gif.NeuQuant
 
length(String) - Static method in class com.alee.utils.TextUtils
Returns specified text length.
lengthcount - Variable in class com.alee.graphics.image.gif.NeuQuant
 
lerp(float, float, float) - Static method in class com.alee.graphics.filters.ImageMath
Linear interpolation.
lerp(float, int, int) - Static method in class com.alee.graphics.filters.ImageMath
Linear interpolation.
LIGHTEN - Static variable in class com.alee.graphics.filters.MiscComposite
 
limit(List<T>, int) - Static method in class com.alee.utils.CollectionUtils
Returns list with limited amount of objects from the initial list.
limit(int, int, int) - Static method in class com.alee.utils.MathUtils
Returns value limited by the specified range.
limit(long, long, long) - Static method in class com.alee.utils.MathUtils
Returns value limited by the specified range.
limit(float, float, float) - Static method in class com.alee.utils.MathUtils
Returns value limited by the specified range.
limit(double, double, double) - Static method in class com.alee.utils.MathUtils
Returns value limited by the specified range.
Line - Class in com.alee.graphics.data
This class represents a simple line data.
Line() - Constructor for class com.alee.graphics.data.Line
Conscturcts a line using empty coordinates.
Line(int, int, int, int) - Constructor for class com.alee.graphics.data.Line
Constructs a line using the specifed coordinates.
Line(Point, Point) - Constructor for class com.alee.graphics.data.Line
Constructs a line using the specifed points.
Line(Line) - Constructor for class com.alee.graphics.data.Line
Constructs a line using coordinates from the specified line.
lineTo(float, float) - Method in class com.alee.graphics.shapes.RelativeGeneralPath
Adds a point to the path by drawing a straight line from the current coordinates to the new specified coordinates.
list() - Method in class com.alee.utils.sort.TopologicalSorter
Performs topological data sort using TopologicalGraphProvider to build nodes graph and returns sorted data list.
listeners - Variable in class com.alee.graphics.image.gif.GifIcon
listeners - Variable in class com.alee.utils.swing.WebTimer
Timer event listeners list.
listFiles(File) - Static method in class com.alee.utils.FileUtils
Returns directory files array or empty array (instead of null) if no files present.
listFiles(File, Filter<File>) - Static method in class com.alee.utils.FileUtils
Returns directory files array or empty array (instead of null) if no files present.
listFiles(File, FileFilter) - Static method in class com.alee.utils.FileUtils
Returns directory files array or empty array (instead of null) if no files present.
listIterator() - Method in class com.alee.utils.collection.ImmutableList
 
listIterator(int) - Method in class com.alee.utils.collection.ImmutableList
 
ListMergeBehavior<T extends List> - Class in com.alee.api.merge.behavior
Smart List merge behavior that tracks `Identifiable` elements It will attempt to find identifiable elements in list and merge them.
ListMergeBehavior(Matcher) - Constructor for class com.alee.api.merge.behavior.ListMergeBehavior
Constructs new ListMergeBehavior.
ListMergeBehavior(Matcher, DuplicateResolver, DuplicateResolver) - Constructor for class com.alee.api.merge.behavior.ListMergeBehavior
Constructs new ListMergeBehavior.
listToString(List<T>) - Static method in class com.alee.utils.TextUtils
Returns single text combined from list of elements using default separator.
listToString(List<T>, String) - Static method in class com.alee.utils.TextUtils
Returns single text combined from list of elements using specified separator.
listToString(List<T>, String, Function<T, String>) - Static method in class com.alee.utils.TextUtils
Returns single text combined from list of elements using specified separator.
listToString(List<T>, String, Function<T, String>, Filter<T>) - Static method in class com.alee.utils.TextUtils
Returns single text combined from list of elements using specified separator.
ListToStringConverter - Class in com.alee.utils.xml
Custom XStream converter for List of String.
ListToStringConverter() - Constructor for class com.alee.utils.xml.ListToStringConverter
 
LM - Class in com.alee.managers.language
Bridge class providing quick and convenient access to specific Language provided by LM.languageSupplier.
LM() - Constructor for class com.alee.managers.language.LM
 
loadBufferedImage(Resource) - Static method in class com.alee.utils.ImageUtils
Returns BufferedImage loaded from the specified Resource.
loadBufferedImage(InputStream) - Static method in class com.alee.utils.ImageUtils
Returns BufferedImage loaded from the specified InputStream.
loadClass(String) - Static method in class com.alee.utils.ReflectUtils
Returns class loaded for the specified canonical class name.
loadCompatibleImage(Resource) - Static method in class com.alee.utils.ImageUtils
Returns BufferedImage loaded from the specified Resource.
loadFactor - Variable in class com.alee.utils.map.AbstractHashMap
Load factor, normally 0.75
loadImageIcon(Resource) - Static method in class com.alee.utils.ImageUtils
Returns ImageIcon loaded from the specified Resource.
loadImageIcon(InputStream) - Static method in class com.alee.utils.ImageUtils
Returns ImageIcon loaded from the specified Resource.
locale - Variable in class com.alee.managers.language.data.AbstractCountryComparator
Priority Locale.
locale - Variable in class com.alee.managers.language.Language
Locale of this Language.
LocaleConverter - Class in com.alee.utils.xml
Custom XStream converter for Locale.
LocaleConverter() - Constructor for class com.alee.utils.xml.LocaleConverter
 
locationOnScreen(Component) - Static method in class com.alee.utils.CoreSwingUtils
Returns Component location on screen.
LOREM_IPSUM - Static variable in class com.alee.utils.text.LoremIpsum
Complete lorem ipsum text.
LoremIpsum - Class in com.alee.utils.text
Simple lorem ipsum text generator.
LoremIpsum() - Constructor for class com.alee.utils.text.LoremIpsum
Constructs new LoremIpsum.
lowSurrogate(int) - Static method in class com.alee.utils.xml.XMLChar
Returns the low surrogate of a supplemental character
ltr - Variable in class com.alee.graphics.shapes.RelativeGeneralPath
Whether or not orientation is left-to-right.
LZWEncoder - Class in com.alee.graphics.image.gif
Adapted from Jef Poskanzer's Java port by way of J.

M

major() - Method in class com.alee.api.version.Version
Returns major version number.
major() - Method in class com.alee.utils.system.JavaVersion
Returns major version.
makeKernel(float) - Static method in class com.alee.graphics.filters.GaussianFilter
Make a Gaussian blur kernel.
makeTable() - Method in class com.alee.graphics.filters.TransferFilter
 
map(int, int, int) - Method in class com.alee.graphics.image.gif.NeuQuant
 
map - Variable in class com.alee.utils.collection.WeakHashSet
WeakHashMap that backs this WeakHashSet.
MapCloneBehavior - Class in com.alee.api.clone.behavior
MapCloneBehavior() - Constructor for class com.alee.api.clone.behavior.MapCloneBehavior
 
mapIterator() - Method in class com.alee.utils.map.AbstractHashMap
Gets an iterator over the map.
mapIterator() - Method in interface com.alee.utils.map.IterableMap
Obtains a MapIterator over the map.
MapIterator<K,V> - Interface in com.alee.utils.map
Defines an iterator that operates over a Map.
MapMergeBehavior<T extends Map> - Class in com.alee.api.merge.behavior
Map merge behavior.
MapMergeBehavior() - Constructor for class com.alee.api.merge.behavior.MapMergeBehavior
 
MapUtils - Class in com.alee.utils
This class provides a set of utilities to work with various Map implementations.
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.alee.managers.language.data.TextConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.alee.managers.language.data.TranslationInformationConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.alee.managers.language.data.ValueConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.alee.managers.settings.SettingsConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.alee.utils.xml.LocaleConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.alee.utils.xml.SimpleArrayConverter
 
marshalCap(BasicStroke) - Method in class com.alee.utils.xml.BasicStrokeConverterSupport
Returns marshalled BasicStroke cap.
marshalDash(BasicStroke) - Method in class com.alee.utils.xml.BasicStrokeConverterSupport
Returns marshalled BasicStroke dash.
marshalJoin(BasicStroke) - Method in class com.alee.utils.xml.BasicStrokeConverterSupport
Returns marshalled BasicStroke join.
MASK_CONTENT - Static variable in class com.alee.utils.xml.XMLChar
Content character mask.
MASK_NAME - Static variable in class com.alee.utils.xml.XMLChar
Name character mask.
MASK_NAME_START - Static variable in class com.alee.utils.xml.XMLChar
Name start character mask.
MASK_NCNAME - Static variable in class com.alee.utils.xml.XMLChar
NCName character mask.
MASK_NCNAME_START - Static variable in class com.alee.utils.xml.XMLChar
NCName start character mask.
MASK_PUBID - Static variable in class com.alee.utils.xml.XMLChar
Pubid character mask.
MASK_SPACE - Static variable in class com.alee.utils.xml.XMLChar
Space character mask.
MASK_VALID - Static variable in class com.alee.utils.xml.XMLChar
Valid character mask.
MaskFilter - Class in com.alee.graphics.filters
Applies a bit mask to each ARGB pixel of an image.
MaskFilter() - Constructor for class com.alee.graphics.filters.MaskFilter
 
MaskFilter(int) - Constructor for class com.alee.graphics.filters.MaskFilter
 
match(Object, Object) - Method in class com.alee.api.matcher.AbstractMatcher
 
match(Object, Object) - Method in interface com.alee.api.matcher.Matcher
Compares two objects and returns whether they match or not.
Matcher - Interface in com.alee.api.matcher
Base interface for any kinds of object matchers.
matchImpl(T, V) - Method in class com.alee.api.matcher.AbstractMatcher
Compares two objects and returns whether they match or not.
matchImpl(Object, Object) - Method in class com.alee.api.matcher.EqualMatcher
 
matchImpl(Object, Object) - Method in class com.alee.api.matcher.IdentifiableMatcher
 
matchImpl(Object, Object) - Method in class com.alee.api.matcher.SkippingMatcher
 
MatchingException - Exception in com.alee.api.matcher
Special unchecked exception used to display various Matcher implementations problems.
MatchingException() - Constructor for exception com.alee.api.matcher.MatchingException
Constructs a new MatchingException with null as its detail message.
MatchingException(String) - Constructor for exception com.alee.api.matcher.MatchingException
Constructs a new MatchingException with the specified detail message.
MatchingException(String, Throwable) - Constructor for exception com.alee.api.matcher.MatchingException
Constructs a new MatchingException with the specified detail message and cause.
MatchingException(Throwable) - Constructor for exception com.alee.api.matcher.MatchingException
Constructs a new MatchingException with the specified cause.
MathUtils - Class in com.alee.utils
This class provides a set of utilities to perform various math operations.
MAX - Static variable in class com.alee.graphics.filters.PixelUtils
 
max(Collection<T>, Comparator<T>) - Static method in class com.alee.utils.CollectionUtils
Returns maximum element of the Collection according to Comparator.
max(int...) - Static method in class com.alee.utils.MathUtils
Returns maximum of the specified integer numbers.
MAXIMUM_CAPACITY - Static variable in class com.alee.utils.map.AbstractHashMap
The maximum capacity allowed
maxnetpos - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
maxThreadsCount - Variable in class com.alee.managers.task.TaskGroup
Maximum parallel Threads count in this TaskGroup.
MB - Static variable in class com.alee.utils.FileUtils
Number of bytes in 1 megabyte.
measurePathLength(Shape) - Method in class com.alee.graphics.strokes.TextStroke
 
MedianFilter - Class in com.alee.graphics.filters
A filter which performs a 3x3 median operation.
MedianFilter() - Constructor for class com.alee.graphics.filters.MedianFilter
 
merge(RecursiveMerge, Class, Object, Object, int) - Method in class com.alee.api.merge.behavior.BasicMergeBehavior
 
merge(RecursiveMerge, Class, Object, Object, int) - Method in class com.alee.api.merge.behavior.IndexArrayMergeBehavior
 
merge(RecursiveMerge, Class, T, T, int) - Method in class com.alee.api.merge.behavior.IndexListMergeBehavior
 
merge(RecursiveMerge, Class, T, T, int) - Method in class com.alee.api.merge.behavior.ListMergeBehavior
 
merge(RecursiveMerge, Class, T, T, int) - Method in class com.alee.api.merge.behavior.MapMergeBehavior
 
merge(RecursiveMerge, Class, T, T, int) - Method in class com.alee.api.merge.behavior.MergeableMergeBehavior
 
merge(RecursiveMerge, Class, Object, Object, int) - Method in class com.alee.api.merge.behavior.ReflectionMergeBehavior
 
merge(RecursiveMerge, Class, O, M, int) - Method in interface com.alee.api.merge.GlobalMergeBehavior
Performs merge of the two provided objects and returns resulting object.
Merge - Class in com.alee.api.merge
Configurable algorithm for merging object instances.
Merge(NullResolver, UnknownResolver, GlobalMergeBehavior...) - Constructor for class com.alee.api.merge.Merge
Constructs new Merge algorithm.
Merge(ClonePolicy, ClonePolicy, NullResolver, UnknownResolver, GlobalMergeBehavior...) - Constructor for class com.alee.api.merge.Merge
Constructs new Merge algorithm.
Merge(NullResolver, UnknownResolver, List<GlobalMergeBehavior>) - Constructor for class com.alee.api.merge.Merge
Constructs new Merge algorithm.
Merge(ClonePolicy, ClonePolicy, NullResolver, UnknownResolver, List<GlobalMergeBehavior>) - Constructor for class com.alee.api.merge.Merge
Constructs new Merge algorithm.
merge(Object, Object) - Method in class com.alee.api.merge.Merge
Performs merge of the two provided objects and returns resulting object.
merge(Object, Object, Object...) - Method in class com.alee.api.merge.Merge
Performs merge of all provided objects and returns resulting object.
merge(Collection<?>) - Method in class com.alee.api.merge.Merge
Performs merge of all provided objects and returns resulting object.
merge(RecursiveMerge, Class, T, int) - Method in interface com.alee.api.merge.MergeBehavior
Returns object as a result of merging another object on top of this one.
merge(Class, Object, Object, int) - Method in interface com.alee.api.merge.RecursiveMerge
Performs merge result of the two provided objects and returns resulting object.
merge(Map<K, V>...) - Static method in class com.alee.utils.MapUtils
Merges specified maps into one new map and returns it.
Mergeable - Interface in com.alee.api.merge
This marker interface can be implemented by any objects that can be merged with each other.
MergeableMergeBehavior<T extends MergeBehavior<T>> - Class in com.alee.api.merge.behavior
Merge behavior for objects implementing MergeBehavior.
MergeableMergeBehavior() - Constructor for class com.alee.api.merge.behavior.MergeableMergeBehavior
 
MergeBehavior<T extends MergeBehavior<T>> - Interface in com.alee.api.merge
Single object type merge behavior.
MergeException - Exception in com.alee.api.merge
Special unchecked exception used to display various merge problems.
MergeException() - Constructor for exception com.alee.api.merge.MergeException
Constructs a new MergeException with null as its detail message.
MergeException(String) - Constructor for exception com.alee.api.merge.MergeException
Constructs a new MergeException with the specified detail message.
MergeException(String, Throwable) - Constructor for exception com.alee.api.merge.MergeException
Constructs a new MergeException with the specified detail message and cause.
MergeException(Throwable) - Constructor for exception com.alee.api.merge.MergeException
Constructs a new MergeException with the specified cause.
mergeFields(Class, Object, Object, int) - Method in interface com.alee.api.merge.RecursiveMerge
Performs merge result of the two provided objects with all field values merged according to Merge settings.
MethodExtension - Interface in com.alee.utils.swing.extensions
Base for any interface that provides extension methods for Swing components.
methodName - Static variable in interface com.alee.utils.xml.AliasProvider
Method name for external usage.
middle(Rectangle) - Static method in class com.alee.utils.GeometryUtils
Returns middle point for the specified rectangle.
middle(Point, Point) - Static method in class com.alee.utils.GeometryUtils
Returns middle point between the specified points.
middle(int, int, int, int) - Static method in class com.alee.utils.GeometryUtils
Returns middle point between the specified points.
MimeType - Enum in com.alee.utils.file
Common mime type references enumeration.
MIN - Static variable in class com.alee.graphics.filters.PixelUtils
 
min(int...) - Static method in class com.alee.utils.MathUtils
Returns minimum of the specified integer numbers.
minor() - Method in class com.alee.api.version.Version
Returns minor version number.
minor() - Method in class com.alee.utils.system.JavaVersion
Returns minor version.
minpicturebytes - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
MiscComposite - Class in com.alee.graphics.filters
 
MiscCompositeContext - Class in com.alee.graphics.filters
 
MiscCompositeContext(int, float, ColorModel, ColorModel) - Constructor for class com.alee.graphics.filters.MiscCompositeContext
 
mixColors(float, int, int) - Static method in class com.alee.graphics.filters.ImageMath
Linear interpolation of ARGB values.
mod(double, double) - Static method in class com.alee.graphics.filters.ImageMath
Return a mod b.
mod(float, float) - Static method in class com.alee.graphics.filters.ImageMath
Return a mod b.
mod(int, int) - Static method in class com.alee.graphics.filters.ImageMath
Return a mod b.
modCount - Variable in class com.alee.utils.map.AbstractHashMap
Modification count for iterators
modified(File) - Method in interface com.alee.utils.file.SystemFileListener
Informs that tracked file was modified.
ModifierType - Enum in com.alee.utils.reflection
Enumeration representing Class, Field and Method modifier types.
modify(Point, int, int) - Static method in class com.alee.utils.GeometryUtils
Returns modified point.
modify(C, BiFunction<C, D, D>, Function<C, D>) - Method in class com.alee.utils.swing.WeakComponentData
Modifies data stored in the JComponent using specified BiFunction and returns it.
MotionBlurFilter - Class in com.alee.graphics.filters
A filter which produces motion blur the faster, but lower-quality way.
MotionBlurFilter() - Constructor for class com.alee.graphics.filters.MotionBlurFilter
 
MotionBlurFilter(float, float, float, float) - Constructor for class com.alee.graphics.filters.MotionBlurFilter
 
MotionBlurFilter(float, float, float, float, float, float) - Constructor for class com.alee.graphics.filters.MotionBlurFilter
 
moveTo(float, float) - Method in class com.alee.graphics.shapes.RelativeGeneralPath
Adds a point to the path by moving to the specified coordinates.
msInDay - Static variable in class com.alee.utils.TimeUtils
 
msInHour - Static variable in class com.alee.utils.TimeUtils
 
msInMinute - Static variable in class com.alee.utils.TimeUtils
 
msInSecond - Static variable in class com.alee.utils.TimeUtils
 
msInWeek - Static variable in class com.alee.utils.TimeUtils
Constants for time calculations.
MULTIPLY - Static variable in class com.alee.graphics.filters.MiscComposite
 
MULTIPLY - Static variable in class com.alee.graphics.filters.PixelUtils
 

N

name() - Method in class com.alee.api.version.Version
Returns version name.
name - Variable in class com.alee.utils.jar.JarEntry
JAR entry name.
name - Variable in class com.alee.utils.swing.WebTimer
Internal timer thread name.
ncycles - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
NEAR_CLASS_ATTRIBUTE - Static variable in class com.alee.utils.XmlUtils
Resource attributes.
nearColors(int, int, int) - Static method in class com.alee.graphics.filters.PixelUtils
 
NEGATION - Static variable in class com.alee.graphics.filters.MiscComposite
 
netbiasshift - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
netindex - Variable in class com.alee.graphics.image.gif.NeuQuant
 
netsize - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
NetUtils - Class in com.alee.utils
This class provides a set of utilities to work with URL.
network - Variable in class com.alee.graphics.image.gif.NeuQuant
 
NeuQuant - Class in com.alee.graphics.image.gif
 
NeuQuant(byte[], int, int) - Constructor for class com.alee.graphics.image.gif.NeuQuant
 
newHashMap(Map<K, V>) - Static method in class com.alee.utils.MapUtils
Returns newly created HashMap with the specified map data.
newHashMap(K, V) - Static method in class com.alee.utils.MapUtils
Returns newly created HashMap with the specified key and value pair added.
newHashMap(Object...) - Static method in class com.alee.utils.MapUtils
Returns newly created HashMap with the specified key and value pairs added.
newLinkedHashMap(K, V) - Static method in class com.alee.utils.MapUtils
Returns newly created LinkedHashMap with the specified key and value pair added.
newLinkedHashMap(Object...) - Static method in class com.alee.utils.MapUtils
Returns newly created LinkedHashMap with the specified key and value pairs added.
newThread(Runnable) - Method in class com.alee.utils.concurrent.DaemonThreadFactory
Constructs a new daemon thread.
next() - Method in class com.alee.utils.array.ArrayIterator
 
next() - Method in class com.alee.utils.collection.EmptyIterator
 
next() - Method in class com.alee.utils.map.AbstractHashMap.EntrySetIterator
 
next - Variable in class com.alee.utils.map.AbstractHashMap.HashEntry
The next entry in the hash chain
next - Variable in class com.alee.utils.map.AbstractHashMap.HashIterator
The next entry
next() - Method in class com.alee.utils.map.AbstractHashMap.HashMapIterator
 
next() - Method in class com.alee.utils.map.AbstractHashMap.KeySetIterator
 
next() - Method in class com.alee.utils.map.AbstractHashMap.ValuesIterator
 
next() - Method in class com.alee.utils.map.EmptyMapIterator
 
next() - Method in interface com.alee.utils.map.MapIterator
Gets the next key from the Map.
nextElement() - Method in class com.alee.utils.collection.EmptyEnumeration
 
nextEntry() - Method in class com.alee.utils.map.AbstractHashMap.HashIterator
nextIndex() - Method in class com.alee.utils.array.ArrayListIterator
 
NO_NEXT_ENTRY - Static variable in class com.alee.utils.map.AbstractHashMap
Exception messages.
NO_PREVIOUS_ENTRY - Static variable in class com.alee.utils.map.AbstractHashMap
 
noCountryPriority(String, String) - Method in class com.alee.managers.language.data.AbstractCountryComparator
Returns result of two countries comparison with no locale priority.
nonBlockingStop - Variable in class com.alee.utils.swing.WebTimer
Whether or not timer should use non-blocking stop method behavior.
NONE_COLOR - Static variable in class com.alee.utils.xml.ColorConverter
Another constant for null color.
noneDataMatch(BiPredicate<C, E>) - Method in class com.alee.utils.swing.WeakComponentDataList
Returns whether or not none of the stored data pieces are accepted by specified BiPredicate.
noneDataMatch(C, BiPredicate<C, E>) - Method in class com.alee.utils.swing.WeakComponentDataList
Returns whether or not none of the data pieces stored for specified JComponent are accepted by BiPredicate.
noneMatch(BiPredicate<C, D>) - Method in class com.alee.utils.swing.WeakComponentData
Returns whether or not none of the stored data pieces are accepted by specified BiPredicate.
NonHiddenFilter - Class in com.alee.utils.filefilter
Custom file filter that accepts only non-hidden files.
NonHiddenFilter() - Constructor for class com.alee.utils.filefilter.NonHiddenFilter
 
nonNull(List<T>) - Static method in class com.alee.utils.CollectionUtils
Returns non-null List that is either specified list or new empty ArrayList.
nonNull(Map<K, V>) - Static method in class com.alee.utils.MapUtils
Returns non-null Map that is either specified map or new empty HashMap.
nonNullClone(T) - Method in class com.alee.api.clone.Clone
Returns non-null clone of the specified object.
nonNullCopy(Collection<T>) - Static method in class com.alee.utils.CollectionUtils
Returns non-null ArrayList that is a copy of the specified Collection.
nonNullMerge(Object, Object) - Method in class com.alee.api.merge.Merge
Performs merge of the two provided objects and returns resulting non-null object.
nonNullMerge(Object, Object, Object...) - Method in class com.alee.api.merge.Merge
Performs merge of all provided objects and returns resulting non-null object.
nonNullMerge(Collection<?>) - Method in class com.alee.api.merge.Merge
Performs merge of all provided objects and returns resulting non-null object.
NORMAL - Static variable in class com.alee.graphics.filters.PixelUtils
 
normalize(File) - Static method in class com.alee.utils.FileUtils
Returns normalized file without redundant parts in its path.
normalizeUrl(String) - Static method in class com.alee.utils.WebUtils
Returns normalized url path.
not(int) - Method in enum com.alee.utils.reflection.ModifierType
Returns whether or not modifiers do not contain this specific modifier.
not(Class) - Method in enum com.alee.utils.reflection.ModifierType
Returns whether or not class doesn't have this specific modifier.
not(Field) - Method in enum com.alee.utils.reflection.ModifierType
Returns whether or not field doesn't have this specific modifier.
not(Method) - Method in enum com.alee.utils.reflection.ModifierType
Returns whether or not method doesn't have this specific modifier.
notBlank(String) - Static method in class com.alee.utils.TextUtils
Returns whether or not specified text is null or empty excluding linebreaks and whitespaces.
notEmpty(T...) - Static method in class com.alee.utils.ArrayUtils
Returns whether or not data is empty.
notEmpty(Collection) - Static method in class com.alee.utils.CollectionUtils
Returns whether specified Collection is empty or not.
notEmpty(Map) - Static method in class com.alee.utils.MapUtils
Returns whether specified Map is empty or not.
notEmpty(String) - Static method in class com.alee.utils.TextUtils
Returns whether or not specified text is null or empty.
notEquals(Object, Object) - Static method in class com.alee.api.jdk.Objects
Returns whether the first Object is not equals to the second one.
notEquals(Object, Object...) - Static method in class com.alee.api.jdk.Objects
Returns whether the first Object is not equals to any Object from the specified array.
NotNull - Annotation Type in com.alee.api.annotations
An element annotated with NotNull claims to never return/contain/operate with null values.
nsInMillisecond - Static variable in class com.alee.utils.TimeUtils
 
nsInSecond - Static variable in class com.alee.utils.TimeUtils
 
NULL - Static variable in class com.alee.utils.map.AbstractHashMap
An object for masking null
NULL_COLOR - Static variable in class com.alee.utils.xml.ColorConverter
Constant for null color.
Nullable - Annotation Type in com.alee.api.annotations
An element annotated with Nullable claims to be able to return/contain/operate with null values.
NullResolver - Interface in com.alee.api.merge
Object merge null case resolver.
numbered(String, int, int) - Static method in class com.alee.utils.TextUtils
Returns list of strings based on single pattern parsed using different number values in range.

O

Objects - Class in com.alee.api.jdk
This is a copy of JDK7 java.util.Objects class for JDK6 support.
of(Object, Object) - Static method in enum com.alee.utils.reflection.ClassRelationType
Returns one object class relation to another one.
of(Class, Class) - Static method in enum com.alee.utils.reflection.ClassRelationType
Returns one class relation to another one.
omitField(Class, String) - Static method in class com.alee.utils.XmlUtils
Prevents field from being serialized.
OmitOnClone - Annotation Type in com.alee.api.clone.behavior
Runtime annotation for omitting object field value used by ReflectionCloneBehavior.
OmitOnMerge - Annotation Type in com.alee.api.merge.behavior
Runtime annotation for clearing object field value used by ReflectionMergeBehavior.
OpacityFilter - Class in com.alee.graphics.filters
Sets the opacity (alpha) of every pixel in an image to a constant value.
OpacityFilter() - Constructor for class com.alee.graphics.filters.OpacityFilter
Construct an OpacityFilter with 50% opacity.
OpacityFilter(int) - Constructor for class com.alee.graphics.filters.OpacityFilter
Construct an OpacityFilter with the given opacity (alpha).
opaque(Color) - Static method in class com.alee.utils.ColorUtils
Returns Color with alpha value set to 255.
openFile(File) - Static method in class com.alee.utils.WebUtils
Opens file in appropriate system application
openFileSafely(File) - Static method in class com.alee.utils.WebUtils
Opens file in appropriate system application safely
opposite() - Method in enum com.alee.api.data.CompassDirection
Returns direction opposite to this one.
opposite() - Method in enum com.alee.api.data.Orientation
Returns Orientation opposite to this one.
Orientation - Enum in com.alee.api.data
Enumeration representing orientation constants.
orientX(float) - Method in class com.alee.graphics.shapes.RelativeGeneralPath
Returns X coordinate oriented according to RelativeGeneralPath.ltr orientation.
originalSpace - Variable in class com.alee.graphics.filters.WholeImageFilter
The input image bounds.
out - Variable in class com.alee.graphics.image.gif.GifEncoder
 
OVERLAY - Static variable in class com.alee.graphics.filters.MiscComposite
 
OVERLAY - Static variable in class com.alee.graphics.filters.PixelUtils
 
overwrite(Object, Object) - Method in interface com.alee.api.merge.RecursiveMerge
Returns overwrite operation resulting object.
OverwriteOnMerge - Annotation Type in com.alee.api.merge.behavior
Runtime annotation for forcing object field value overwrite for ReflectionMergeBehavior.
Overwriting - Interface in com.alee.api.merge
This marker interface can be implemented by classes which instances can fully overwrite each other upon Merge.
OverwritingNullResolver - Class in com.alee.api.merge.nullresolver
NullResolver that always overwrites base object.
OverwritingNullResolver() - Constructor for class com.alee.api.merge.nullresolver.OverwritingNullResolver
 
OverwritingUnknownResolver - Class in com.alee.api.merge.unknownresolver
UnknownResolver that always overwrites base object.
OverwritingUnknownResolver() - Constructor for class com.alee.api.merge.unknownresolver.OverwritingUnknownResolver
 

P

paintIcon(Component, Graphics, int, int) - Method in class com.alee.graphics.image.gif.GifIcon
 
Pair<K,V> - Class in com.alee.utils.general
This class represents single name-value pair.
Pair() - Constructor for class com.alee.utils.general.Pair
Constructs a new pair with null key and value.
Pair(K) - Constructor for class com.alee.utils.general.Pair
Constructs a new pair with null value.
Pair(K, V) - Constructor for class com.alee.utils.general.Pair
Constructs a new pair
palSize - Variable in class com.alee.graphics.image.gif.GifEncoder
 
parent - Variable in class com.alee.utils.jar.JarEntry
Parent JAR entry if it has one.
parent - Variable in class com.alee.utils.map.AbstractHashMap.EntrySet
The parent map
parent - Variable in class com.alee.utils.map.AbstractHashMap.HashIterator
The parent map
parent - Variable in class com.alee.utils.map.AbstractHashMap.KeySet
The parent map
parent - Variable in class com.alee.utils.map.AbstractHashMap.Values
The parent map
parsePoint(String) - Static method in class com.alee.utils.TextUtils
Returns point extracted from text.
parsePoint(String, String) - Static method in class com.alee.utils.TextUtils
Returns point extracted from text.
partDownloaded(int) - Method in interface com.alee.utils.file.FileDownloadListener
Called when another file part have been downloaded.
PasswordConverter - Class in com.alee.utils.xml
Custom XStream converter for serialized passwords.
PasswordConverter() - Constructor for class com.alee.utils.xml.PasswordConverter
 
patch() - Method in class com.alee.api.version.Version
Returns patch number.
patch() - Method in class com.alee.utils.system.JavaVersion
Returns patch.
PATH_ATTRIBUTE - Static variable in class com.alee.utils.XmlUtils
 
PB - Static variable in class com.alee.utils.FileUtils
Number of bytes in 1 petabyte.
PerformClonePolicy - Class in com.alee.api.merge.clonepolicy
ClonePolicy that always performs clone operation.
PerformClonePolicy(Clone) - Constructor for class com.alee.api.merge.clonepolicy.PerformClonePolicy
Constucts new PerformClonePolicy.
PI - Static variable in class com.alee.graphics.filters.ImageMath
 
PIN_LIGHT - Static variable in class com.alee.graphics.filters.MiscComposite
 
pinNanoTime() - Static method in class com.alee.utils.TimeUtils
Pins current system nanotime.
pinTime() - Static method in class com.alee.utils.TimeUtils
Pins current system time.
pixels - Variable in class com.alee.graphics.image.gif.GifEncoder
 
PixelUtils - Class in com.alee.graphics.filters
Some more useful math functions for image processing.
PixelUtils() - Constructor for class com.alee.graphics.filters.PixelUtils
 
Point2DConverter - Class in com.alee.utils.xml
Custom XStream converter for Point2D.
Point2DConverter() - Constructor for class com.alee.utils.xml.Point2DConverter
 
PointConverter - Class in com.alee.utils.xml
Custom XStream converter for Point.
PointConverter() - Constructor for class com.alee.utils.xml.PointConverter
 
PointFilter - Class in com.alee.graphics.filters
An abstract superclass for point filters.
PointFilter() - Constructor for class com.alee.graphics.filters.PointFilter
 
pointFromString(String) - Static method in class com.alee.utils.xml.Point2DConverter
Returns Point2D read from string.
pointFromString(String) - Static method in class com.alee.utils.xml.PointConverter
Returns Point read from string.
pointFromString(String) - Static method in class com.alee.utils.xml.ScaleConverter
Returns Scale read from string.
pointToString(Point2D) - Static method in class com.alee.utils.xml.Point2DConverter
Returns Point2D converted into string.
pointToString(Point) - Static method in class com.alee.utils.xml.PointConverter
Returns Point converted into string.
pointToString(Scale) - Static method in class com.alee.utils.xml.ScaleConverter
Returns Scale converted into string.
Predicate<T> - Interface in com.alee.api.jdk
Represents a predicate (boolean-valued function) of one argument.
PreserveOnClone - Annotation Type in com.alee.api.clone.behavior
Runtime annotation for preserving object field value used by ReflectionCloneBehavior.
PreserveOnMerge - Annotation Type in com.alee.api.merge.behavior
Runtime annotation for preserving object field value used by ReflectionMergeBehavior.
previous() - Method in class com.alee.utils.array.ArrayListIterator
 
previousIndex() - Method in class com.alee.utils.array.ArrayListIterator
 
prime1 - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
prime2 - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
prime3 - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
prime4 - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
process() - Method in class com.alee.graphics.image.gif.NeuQuant
 
processAnnotations(Class) - Static method in class com.alee.utils.XmlUtils
Process the annotations of the given type and configure the XStream.
processAnnotations(Class[]) - Static method in class com.alee.utils.XmlUtils
Process the annotations of the given types and configure the XStream.
PROXY_SETTINGS - Static variable in class com.alee.managers.proxy.ProxyManager
Settings key for proxy settings.
ProxyManager - Class in com.alee.managers.proxy
This manager allows you to quickly manage application's global proxy settings.
ProxyManager() - Constructor for class com.alee.managers.proxy.ProxyManager
 
proxySet - Static variable in class com.alee.managers.proxy.ProxyManager
Proxy settings install flag.
ProxySettings - Class in com.alee.managers.proxy
Proxy settings object.
ProxySettings() - Constructor for class com.alee.managers.proxy.ProxySettings
Constructs disabled proxy settings.
ProxySettings(String, String) - Constructor for class com.alee.managers.proxy.ProxySettings
Constructs proxy settings for host without authentification.
ProxySettings(String, String, String, String) - Constructor for class com.alee.managers.proxy.ProxySettings
Constructs proxy settings for host that requires authentification.
pulse(float, float, float) - Static method in class com.alee.graphics.filters.ImageMath
The pulse function.
put(String, T) - Method in class com.alee.managers.settings.SettingsGroup
Puts value under the specified key.
put(Object, Object) - Method in class com.alee.utils.map.AbstractHashMap
Puts a key-value mapping into this map.
put(K, V) - Method in class com.alee.utils.map.ImmutableMap
 
put(K, V) - Method in class com.alee.utils.map.SoftHashMap
 
putAll(Map) - Method in class com.alee.utils.map.AbstractHashMap
Puts all the values from the specified map into this map.
putAll(Map<? extends K, ? extends V>) - Method in class com.alee.utils.map.ImmutableMap
 

Q

quadTo(float, float, float, float) - Method in class com.alee.graphics.shapes.RelativeGeneralPath
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the specified coordinates (x2,y2), using the specified point (x1,y1) as a quadratic parametric control point.
QUARTER_PI - Static variable in class com.alee.graphics.filters.ImageMath
 

R

radbias - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
radbiasshift - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
radius - Variable in class com.alee.graphics.filters.GaussianFilter
 
radiusbias - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
radiusbiasshift - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
radiusdec - Static variable in class com.alee.graphics.image.gif.NeuQuant
 
radpower - Variable in class com.alee.graphics.image.gif.NeuQuant
 
random() - Static method in class com.alee.utils.MathUtils
Returns random integer number between 0 (inclusive) and 100 (inclusive).
random(int) - Static method in class com.alee.utils.MathUtils
Returns random integer number between 0 (inclusive) and cap (exclusive).
random(int, int) - Static method in class com.alee.utils.MathUtils
Returns random integer number between min (inclusive) and max (inclusive).
random(int...) - Static method in class com.alee.utils.MathUtils
Returns random integer number from one the specified integers.
RandomStroke - Class in com.alee.graphics.strokes
 
RandomStroke(float, float) - Constructor for class com.alee.graphics.strokes.RandomStroke
 
RaysFilter - Class in com.alee.graphics.filters
 
RaysFilter() - Constructor for class com.alee.graphics.filters.RaysFilter
 
read(BufferedInputStream) - Method in class com.alee.graphics.image.gif.GifDecoder
 
read(String) - Method in class com.alee.graphics.image.gif.GifDecoder
Reads GIF file from specified source (file or URL string)
read() - Method in class com.alee.graphics.image.gif.GifDecoder
Reads a single byte from the input stream.
readBlock() - Method in class com.alee.graphics.image.gif.GifDecoder
Reads next variable length block from input.
readColorTable(int) - Method in class com.alee.graphics.image.gif.GifDecoder
Reads color table as 256 RGB integer values
readContents() - Method in class com.alee.graphics.image.gif.GifDecoder
Main file parser.
readGraphicControlExt() - Method in class com.alee.graphics.image.gif.GifDecoder
Reads Graphics Control Extension values
readHeader() - Method in class com.alee.graphics.image.gif.GifDecoder
Reads GIF file header information.
readImage() - Method in class com.alee.graphics.image.gif.GifDecoder
Reads next frame image
readLSD() - Method in class com.alee.graphics.image.gif.GifDecoder
Reads Logical Screen Descriptor
readNetscapeExt() - Method in class com.alee.graphics.image.gif.GifDecoder
Reads Netscape extension to obtain iteration count
readResource(HierarchicalStreamReader, UnmarshallingContext, Mapper) - Static method in class com.alee.utils.XmlUtils
Returns Resource based on the available attributes in the current node.
readShort() - Method in class com.alee.graphics.image.gif.GifDecoder
Reads next 16-bit value, LSB first.
ReadState - Enum in com.alee.managers.settings
This enumeration represents SettingsGroup read states.
readToString(Resource) - Static method in class com.alee.utils.FileUtils
Returns String content read from the Resource.
readToString(Resource, String) - Static method in class com.alee.utils.FileUtils
Returns String content read from the Resource.
readToString(InputStream) - Static method in class com.alee.utils.FileUtils
Returns content read from the input stream.
readToString(InputStream, String) - Static method in class com.alee.utils.FileUtils
Returns content read from the input stream.
readToString(Reader) - Static method in class com.alee.utils.FileUtils
Returns content read from the specified reader.
Record - Class in com.alee.managers.language.data
Record can store multiple Values for different Locales.
Record() - Constructor for class com.alee.managers.language.data.Record
Constructs new Record.
Record(String) - Constructor for class com.alee.managers.language.data.Record
Constructs new Record.
Record(String, Value...) - Constructor for class com.alee.managers.language.data.Record
Constructs new Record.
Record(String, List<Value>) - Constructor for class com.alee.managers.language.data.Record
Constructs new Record.
RecordCountryComparator - Class in com.alee.managers.language.data
Special Comparator implementation for Record based on provided Locale country.
RecordCountryComparator(Locale) - Constructor for class com.alee.managers.language.data.RecordCountryComparator
Constructs new RecordCountryComparator.
recordsCount() - Method in class com.alee.managers.language.data.Dictionary
Returns amount of Records in this Dictionary.
RectangleConverter - Class in com.alee.utils.xml
Custom XStream converter for Rectangle.
RectangleConverter() - Constructor for class com.alee.utils.xml.RectangleConverter
 
rectangleFromString(String) - Static method in class com.alee.utils.xml.RectangleConverter
Returns Rectangle read from string.
rectangleToString(Rectangle) - Static method in class com.alee.utils.xml.RectangleConverter
Returns Rectangle converted into string.
RecursiveClone - Interface in com.alee.api.clone
Recursive clone providing some extra options for GlobalCloneBehaviors.
RecursiveMerge - Interface in com.alee.api.merge
Recursive merge providing some extra options for GlobalMergeBehaviors.
RedefinedCloneBehavior<T extends CloneBehavior<T>> - Class in com.alee.api.clone.behavior
GlobalCloneBehavior for objects implementing CloneBehavior.
RedefinedCloneBehavior() - Constructor for class com.alee.api.clone.behavior.RedefinedCloneBehavior
 
ReduceNoiseFilter - Class in com.alee.graphics.filters
A filter which performs reduces noise by looking at each pixel's 8 neighbours, and if it's a minimum or maximum, replacing it by the next minimum or maximum of the neighbours.
ReduceNoiseFilter() - Constructor for class com.alee.graphics.filters.ReduceNoiseFilter
 
ReflectionCloneBehavior<O> - Class in com.alee.api.clone.behavior
GlobalCloneBehavior for any types of Object.
ReflectionCloneBehavior(ReflectionCloneBehavior.Policy, ModifierType...) - Constructor for class com.alee.api.clone.behavior.ReflectionCloneBehavior
Constructs new ReflectionCloneBehavior ignoring fields with specified modifiers.
ReflectionCloneBehavior.Policy - Enum in com.alee.api.clone.behavior
Behavior policy.
ReflectionException - Exception in com.alee.utils.reflection
Special exception class used to display various ReflectUtils problems.
ReflectionException() - Constructor for exception com.alee.utils.reflection.ReflectionException
Constructs a new ReflectionException with null as its detail message.
ReflectionException(String) - Constructor for exception com.alee.utils.reflection.ReflectionException
Constructs a new ReflectionException with the specified detail message.
ReflectionException(String, Throwable) - Constructor for exception com.alee.utils.reflection.ReflectionException
Constructs a new ReflectionException with the specified detail message and cause.
ReflectionException(Throwable) - Constructor for exception com.alee.utils.reflection.ReflectionException
Constructs a new ReflectionException with the specified cause.
ReflectionMergeBehavior - Class in com.alee.api.merge.behavior
Tricky merge behavior for any types of Object with related class types.
ReflectionMergeBehavior(ReflectionMergeBehavior.Policy, ModifierType...) - Constructor for class com.alee.api.merge.behavior.ReflectionMergeBehavior
Constructs new ReflectionMergeBehavior ignoring fields with specified modifiers.
ReflectionMergeBehavior.Policy - Enum in com.alee.api.merge.behavior
Behavior policy.
reflective() - Static method in class com.alee.api.clone.Clone
Returns Clone algorithm similar to Clone.deep() but also allows non-Cloneable objects to be cloned.
ReflectUtils - Class in com.alee.utils
This class provides a set of utilities to simplify work with Reflection API.
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.
registerGroup(TaskGroup) - Static method in class com.alee.managers.task.TaskManager
Registers new TaskGroup.
RejectDuplicates - Class in com.alee.api.duplicate
DuplicateResolver implementation that throws DuplicateException upon detecting first duplicate within Collection.
RejectDuplicates(Matcher) - Constructor for class com.alee.api.duplicate.RejectDuplicates
Constructs new RejectDuplicates.
RelativeGeneralPath - Class in com.alee.graphics.shapes
GeneralPath decorator that adjusts all shape pathing according to specified bounds and orientation.
RelativeGeneralPath(Rectangle) - Constructor for class com.alee.graphics.shapes.RelativeGeneralPath
Constructs new RelativeGeneralPath.
RelativeGeneralPath(Rectangle, boolean) - Constructor for class com.alee.graphics.shapes.RelativeGeneralPath
Constructs new RelativeGeneralPath.
REMOTE_REQUEST - Static variable in class com.alee.managers.task.TaskManager
Identifier of predefined TaskGroup for remote requests.
remove(String) - Method in class com.alee.managers.settings.SettingsGroup
Removes settings saved under the specified key.
remove() - Method in class com.alee.utils.array.ArrayIterator
 
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[], int) - Static method in class com.alee.utils.ArrayUtils
Returns new array with the float under specified index removed.
remove(double[], int) - Static method in class com.alee.utils.ArrayUtils
Returns new array with the double under specified index removed.
remove(char[], int) - Static method in class com.alee.utils.ArrayUtils
Returns new array with the char under specified index removed.
remove(byte[], int) - 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() - Method in class com.alee.utils.collection.EmptyIterator
 
remove(Object) - Method in class com.alee.utils.collection.ImmutableCollection
 
remove(Object) - Method in class com.alee.utils.collection.ImmutableList
 
remove(int) - Method in class com.alee.utils.collection.ImmutableList
 
remove(Object) - Method in class com.alee.utils.collection.ImmutableSet
 
remove(Object) - Method in class com.alee.utils.collection.WeakHashSet
 
remove(Object) - Method in class com.alee.utils.map.AbstractHashMap.EntrySet
 
remove() - Method in class com.alee.utils.map.AbstractHashMap.HashIterator
 
remove(Object) - Method in class com.alee.utils.map.AbstractHashMap.KeySet
 
remove(Object) - Method in class com.alee.utils.map.AbstractHashMap
Removes the specified mapping from this map.
remove() - Method in class com.alee.utils.map.EmptyMapIterator
 
remove(Object) - Method in class com.alee.utils.map.ImmutableMap
 
remove() - Method in interface com.alee.utils.map.MapIterator
Removes the last returned key from the underlying Map (optional operation).
remove(Object) - Method in class com.alee.utils.map.SoftHashMap
 
remove(C, E) - Method in class com.alee.utils.swing.WeakComponentDataList
Removes data from the specified JComponent.
remove(C, E, BiConsumer<C, E>) - Method in class com.alee.utils.swing.WeakComponentDataList
Removes data from the specified JComponent.
REMOVE_INVALID - Static variable in class com.alee.utils.map.AbstractHashMap
 
removeActionListener(ActionListener) - Method in class com.alee.utils.swing.WebTimer
Removes an action listener.
removeAll(Collection<?>) - Method in class com.alee.utils.collection.ImmutableCollection
 
removeAll(Collection<?>) - Method in class com.alee.utils.collection.ImmutableList
 
removeAll(Collection<?>) - Method in class com.alee.utils.collection.ImmutableSet
 
removeAll(Collection<?>) - Method in class com.alee.utils.collection.WeakHashSet
 
removeAll(Collection<T>, T...) - Static method in class com.alee.utils.CollectionUtils
Removes all objects from the specified list.
removeAll(Collection<T>, Collection<T>) - Static method in class com.alee.utils.CollectionUtils
Removes all objects from the specified list.
removeAllValues(Map<K, V>, V) - Static method in class com.alee.utils.MapUtils
Removes all map entries where value is the same as the specified one.
removeChild(JarEntry) - Method in class com.alee.utils.jar.JarEntry
Removes child JarEntry.
removeDictionary(Dictionary) - Method in class com.alee.managers.language.data.Dictionary
Removes child Dictionary.
removeDictionary(Dictionary) - Static method in class com.alee.managers.language.LanguageManager
Removes existing Dictionary.
removeDictionaryListener(DictionaryListener) - Static method in class com.alee.managers.language.LanguageManager
removeDictionaryListener(JComponent, DictionaryListener) - Static method in class com.alee.managers.language.LanguageManager
removeDuplicates(Collection) - Method in class com.alee.api.duplicate.AbstractDuplicateResolver
Removes any duplicates from the specified Collection and returns it.
RemoveDuplicates - Class in com.alee.api.duplicate
DuplicateResolver implementation that removes all duplicates within Collection.
RemoveDuplicates(Matcher) - Constructor for class com.alee.api.duplicate.RemoveDuplicates
Constructs new RemoveDuplicates.
removeEntry(AbstractHashMap.HashEntry, int, AbstractHashMap.HashEntry) - Method in class com.alee.utils.map.AbstractHashMap
Removes an entry from the chain stored in a particular index.
removeFirstLines(String, int) - Static method in class com.alee.utils.TextUtils
Returns text with first lines removed.
removeFrameChangeListener(FrameChangeListener) - Method in class com.alee.graphics.image.gif.GifIcon
Removes specified FrameChangeListener.
removeLanguageListener(LanguageListener) - Static method in class com.alee.managers.language.LanguageManager
removeLanguageListener(JComponent, LanguageListener) - Static method in class com.alee.managers.language.LanguageManager
removeLineBreaks(String) - Static method in class com.alee.utils.TextUtils
Returns text with all line breaks removed.
removeMapping(AbstractHashMap.HashEntry, int, AbstractHashMap.HashEntry) - Method in class com.alee.utils.map.AbstractHashMap
Removes a mapping from the map.
removeNulls(List<T>) - Static method in class com.alee.utils.CollectionUtils
Removes all null elements from list.
removeRecord(Record) - Method in class com.alee.managers.language.data.Dictionary
Removes Record from this Dictionary.
removeRecord(String) - Method in class com.alee.managers.language.data.Dictionary
Removes Record with the specified key from this Dictionary.
removeSettingsListener(SettingsListener) - Static method in class com.alee.managers.settings.SettingsManager
Removes global SettingsListener.
removeSettingsListener(String, SettingsListener) - Static method in class com.alee.managers.settings.SettingsManager
Removes specific SettingsListener.
removeSettingsListener(String, String, SettingsListener) - Static method in class com.alee.managers.settings.SettingsManager
Removes specific SettingsListener.
removeSpacings(String) - Static method in class com.alee.utils.TextUtils
Returns text with all spacings removed.
removeText(Text) - Method in class com.alee.managers.language.data.Value
Removes Text from this Value
removeValue(Value) - Method in class com.alee.managers.language.data.Record
Removes Value from this Record.
removeWhiteSpace(char[]) - Static method in class com.alee.utils.encryption.Base64
remove WhiteSpace from MIME containing encoded Base64 data.
RenderingBridge - Interface in com.alee.api.ui
Base interface for any classes that return rendering-related information.
RenderingParameters - Interface in com.alee.api.ui
Base interface for any classes containing rendering-related parameters.
repeat - Variable in class com.alee.graphics.image.gif.GifEncoder
 
repeat(String, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay and action listener.
repeat(String, int, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay and action listener.
repeat(long, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay and action listener.
repeat(long, int, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay and action listener.
repeat(String, String, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay and action listener.
repeat(String, String, int, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay and action listener.
repeat(String, long, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay and action listener.
repeat(String, long, int, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay and action listener.
repeat(String, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay and action listener.
repeat(String, int, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay and action listener.
repeat(long, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay and action listener.
repeat(long, int, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay and action listener.
repeat(String, String, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay and action listener.
repeat(String, String, int, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay and action listener.
repeat(String, long, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay and action listener.
repeat(String, long, int, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay and action listener.
repeat(long, long, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener.
repeat(long, long, int, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener.
repeat(String, long, long, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener.
repeat(String, long, long, int, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener.
repeat(long, long, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener.
repeat(long, long, int, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener.
repeat(String, long, long, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener.
repeat(String, long, long, int, boolean, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener.
repeat(boolean, String, long, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener.
repeat(boolean, String, long, long, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener.
repeat(boolean, String, long, long, int, ActionListener) - Static method in class com.alee.utils.swing.WebTimer
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener.
repeats - Variable in class com.alee.utils.swing.WebTimer
Whether timer repeat its cycles or not.
REPLACE - Static variable in class com.alee.graphics.filters.PixelUtils
 
replace(String, int, char) - Static method in class com.alee.utils.TextUtils
Returns text with replaced character at the specified index.
replaceAll(String, boolean, String, Function<String, String>) - Static method in class com.alee.utils.TextUtils
Replaces all occurrences of str found in the specified text with provided text.
requireNonEmpty(String) - Static method in class com.alee.utils.TextUtils
Checks that the specified text is not null or empty and throws a NullPointerException if it is.
requireNonEmpty(String, String) - Static method in class com.alee.utils.TextUtils
Checks that the specified text is not null or empty and throws a NullPointerException if it is.
requireNonEmpty(String, Supplier<RuntimeException>) - Static method in class com.alee.utils.TextUtils
Checks that the specified text is not null or empty and throws a RuntimeException if it is.
requireNonNull(T) - Static method in class com.alee.api.jdk.Objects
Checks that the specified Object is not null and throws a NullPointerException if it is.
requireNonNull(T, String) - Static method in class com.alee.api.jdk.Objects
Checks that the specified Object is not null and throws a customized NullPointerException if it is.
requireNonNull(T, Supplier<RuntimeException>) - Static method in class com.alee.api.jdk.Objects
Checks that the specified Object is not null and throws a customized RuntimeException if it is.
requireNotEmpty(T, Supplier<RuntimeException>) - Static method in class com.alee.utils.CollectionUtils
Checks that the specified Collection is not empty and throws a customized RuntimeException if it is.
resample(int[], int[], int, int, int, float[]) - Static method in class com.alee.graphics.filters.ImageMath
An implementation of Fant's resampling algorithm.
resetDefaultGroup() - Static method in class com.alee.managers.settings.SettingsManager
Resets all settings within the default settings group.
resetFrame() - Method in class com.alee.graphics.image.gif.GifDecoder
Resets frame state for reading next image.
resetGroup(String) - Static method in class com.alee.managers.settings.SettingsManager
Resets all settings within the specified settings group.
resetNanoTime() - Static method in class com.alee.utils.TimeUtils
Resets last pinned nanotime and last request nanotime.
resetTime() - Static method in class com.alee.utils.TimeUtils
Resets last pinned time and last request time.
resetValue(String) - Static method in class com.alee.managers.settings.SettingsManager
Resets settings under the key within the default settings group.
resetValue(String, String) - Static method in class com.alee.managers.settings.SettingsManager
Resets settings under the key within the specified settings group.
resolve(RecursiveClone, Object) - Method in class com.alee.api.clone.unknownresolver.ExceptionUnknownResolver
 
resolve(RecursiveClone, Object) - Method in interface com.alee.api.clone.UnknownResolver
Returns clone result for object of unknown type.
resolve(RecursiveClone, Object) - Method in class com.alee.api.clone.unknownresolver.SkippingUnknownResolver
 
resolve(Collection) - Method in interface com.alee.api.duplicate.DuplicateResolver
Resolves duplicates within specified Collection.
resolve(Collection) - Method in class com.alee.api.duplicate.IgnoreDuplicates
 
resolve(Collection) - Method in class com.alee.api.duplicate.RejectDuplicates
 
resolve(Collection) - Method in class com.alee.api.duplicate.RemoveDuplicates
 
resolve(RecursiveMerge, Object, Object) - Method in class com.alee.api.merge.nullresolver.ExceptionNullResolver
 
resolve(RecursiveMerge, Object, Object) - Method in class com.alee.api.merge.nullresolver.OverwritingNullResolver
 
resolve(RecursiveMerge, Object, Object) - Method in interface com.alee.api.merge.NullResolver
Returns one of the specified objects.
resolve(RecursiveMerge, Object, Object) - Method in class com.alee.api.merge.nullresolver.SkippingNullResolver
 
resolve(RecursiveMerge, Object, Object) - Method in class com.alee.api.merge.unknownresolver.ExceptionUnknownResolver
 
resolve(RecursiveMerge, Object, Object) - Method in class com.alee.api.merge.unknownresolver.OverwritingUnknownResolver
 
resolve(RecursiveMerge, Object, Object) - Method in interface com.alee.api.merge.UnknownResolver
Returns merge result of two objects of unknown type.
resolve(RecursiveMerge, Object, Object) - Method in class com.alee.api.merge.unknownresolver.SkippingUnknownResolver
 
Resource - Interface in com.alee.api.resource
Customizable resource interface.
ResourceException - Exception in com.alee.api.resource
Special unchecked exception used to display various resource problems.
ResourceException() - Constructor for exception com.alee.api.resource.ResourceException
Constructs a new ResourceException with null as its detail message.
ResourceException(String) - Constructor for exception com.alee.api.resource.ResourceException
Constructs a new ResourceException with the specified detail message.
ResourceException(String, Throwable) - Constructor for exception com.alee.api.resource.ResourceException
Constructs a new ResourceException with the specified detail message and cause.
ResourceException(Throwable) - Constructor for exception com.alee.api.resource.ResourceException
Constructs a new ResourceException with the specified cause.
restart() - Method in class com.alee.utils.swing.WebTimer
Restarts timer execution.
restart(long) - Method in class com.alee.utils.swing.WebTimer
Restarts timer execution and modifies timer delay.
restart(long, long) - Method in class com.alee.utils.swing.WebTimer
Restarts timer execution and modifies timer delays.
restart(String) - Method in class com.alee.utils.swing.WebTimer
Restarts timer execution and modifies timer delay.
restart(String, String) - Method in class com.alee.utils.swing.WebTimer
Restarts timer execution and modifies timer delays.
restoreAntialias(Graphics, Object) - Static method in class com.alee.utils.GraphicsUtils
 
restoreAntialias(Graphics2D, Object) - Static method in class com.alee.utils.GraphicsUtils
 
restoreClip(Graphics2D, Shape) - Static method in class com.alee.utils.GraphicsUtils
 
restoreClip(Graphics2D, Shape, boolean) - Static method in class com.alee.utils.GraphicsUtils
 
restoreClip(Graphics, Shape) - Static method in class com.alee.utils.GraphicsUtils
 
restoreClip(Graphics, Shape, boolean) - Static method in class com.alee.utils.GraphicsUtils
 
restoreComposite(Graphics2D, Composite) - Static method in class com.alee.utils.GraphicsUtils
 
restoreComposite(Graphics2D, Composite, boolean) - Static method in class com.alee.utils.GraphicsUtils
 
restoreFont(Graphics, Font) - Static method in class com.alee.utils.GraphicsUtils
 
restoreImageQuality(Graphics, Object) - Static method in class com.alee.utils.GraphicsUtils
 
restoreImageQuality(Graphics2D, Object) - Static method in class com.alee.utils.GraphicsUtils
 
restorePaint(Graphics2D, Paint) - Static method in class com.alee.utils.GraphicsUtils
 
restorePaint(Graphics2D, Paint, boolean) - Static method in class com.alee.utils.GraphicsUtils
 
restoreStroke(Graphics2D, Stroke) - Static method in class com.alee.utils.GraphicsUtils
 
restoreStroke(Graphics2D, Stroke, boolean) - Static method in class com.alee.utils.GraphicsUtils
 
retainAll(Collection<?>) - Method in class com.alee.utils.collection.ImmutableCollection
 
retainAll(Collection<?>) - Method in class com.alee.utils.collection.ImmutableList
 
retainAll(Collection<?>) - Method in class com.alee.utils.collection.ImmutableSet
 
retainAll(Collection<?>) - Method in class com.alee.utils.collection.WeakHashSet
 
retrieve(Object) - Method in class com.alee.api.clone.AbstractRecursiveClone
 
retrieve(Object) - Method in interface com.alee.api.clone.RecursiveClone
Returns object clone if it is already available, null otherwise.
reuseEntry(AbstractHashMap.HashEntry, int, int, Object, Object) - Method in class com.alee.utils.map.AbstractHashMap
Reuses an existing key-value mapping, storing completely new data.
rFactor - Variable in class com.alee.graphics.filters.RGBAdjustFilter
 
RGBAdjustFilter - Class in com.alee.graphics.filters
 
RGBAdjustFilter() - Constructor for class com.alee.graphics.filters.RGBAdjustFilter
 
RGBAdjustFilter(float, float, float) - Constructor for class com.alee.graphics.filters.RGBAdjustFilter
 
rightToLeft() - Method in enum com.alee.api.data.Rotation
Returns opposite orientation.
root - Variable in class com.alee.utils.jar.JarStructure
Root JarEntry.
rotateIcon180(Icon) - Static method in class com.alee.utils.ImageUtils
Returns new ImageIcon with specified Icon painted on it and rotated 180 degrees.
rotateIcon90CCW(Icon) - Static method in class com.alee.utils.ImageUtils
Returns new ImageIcon with specified Icon painted on it and rotated 90 degrees counter-clockwise.
rotateIcon90CW(Icon) - Static method in class com.alee.utils.ImageUtils
Returns new ImageIcon with specified Icon painted on it and rotated 90 degrees clockwise.
rotateImage180(Image) - Static method in class com.alee.utils.ImageUtils
Returns new BufferedImage with specified Image painted on it and rotated 180 degrees.
rotateImage180(BufferedImage) - Static method in class com.alee.utils.ImageUtils
Returns new BufferedImage with specified BufferedImage painted on it and rotated 180 degrees.
rotateImage90CCW(Image) - Static method in class com.alee.utils.ImageUtils
Returns new BufferedImage with specified Image painted on it and rotated 90 degrees counter-clockwise.
rotateImage90CCW(BufferedImage) - Static method in class com.alee.utils.ImageUtils
Returns new BufferedImage with specified BufferedImage painted on it and rotated 90 degrees counter-clockwise.
rotateImage90CW(Image) - Static method in class com.alee.utils.ImageUtils
Returns new BufferedImage with specified Image painted on it and rotated 90 degrees clockwise.
rotateImage90CW(BufferedImage) - Static method in class com.alee.utils.ImageUtils
Returns new BufferedImage with specified BufferedImage painted on it and rotated 90 degrees clockwise.
Rotation - Enum in com.alee.api.data
Describes common component rotation options.
roundRobin(int, T...) - Static method in class com.alee.utils.ArrayUtils
Returns item from the array at the specified index.
roundRobin(int, List<T>) - Static method in class com.alee.utils.CollectionUtils
Returns item from the List at the specified index.
roundToInt(double) - Static method in class com.alee.utils.MathUtils
Returns double value rounded to int value.
rTable - Variable in class com.alee.graphics.filters.TransferFilter
 
rule - Variable in class com.alee.graphics.filters.MiscComposite
 
RULE_NAMES - Static variable in class com.alee.graphics.filters.MiscComposite
 
running - Variable in class com.alee.utils.swing.WebTimer
Map of marks for currently active threads.

S

sameCountryPriority(String, String) - Method in class com.alee.managers.language.data.AbstractCountryComparator
Returns result of two countries comparison with locale priority.
sample - Variable in class com.alee.graphics.image.gif.GifEncoder
 
samplefac - Variable in class com.alee.graphics.image.gif.NeuQuant
 
SATURATION - Static variable in class com.alee.graphics.filters.MiscComposite
 
SATURATION - Static variable in class com.alee.graphics.filters.PixelUtils
 
SAVE_SETTINGS - Static variable in class com.alee.managers.proxy.ProxyManager
Settings key for proxy settings save option.
saveSettings() - Static method in class com.alee.managers.settings.SettingsManager
Saves all SettingsGroups and settings files.
saveSettingsGroup(String) - Static method in class com.alee.managers.settings.SettingsManager
Saves SettingsGroup with the specified name.
saveSettingsGroup(SettingsGroup) - Static method in class com.alee.managers.settings.SettingsManager
Saves specified SettingsGroup.
Scale - Class in com.alee.utils.swing
 
Scale() - Constructor for class com.alee.utils.swing.Scale
Constructs new Scale.
Scale(double, double) - Constructor for class com.alee.utils.swing.Scale
Constructs new Scale.
ScaleConverter - Class in com.alee.utils.xml
Custom XStream converter for Scale.
ScaleConverter() - Constructor for class com.alee.utils.xml.ScaleConverter
 
SCREEN - Static variable in class com.alee.graphics.filters.MiscComposite
 
SCREEN - Static variable in class com.alee.graphics.filters.PixelUtils
 
SEPARATOR - Static variable in class com.alee.utils.xml.DimensionConverter
Values separator.
separator - Static variable in class com.alee.utils.xml.FontConverter
Values separator.
separator - Static variable in class com.alee.utils.xml.InsetsConverter
Values separator.
separator - Static variable in class com.alee.utils.xml.RectangleConverter
Values separator.
separator - Static variable in class com.alee.utils.xml.StrokeConverter
Stroke settings separators.
SerializableBiConsumer<T,U> - Interface in com.alee.api.jdk
SerializableBiFunction<T,U,R> - Interface in com.alee.api.jdk
SerializableBiPredicate<T,U> - Interface in com.alee.api.jdk
SerializableConsumer<T> - Interface in com.alee.api.jdk
SerializableFunction<T,R> - Interface in com.alee.api.jdk
SerializablePredicate<T> - Interface in com.alee.api.jdk
SerializableSupplier<T> - Interface in com.alee.api.jdk
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.
set(E) - Method in class com.alee.utils.array.ArrayListIterator
 
set(int, E) - Method in class com.alee.utils.collection.ImmutableList
 
set(C, D) - Method in class com.alee.utils.swing.WeakComponentData
Stores data in the specified JComponent.
set(C, D, BiConsumer<C, D>) - Method in class com.alee.utils.swing.WeakComponentData
Stores data in the specified JComponent.
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
 
setAliasJdkClasses(boolean) - Static method in class com.alee.utils.XmlUtils
Sets whether or not aliases for standard JDK classes like Point and Rectangle should be used.
setAlign(Point2D) - Method in class com.alee.graphics.filters.MotionBlurFilter
 
setAlignX(float) - Method in class com.alee.graphics.filters.MotionBlurFilter
 
setAlignY(float) - Method in class com.alee.graphics.filters.MotionBlurFilter
 
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.
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.MotionBlurFilter
 
setAngle(float) - Method in class com.alee.graphics.filters.ShadowFilter
 
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.TranslationInformation
Sets translation author.
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
setBFactor(float) - Method in class com.alee.graphics.filters.RGBAdjustFilter
 
setBlack(int) - Method in class com.alee.graphics.filters.ThresholdFilter
Set the color to be used for pixels below the lower threshold.
setBrightness(float) - Method in class com.alee.graphics.filters.ContrastFilter
Set the filter brightness.
setClassIcon(Class<?>, Icon) - Method in class com.alee.utils.jar.JarStructure
Sets Icon for the JarEntry representing specified Class.
SetCloneBehavior - Class in com.alee.api.clone.behavior
SetCloneBehavior() - Constructor for class com.alee.api.clone.behavior.SetCloneBehavior
 
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
 
setComposite(Composite) - Method in class com.alee.graphics.filters.CompositeFilter
Set the composite.
setContrast(float) - Method in class com.alee.graphics.filters.ContrastFilter
Set the filter contrast.
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.
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 SettingsGroup name.
setDelay(int) - Method in class com.alee.graphics.image.gif.GifEncoder
Sets the delay time between each frame, or changes it for subsequent frames (applies to last frame added).
setDelay(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.utils.file.FileDescription
Sets file description.
setDescription(String) - Method in class com.alee.utils.filefilter.DescriptiveFileFilter
Sets short file filter description.
setDictionaries(List<Dictionary>) - Method in class com.alee.managers.language.data.Dictionary
Sets List of Dictionarys for this Dictionary.
setDimensions(int, int) - Method in class com.alee.graphics.filters.PointFilter
 
setDispose(int) - Method in class com.alee.graphics.image.gif.GifEncoder
Sets the GIF frame disposal code for the last added frame and any subsequent frames.
setDistance(float) - Method in class com.alee.graphics.filters.MotionBlurFilter
 
setDistance(float) - Method in class com.alee.graphics.filters.ShadowFilter
 
setEdgeAction(int) - Method in class com.alee.graphics.filters.ConvolveFilter
 
setEmptyProxySettings() - Static method in class com.alee.managers.proxy.ProxyManager
Installs empty proxy settings.
setError(Throwable) - Method in class com.alee.managers.settings.SettingsGroupState
Sets occurred exception.
setFieldModifiers(Field, int) - Static method in class com.alee.utils.reflection.FieldHelper
Changes Field modifiers.
setFieldValue(Object, String, Object) - Static method in class com.alee.utils.ReflectUtils
Applies specified value to object field.
setFieldValue(Object, Field, Object) - Static method in class com.alee.utils.ReflectUtils
Applies specified value to object field.
setFieldValueSafely(Object, String, Object) - Static method in class com.alee.utils.ReflectUtils
Applies specified value to object field.
setFieldValueSafely(Object, Field, Object) - Static method in class com.alee.utils.ReflectUtils
Applies specified value to object field.
setFrameRate(float) - Method in class com.alee.graphics.image.gif.GifEncoder
Sets frame rate in frames per second.
setGFactor(float) - Method in class com.alee.graphics.filters.RGBAdjustFilter
 
setGroupFilePath(String, String) - Static method in class com.alee.managers.settings.SettingsManager
Sets custom directory where settings group file will be saved.
setHRadius(int) - Method in class com.alee.graphics.filters.BoxBlurFilter
 
setIcon(ImageIcon) - Method in class com.alee.utils.filefilter.DescriptiveFileFilter
Sets file filter icon.
setIcon(Icon) - Method in class com.alee.utils.jar.JarEntry
Sets custom JarEntry icon.
setId(String) - Method in class com.alee.managers.settings.SettingsGroup
Sets group identifier.
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
 
setKernel(Kernel) - Method in class com.alee.graphics.filters.ConvolveFilter
 
setKey(String) - Method in class com.alee.managers.language.data.Record
Sets Record key within its Dictionary.
setKey(K) - Method in class com.alee.utils.general.Pair
Sets the key for this pair.
setLanguage(Language) - Static method in class com.alee.managers.language.LanguageManager
Sets currently used Language.
setLanguageSupplier(Supplier<Language>) - Static method in class com.alee.managers.language.LM
Sets Supplier for universal Language.
setLocale(Locale) - Method in class com.alee.managers.language.data.TranslationInformation
Sets translation Locale.
setLocale(Locale) - Method in class com.alee.managers.language.data.Value
Sets Locale for this Value.
setLocale(Locale) - Static method in class com.alee.managers.language.LanguageManager
Sets currently used Locale.
setLowerThreshold(int) - Method in class com.alee.graphics.filters.ThresholdFilter
Set the lower threshold value.
setMask(int) - Method in class com.alee.graphics.filters.MaskFilter
 
setMnemonic(int) - Method in class com.alee.managers.language.data.Text
Sets mnemonic character.
setName(String) - Method in class com.alee.managers.language.data.Dictionary
Sets Dictionary name.
setName(String) - Method in class com.alee.managers.settings.SettingsGroup
Sets group name.
setName(String) - Method in class com.alee.utils.file.FileDescription
Sets file name.
setName(String) - Method in class com.alee.utils.jar.JarEntry
Sets custom JarEntry name.
setName(String) - Method in class com.alee.utils.swing.WebTimer
Sets internal timer thread name.
setNonBlockingStop(boolean) - Method in class com.alee.utils.swing.WebTimer
Sets whether or not timer should use non-blocking stop method behavior.
setNonProxyHosts(String) - Method in class com.alee.managers.proxy.ProxySettings
Sets non-proxy hosts.
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, Icon) - Method in class com.alee.utils.jar.JarStructure
Sets Icon for the JarEntry representing specified Package.
setPackageIcon(String, Icon) - Method in class com.alee.utils.jar.JarStructure
Sets Icon for the JarEntry representing specified Package name.
setPixels() - Method in class com.alee.graphics.image.gif.GifDecoder
Creates new frame image from current data (and previous frames as specified by their disposition codes).
setPoint1(Point) - Method in class com.alee.graphics.data.Line
Sets first point.
setPoint2(Point) - Method in class com.alee.graphics.data.Line
Sets second point.
setPrefix(String) - Method in class com.alee.managers.language.data.Dictionary
Sets Dictionary prefix.
setProxyHost(String) - Method in class com.alee.managers.proxy.ProxySettings
Sets proxy host.
setProxyLogin(String) - Method in class com.alee.managers.proxy.ProxySettings
Sets proxy login.
setProxyPassword(String) - Method in class com.alee.managers.proxy.ProxySettings
Sets proxy password.
setProxyPort(String) - Method in class com.alee.managers.proxy.ProxySettings
Sets proxy port.
setProxySettings() - Static method in class com.alee.managers.proxy.ProxyManager
Installs saved or system proxy settings.
setProxySettings(String, String) - Static method in class com.alee.managers.proxy.ProxyManager
Installs proxy settings with specified host and port.
setProxySettings(String, String, String, String) - Static method in class com.alee.managers.proxy.ProxyManager
Installs proxy settings with specified host, port and proxy login and password.
setProxySettings(ProxySettings) - Static method in class com.alee.managers.proxy.ProxyManager
Installs proxy settings with specified host, port and proxy login and password.
setProxySettings(ProxySettings, boolean) - Static method in class com.alee.managers.proxy.ProxyManager
Installs proxy settings with specified host, port and proxy login and password.
setQuality(int) - Method in class com.alee.graphics.image.gif.GifEncoder
Sets quality of color quantization (conversion of images to the maximum 256 colors allowed by the GIF specification).
setRadius(int) - Method in class com.alee.graphics.filters.BoxBlurFilter
 
setRadius(float) - Method in class com.alee.graphics.filters.GaussianFilter
Set the radius of the kernel, and hence the amount of blur.
setRadius(float) - Method in class com.alee.graphics.filters.ShadowFilter
Set the radius of the kernel, and hence the amount of blur.
setRaysOnly(boolean) - Method in class com.alee.graphics.filters.RaysFilter
 
setReadState(ReadState) - Method in class com.alee.managers.settings.SettingsGroupState
setRecords(List<Record>) - Method in class com.alee.managers.language.data.Dictionary
Sets List of Records for this Dictionary.
setRepeat(int) - Method in class com.alee.graphics.image.gif.GifEncoder
Sets the number of times the set of GIF frames should be played.
setRepeats(boolean) - Method in class com.alee.utils.swing.WebTimer
Sets whether timer should repeat its cycles or not.
setRFactor(float) - Method in class com.alee.graphics.filters.RGBAdjustFilter
 
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.
setRotation(float) - Method in class com.alee.graphics.filters.MotionBlurFilter
 
setSafeMethodsLoggingEnabled(boolean) - Static method in class com.alee.utils.ReflectUtils
Sets whether should allow safe methods to log errors or not.
setSaveDefaultValues(boolean) - Static method in class com.alee.managers.settings.SettingsManager
Sets whether or not should save default value created as a result of get(...) calls.
setSaveLoggingEnabled(boolean) - Static method in class com.alee.managers.settings.SettingsManager
Sets whether settings save log is enabled or not.
setSaveOnChange(boolean) - Static method in class com.alee.managers.settings.SettingsManager
Sets whether should save settings right after any changes made or not.
setSaveOnChangeDelay(long) - Static method in class com.alee.managers.settings.SettingsManager
Sets save-on-change delay in milliseconds.
setScale(double, double) - Method in class com.alee.utils.swing.Scale
Adjusts X and Y coordinate scaling.
setSettings(HashMap<String, Object>) - Method in class com.alee.managers.settings.SettingsGroup
Sets settings map.
setSettings(String, Object) - Static method in class com.alee.managers.settings.SettingsManager
Sets and saves value into settings file with the specified name.
setSettingsFilesExtension(String) - Static method in class com.alee.managers.settings.SettingsManager
Sets settings files extension
setShadowColor(int) - Method in class com.alee.graphics.filters.ShadowFilter
 
setShadowOnly(boolean) - Method in class com.alee.graphics.filters.ShadowFilter
 
setSize(int, int) - Method in class com.alee.graphics.image.gif.GifEncoder
Sets the GIF frame size.
setSize(String) - Method in class com.alee.utils.file.FileDescription
Sets file size.
setState(String) - Method in class com.alee.managers.language.data.Text
Sets state this translation is used for.
setStaticFieldValue(Class, String, Object) - Static method in class com.alee.utils.ReflectUtils
Applies specified value to static class field.
setStaticFieldValueSafely(Class, String, Object) - Static method in class com.alee.utils.ReflectUtils
Applies specified value to static class field.
setStrength(float) - Method in class com.alee.graphics.filters.RaysFilter
 
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
Sets translation text.
setTexts(List<Text>) - Method in class com.alee.managers.language.data.Value
Sets Texts for this Value.
setThreshold(float) - Method in class com.alee.graphics.filters.RaysFilter
 
settings() - Method in class com.alee.managers.settings.SettingsGroup
Returns settings map.
SETTINGS_GROUP - Static variable in class com.alee.managers.proxy.ProxyManager
Settings group key for proxy settings.
settingsChanged(String, String, Object, 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 SettingsGroup.
SettingsConverter(Mapper, ReflectionProvider) - Constructor for class com.alee.managers.settings.SettingsConverter
Constructs new SettingsConverter.
SettingsException - Exception in com.alee.managers.settings
Special exception class used to display various settings problems.
SettingsException() - Constructor for exception com.alee.managers.settings.SettingsException
Constructs a new SettingsException with null as its detail message.
SettingsException(String) - Constructor for exception com.alee.managers.settings.SettingsException
Constructs a new SettingsException with the specified detail message.
SettingsException(String, Throwable) - Constructor for exception com.alee.managers.settings.SettingsException
Constructs a new SettingsException with the specified detail message and cause.
SettingsException(Throwable) - Constructor for exception com.alee.managers.settings.SettingsException
Constructs a new SettingsException with the specified cause.
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 new SettingsGroup.
SettingsGroup(String) - Constructor for class com.alee.managers.settings.SettingsGroup
Constructs new SettingsGroup.
SettingsGroup(String, String) - Constructor for class com.alee.managers.settings.SettingsGroup
Constructs new SettingsGroup.
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 new SettingsGroupState.
SettingsGroupState(ReadState) - Constructor for class com.alee.managers.settings.SettingsGroupState
Constructs new SettingsGroupState.
SettingsGroupState(ReadState, Throwable) - Constructor for class com.alee.managers.settings.SettingsGroupState
Constructs new SettingsGroupState.
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
 
setTitle(String) - Method in class com.alee.managers.language.data.TranslationInformation
Sets translation language title.
setTransform(AffineTransform) - Method in class com.alee.graphics.filters.CompositeFilter
Set the transform.
setTranslations(List<TranslationInformation>) - Method in class com.alee.managers.language.data.Dictionary
Sets List of TranslationInformations for this dictionary.
setTransparent(Color) - Method in class com.alee.graphics.image.gif.GifEncoder
Sets the transparent color for the last added frame and any subsequent frames.
setUIResource(boolean) - Method in class com.alee.utils.xml.ConverterContext
Sets whether or not converter should read it's value as UIResource.
setupAlphaComposite(Graphics2D, Float) - Static method in class com.alee.utils.GraphicsUtils
Setting AlphaComposite by taking old AlphaComposite settings into account
setupAlphaComposite(Graphics2D, Float, boolean) - Static method in class com.alee.utils.GraphicsUtils
 
setupAlphaComposite(Graphics2D, Composite, Float) - Static method in class com.alee.utils.GraphicsUtils
 
setupAlphaComposite(Graphics2D, Composite, Float, boolean) - Static method in class com.alee.utils.GraphicsUtils
 
setupAntialias(Graphics) - Static method in class com.alee.utils.GraphicsUtils
Setting antialias on
setupAntialias(Graphics2D) - Static method in class com.alee.utils.GraphicsUtils
 
setupClip(Graphics2D, Shape) - Static method in class com.alee.utils.GraphicsUtils
Setting new clip shape
setupClip(Graphics2D, Shape, boolean) - Static method in class com.alee.utils.GraphicsUtils
 
setupClip(Graphics2D, int, int, int, int) - Static method in class com.alee.utils.GraphicsUtils
 
setupClip(Graphics2D, int, int, int, int, boolean) - Static method in class com.alee.utils.GraphicsUtils
 
setupFont(Graphics, Font) - Static method in class com.alee.utils.GraphicsUtils
Setting font
setupImageQuality(Graphics) - Static method in class com.alee.utils.GraphicsUtils
Setting image quality on
setupImageQuality(Graphics2D) - Static method in class com.alee.utils.GraphicsUtils
 
setupPaint(Graphics2D, Paint) - Static method in class com.alee.utils.GraphicsUtils
Setting new paint
setupPaint(Graphics2D, Paint, boolean) - Static method in class com.alee.utils.GraphicsUtils
 
setUpperThreshold(int) - Method in class com.alee.graphics.filters.ThresholdFilter
Set the upper threshold value.
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
 
setUseDaemonThread(boolean) - Method in class com.alee.utils.swing.WebTimer
Returns whether should use daemon thread instead of user one or not.
setUseEventDispatchThread(boolean) - Method in class com.alee.utils.swing.WebTimer
Sets whether actions should be fired from Event Dispatch Thread or not.
setUseProxy(boolean) - Method in class com.alee.managers.proxy.ProxySettings
Sets whether should use proxy settings or not.
setUseProxyAuthentification(boolean) - Method in class com.alee.managers.proxy.ProxySettings
Sets whether proxy requires authentification or not.
setValue(V) - Method in class com.alee.utils.general.Pair
Sets the value for this pair.
setValue(V) - Method in class com.alee.utils.map.AbstractHashMap.HashEntry
 
setValue(V) - Method in class com.alee.utils.map.AbstractHashMap.HashMapIterator
 
setValue(V) - Method in class com.alee.utils.map.EmptyMapIterator
 
setValue(V) - Method in interface com.alee.utils.map.MapIterator
Sets the value associated with the current key (optional operation).
SETVALUE_INVALID - Static variable in class com.alee.utils.map.AbstractHashMap
 
setValues(List<Value>) - Method in class com.alee.managers.language.data.Record
Sets Values for this Record.
setVRadius(int) - Method in class com.alee.graphics.filters.BoxBlurFilter
 
setWhite(int) - Method in class com.alee.graphics.filters.ThresholdFilter
Set the color to be used for pixels above the upper threshold.
setX1(int) - Method in class com.alee.graphics.data.Line
Sets first X coordinate.
setX2(int) - Method in class com.alee.graphics.data.Line
Sets second X coordinate.
setY1(int) - Method in class com.alee.graphics.data.Line
Sets first Y coordinate.
setY2(int) - Method in class com.alee.graphics.data.Line
Sets second Y coordinate.
setZoom(float) - Method in class com.alee.graphics.filters.MotionBlurFilter
 
ShadeType - Enum in com.alee.utils.laf
Component shade types.
ShadowFilter - Class in com.alee.graphics.filters
A filter which draws a drop shadow based on the alpha channel of the image.
ShadowFilter() - Constructor for class com.alee.graphics.filters.ShadowFilter
 
ShadowFilter(float, float, float, float) - Constructor for class com.alee.graphics.filters.ShadowFilter
 
shape - Variable in class com.alee.graphics.shapes.RelativeGeneralPath
GeneralPath used as an actual Shape implementation.
ShapeStroke - Class in com.alee.graphics.strokes
 
ShapeStroke() - Constructor for class com.alee.graphics.strokes.ShapeStroke
 
ShapeStroke(Shape, float) - Constructor for class com.alee.graphics.strokes.ShapeStroke
 
ShapeStroke(Shape[], float) - Constructor for class com.alee.graphics.strokes.ShapeStroke
 
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.
SharpenFilter - Class in com.alee.graphics.filters
A filter which performs a simple 3x3 sharpening operation.
SharpenFilter() - Constructor for class com.alee.graphics.filters.SharpenFilter
 
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.
shortName() - Method in enum com.alee.utils.system.SystemType
Returns OS short name.
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.
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.
shutdown() - Method in class com.alee.managers.task.TaskGroup
Shutdowns this TaskGroup after finishing all remaining submitted tasks.
shutdown(String) - Static method in class com.alee.managers.task.TaskManager
Shutdowns TaskGroup with the specified identifier after finishing all remaining submitted tasks.
shutdownNow() - Method in class com.alee.managers.task.TaskGroup
Shutdowns this TaskGroup without finishing any of remaining submitted tasks.
shutdownNow(String) - Static method in class com.alee.managers.task.TaskManager
Shutdowns TaskGroup with the specified identifier without finishing any of remaining submitted tasks.
SILHOUETTE - Static variable in class com.alee.graphics.filters.MiscComposite
 
SimpleArrayConverter - Class in com.alee.utils.xml
Custom converter for arrays with simple values.
SimpleArrayConverter(Mapper) - Constructor for class com.alee.utils.xml.SimpleArrayConverter
Constructs new converter.
size() - Method in class com.alee.utils.collection.ImmutableCollection
 
size() - Method in class com.alee.utils.collection.ImmutableList
 
size() - Method in class com.alee.utils.collection.ImmutableSet
 
size() - Method in class com.alee.utils.collection.WeakHashSet
 
size() - Method in class com.alee.utils.map.AbstractHashMap.EntrySet
 
size() - Method in class com.alee.utils.map.AbstractHashMap.KeySet
 
size - Variable in class com.alee.utils.map.AbstractHashMap
The size of the map
size() - Method in class com.alee.utils.map.AbstractHashMap
Gets the size of the map.
size() - Method in class com.alee.utils.map.AbstractHashMap.Values
 
size() - Method in class com.alee.utils.map.ImmutableMap
 
size() - Method in class com.alee.utils.map.SoftHashMap
 
size() - Method in class com.alee.utils.swing.WeakComponentData
Returns size of the Set of JComponents that have data of this kind stored within them.
size(C) - Method in class com.alee.utils.swing.WeakComponentDataList
Returns size of data list stored within JComponent.
sizeDetermined(int) - Method in interface com.alee.utils.file.FileDownloadListener
Called when remote file size retrieved.
sizeDetermined(int) - Method in interface com.alee.utils.zip.UnzipListener
Notifies about zip file entries amount.
sizeSet - Variable in class com.alee.graphics.image.gif.GifEncoder
 
SizeType - Enum in com.alee.utils.swing
Represents various possible component size types.
skip() - Method in class com.alee.graphics.image.gif.GifDecoder
Skips variable length blocks up to and including next zero length block.
SkipClonePolicy - Class in com.alee.api.merge.clonepolicy
ClonePolicy that never performs clone operation.
SkipClonePolicy() - Constructor for class com.alee.api.merge.clonepolicy.SkipClonePolicy
 
SkippingMatcher - Class in com.alee.api.matcher
Custom Matcher that always returns false.
SkippingMatcher() - Constructor for class com.alee.api.matcher.SkippingMatcher
 
SkippingNullResolver - Class in com.alee.api.merge.nullresolver
NullResolver that overwrites base object only if merged object is not null.
SkippingNullResolver() - Constructor for class com.alee.api.merge.nullresolver.SkippingNullResolver
 
SkippingUnknownResolver - Class in com.alee.api.clone.unknownresolver
UnknownResolver that doesn't clone objects of unknown types.
SkippingUnknownResolver() - Constructor for class com.alee.api.clone.unknownresolver.SkippingUnknownResolver
 
SkippingUnknownResolver - Class in com.alee.api.merge.unknownresolver
UnknownResolver that doesn't merge objects of unknown types.
SkippingUnknownResolver() - Constructor for class com.alee.api.merge.unknownresolver.SkippingUnknownResolver
 
sleepSafely(long) - Static method in class com.alee.utils.ThreadUtils
Causes calling thread to sleep and ignores thrown InterruptedException.
sleepStart - Variable in class com.alee.utils.swing.WebTimer
Last timer cycle start time.
sleepTime - Variable in class com.alee.utils.swing.WebTimer
Last timer cycle delay time.
smoothPulse(float, float, float, float, float) - Static method in class com.alee.graphics.filters.ImageMath
A smoothed pulse function.
smoothStep(float, float, float) - Static method in class com.alee.graphics.filters.ImageMath
A smoothed step function.
SOFT_LIGHT - Static variable in class com.alee.graphics.filters.MiscComposite
 
softColor(Color) - Static method in class com.alee.utils.ColorUtils
Returns randomly generated soft Color based on the specified Color.
SoftHashMap<K,V> - Class in com.alee.utils.map
Map implementation that holds soft references its values.
SoftHashMap() - Constructor for class com.alee.utils.map.SoftHashMap
 
sort(List<T>, Comparator<T>) - Static method in class com.alee.utils.CollectionUtils
Sorts List using the specified Comparator.
sort(List<T>, Comparator<T>...) - Static method in class com.alee.utils.CollectionUtils
Sorts List using the specified Comparators.
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.
spline(float, int, float[]) - Static method in class com.alee.graphics.filters.ImageMath
Compute a Catmull-Rom spline.
spline(float, int, int[], int[]) - Static method in class com.alee.graphics.filters.ImageMath
Compute a Catmull-Rom spline, but with variable knot spacing.
sqr(int) - Static method in class com.alee.utils.MathUtils
Returns square for specified integer number.
sqr(float) - Static method in class com.alee.utils.MathUtils
Returns square for specified float number.
sqrtToInt(double) - Static method in class com.alee.utils.MathUtils
Returns rounded square root for the specified integer number.
StarPolygon - Class in com.alee.graphics.shapes
 
StarPolygon(int, int, int, int, int) - Constructor for class com.alee.graphics.shapes.StarPolygon
 
StarPolygon(int, int, int, int, int, double) - Constructor for class com.alee.graphics.shapes.StarPolygon
 
start(OutputStream) - Method in class com.alee.graphics.image.gif.GifEncoder
Initiates GIF file creation on the given stream.
start(String) - Method in class com.alee.graphics.image.gif.GifEncoder
Initiates writing of a GIF file with the specified name.
start() - Method in class com.alee.utils.swing.WebTimer
Starts timer execution.
startAnimation() - Method in class com.alee.graphics.image.gif.GifIcon
Starts animation Thread.
started - Variable in class com.alee.graphics.image.gif.GifEncoder
 
startExec() - Method in class com.alee.utils.swing.WebTimer
Starts timer execution thread.
status - Variable in class com.alee.graphics.image.gif.GifIcon
GifIcon loading status.
STATUS_FORMAT_ERROR - Static variable in class com.alee.graphics.image.gif.GifDecoder
File read status: Error decoding file (may be partially decoded)
STATUS_OK - Static variable in class com.alee.graphics.image.gif.GifDecoder
File read status: No errors.
STATUS_OPEN_ERROR - Static variable in class com.alee.graphics.image.gif.GifDecoder
File read status: Unable to open source.
STENCIL - Static variable in class com.alee.graphics.filters.MiscComposite
 
step(float, float) - Static method in class com.alee.graphics.filters.ImageMath
The step function.
stop() - Method in class com.alee.utils.swing.WebTimer
Stops timer execution.
stopAnimation() - Method in class com.alee.graphics.image.gif.GifIcon
Stops animation Thread.
stopExec() - Method in class com.alee.utils.swing.WebTimer
Stops timer execution.
store(Object, Object) - Method in class com.alee.api.clone.AbstractRecursiveClone
 
store(Object, Object) - Method in interface com.alee.api.clone.RecursiveClone
Stores reference to object clone.
StrictHashMap<K,V> - Class in com.alee.utils.map
Map implementation that uses direct objects comparison for keys and values instead of relying on Object.equals(Object).
StrictHashMap() - Constructor for class com.alee.utils.map.StrictHashMap
Constructs new StrictHashMap.
StrictHashMap(int) - Constructor for class com.alee.utils.map.StrictHashMap
Constructs new StrictHashMap.
StrictHashMap(int, float) - Constructor for class com.alee.utils.map.StrictHashMap
Constructs new StrictHashMap.
StrictHashMap(int, float, int) - Constructor for class com.alee.utils.map.StrictHashMap
Constructs new StrictHashMap.
StrictHashMap(Map) - Constructor for class com.alee.utils.map.StrictHashMap
Constructs new StrictHashMap.
stringToFloatList(String) - Static method in class com.alee.utils.TextUtils
Returns a list of float parts split using specified separator.
stringToFloatList(String, String) - Static method in class com.alee.utils.TextUtils
Returns a list of float parts split using specified separator.
stringToIntList(String) - Static method in class com.alee.utils.TextUtils
Returns a list of integer parts split using specified separator.
stringToIntList(String, String) - Static method in class com.alee.utils.TextUtils
Returns a list of integer parts split using specified separator.
stringToList(String) - Static method in class com.alee.utils.TextUtils
Returns a list of text parts split using specified separator.
stringToList(String, String) - Static method in class com.alee.utils.TextUtils
Returns a list of text parts split using specified separator.
StrokeConverter - Class in com.alee.utils.xml
Custom Stroke object converter.
StrokeConverter() - Constructor for class com.alee.utils.xml.StrokeConverter
 
StrokeConverterSupport<T extends Stroke> - Interface in com.alee.utils.xml
Simple interface for simple stroke XML conversion implementations.
structure - Variable in class com.alee.utils.jar.JarEntry
JAR structure this entry belongs to.
subList(int, int) - Method in class com.alee.utils.collection.ImmutableList
 
subSeparator - Static variable in class com.alee.utils.xml.StrokeConverter
Single setting parts separator.
SUBTRACT - Static variable in class com.alee.graphics.filters.MiscComposite
 
SUBTRACT - Static variable in class com.alee.graphics.filters.PixelUtils
 
subtractClip(Graphics, Shape) - Static method in class com.alee.utils.GraphicsUtils
 
subtractClip(Graphics, Shape, boolean) - Static method in class com.alee.utils.GraphicsUtils
 
supplemental(char, char) - Static method in class com.alee.utils.xml.XMLChar
Returns true the supplemental character corresponding to the given surrogates.
Supplier<T> - Interface in com.alee.api.jdk
Represents a supplier of results.
supported - Static variable in class com.alee.utils.xml.StrokeConverter
Supported stroke types.
SUPPORTED_IMAGES - Static variable in class com.alee.utils.ImageUtils
Viewable image formats.
supports(RecursiveClone, Object) - Method in class com.alee.api.clone.behavior.ArrayCloneBehavior
 
supports(RecursiveClone, Object) - Method in class com.alee.api.clone.behavior.BasicCloneBehavior
 
supports(RecursiveClone, Object) - Method in class com.alee.api.clone.behavior.CloneableCloneBehavior
 
supports(RecursiveClone, Object) - Method in class com.alee.api.clone.behavior.CollectionCloneBehavior
 
supports(RecursiveClone, Object) - Method in class com.alee.api.clone.behavior.MapCloneBehavior
 
supports(RecursiveClone, Object) - Method in class com.alee.api.clone.behavior.RedefinedCloneBehavior
 
supports(RecursiveClone, Object) - Method in class com.alee.api.clone.behavior.ReflectionCloneBehavior
 
supports(RecursiveClone, Object) - Method in class com.alee.api.clone.behavior.SetCloneBehavior
 
supports(RecursiveClone, Object) - Method in interface com.alee.api.clone.GlobalCloneBehavior
Returns whether or not this behavior supports cloning of the specified object.
supports(Object) - Method in class com.alee.api.matcher.EqualMatcher
 
supports(Object) - Method in class com.alee.api.matcher.IdentifiableMatcher
todo 1.
supports(Object) - Method in interface com.alee.api.matcher.Matcher
Returns whether or not this Matcher supports provided object.
supports(Object) - Method in class com.alee.api.matcher.SkippingMatcher
 
supports(RecursiveMerge, Class<Object>, Object, Object) - Method in class com.alee.api.merge.behavior.BasicMergeBehavior
 
supports(RecursiveMerge, Class<Object>, Object, Object) - Method in class com.alee.api.merge.behavior.IndexArrayMergeBehavior
todo 1.
supports(RecursiveMerge, Class<T>, Object, Object) - Method in class com.alee.api.merge.behavior.IndexListMergeBehavior
 
supports(RecursiveMerge, Class<T>, Object, Object) - Method in class com.alee.api.merge.behavior.ListMergeBehavior
 
supports(RecursiveMerge, Class<T>, Object, Object) - Method in class com.alee.api.merge.behavior.MapMergeBehavior
todo 1.
supports(RecursiveMerge, Class<T>, Object, Object) - Method in class com.alee.api.merge.behavior.MergeableMergeBehavior
 
supports(RecursiveMerge, Class<Object>, Object, Object) - Method in class com.alee.api.merge.behavior.ReflectionMergeBehavior
 
supports(RecursiveMerge, Class<R>, Object, Object) - Method in interface com.alee.api.merge.GlobalMergeBehavior
Returns whether or not this behavior supports specified objects merge.
SwingFileFilterAdapter - Class in com.alee.utils.filefilter
SwingFileFilterAdapter(FileFilter, ImageIcon) - Constructor for class com.alee.utils.filefilter.SwingFileFilterAdapter
Constructs new FileFilter adapter class.
SystemFileListener - Interface in com.alee.utils.file
This is a custom listener used to track single file in file system.
systemProxyConfirmationSupport - Static variable in class com.alee.managers.proxy.ProxyManager
System proxy settings confirmation dialog support.
SystemProxyConfirmationSupport - Interface in com.alee.managers.proxy
System proxy detection confirm dialog support.
SystemType - Enum in com.alee.utils.system
Operation system (shortly OS) type enumeration.
SystemUtils - Class in com.alee.utils
This class provides a set of utilities to retrieve various operating system (shortly OS) information.

T

TaskException - Exception in com.alee.managers.task
Special exception class used to display various TaskManager usage issues.
TaskException() - Constructor for exception com.alee.managers.task.TaskException
Constructs a new TaskException with null as its detail message.
TaskException(String) - Constructor for exception com.alee.managers.task.TaskException
Constructs a new TaskException with the specified detail message.
TaskException(String, Throwable) - Constructor for exception com.alee.managers.task.TaskException
Constructs a new TaskException with the specified detail message and cause.
TaskException(Throwable) - Constructor for exception com.alee.managers.task.TaskException
Constructs a new TaskException with the specified cause.
TaskGroup - Class in com.alee.managers.task
This manager provides API for convenient usage of Thread groups.
TaskGroup(String) - Constructor for class com.alee.managers.task.TaskGroup
Constructs new TaskGroup.
TaskGroup(String, int) - Constructor for class com.alee.managers.task.TaskGroup
Constructs new TaskGroup.
TaskGroup(String, ThreadFactory) - Constructor for class com.alee.managers.task.TaskGroup
Constructs new TaskGroup.
TaskGroup(String, ThreadFactory, int) - Constructor for class com.alee.managers.task.TaskGroup
Constructs new TaskGroup.
TaskManager - Class in com.alee.managers.task
This manager provides API for convenient usage of TaskGroups.
TaskManager() - Constructor for class com.alee.managers.task.TaskManager
 
TB - Static variable in class com.alee.utils.FileUtils
Number of bytes in 1 terabyte.
test(T, U) - Method in interface com.alee.api.jdk.BiPredicate
Evaluates this predicate on the given arguments.
test(T) - Method in interface com.alee.api.jdk.Predicate
Evaluates this predicate on the given argument.
Text - Class in com.alee.managers.language.data
Text represents translation for a single translation key, language and state.
Text() - Constructor for class com.alee.managers.language.data.Text
Constructs new Text with default state and empty text.
Text(String) - Constructor for class com.alee.managers.language.data.Text
Constructs new Text with default state and specified translation text.
Text(String, String) - Constructor for class com.alee.managers.language.data.Text
Constructs new Text with the specified state and translation text.
Text(String, String, int) - Constructor for class com.alee.managers.language.data.Text
Constructs new Text with the specified state and translation text.
TextBridge<P extends RenderingParameters> - Interface in com.alee.api.ui
Base interface for any classes that can return text for rendering operations.
TextConverter - Class in com.alee.managers.language.data
Custom Converter for Text object.
TextConverter() - Constructor for class com.alee.managers.language.data.TextConverter
 
textsCount() - Method in class com.alee.managers.language.data.Value
Returns amount of Texts within this Value.
TextStroke - Class in com.alee.graphics.strokes
 
TextStroke(String, Font) - Constructor for class com.alee.graphics.strokes.TextStroke
 
TextStroke(String, Font, boolean, boolean) - Constructor for class com.alee.graphics.strokes.TextStroke
 
TextUtils - Class in com.alee.utils
This class provides a set of utilities to work with various text usage cases.
thepicture - Variable in class com.alee.graphics.image.gif.NeuQuant
 
threadFactory - Variable in class com.alee.managers.task.TaskGroup
ThreadFactory used to spawn Threads for executing tasks.
ThreadUtils - Class in com.alee.utils
This class provides a set of utilities to work with threads.
threshold - Variable in class com.alee.utils.map.AbstractHashMap
Size at which to rehash
ThresholdFilter - Class in com.alee.graphics.filters
A filter which performs a threshold operation on an image.
ThresholdFilter() - Constructor for class com.alee.graphics.filters.ThresholdFilter
Construct a ThresholdFilter.
ThresholdFilter(int) - Constructor for class com.alee.graphics.filters.ThresholdFilter
Construct a ThresholdFilter.
TimerActionListener - Class in com.alee.utils.swing
Small extension for ActionListener to simplify timer usage.
TimerActionListener() - Constructor for class com.alee.utils.swing.TimerActionListener
 
timerActionPerformed(ActionEvent, WebTimer) - Method in class com.alee.utils.swing.TimerActionListener
Simply an extended version of actionPerformed() method.
TimeUtils - Class in com.alee.utils
This class provides a set of utilities for time measurement and comparison.
toArray() - Method in class com.alee.utils.collection.ImmutableCollection
 
toArray(T[]) - Method in class com.alee.utils.collection.ImmutableCollection
 
toArray() - Method in class com.alee.utils.collection.ImmutableList
 
toArray(T[]) - Method in class com.alee.utils.collection.ImmutableList
 
toArray() - Method in class com.alee.utils.collection.ImmutableSet
 
toArray(T[]) - Method in class com.alee.utils.collection.ImmutableSet
 
toArray() - Method in class com.alee.utils.collection.WeakHashSet
 
toArray(T[]) - Method in class com.alee.utils.collection.WeakHashSet
 
toBufferedImage(Image) - Static method in class com.alee.utils.ImageUtils
Returns BufferedImage converted from the specified Image.
toBufferedImage(Icon) - Static method in class com.alee.utils.ImageUtils
Returns BufferedImage converted from the specified Icon.
toBufferedImage(RenderedImage) - Static method in class com.alee.utils.ImageUtils
Returns BufferedImage converted from the specified RenderedImage.
toByteArray(InputStream) - Static method in class com.alee.utils.IOUtils
Returns contents of the specified InputStream as a byte array.
toCompatibleImage(BufferedImage) - Static method in class com.alee.utils.ImageUtils
Returns BufferedImage compatible with default screen GraphicsConfiguration.
toDegrees(double) - Static method in class com.alee.utils.GeometryUtils
Returns angle converted into degrees.
toFilesList(Object...) - Static method in class com.alee.utils.FileUtils
Converts objects array into list of files.
toHex(Color) - Static method in class com.alee.utils.ColorUtils
Returns hex string for the specified Color.
toImageIcon(Image) - Static method in class com.alee.utils.ImageUtils
Returns ImageIcon converted from the specified Image.
toImageIcon(Icon) - Static method in class com.alee.utils.ImageUtils
Returns ImageIcon converted from the specified Icon.
toIntArray(Collection<Integer>) - Static method in class com.alee.utils.CollectionUtils
Returns an int[] array created using Collection of Integers.
toList(T[]) - Static method in class com.alee.utils.CollectionUtils
Returns List of Objects converted from array.
toList(Collection<T>) - Static method in class com.alee.utils.CollectionUtils
Returns List of objects converted from Collection.
toNonNullBufferedImage(Image) - Static method in class com.alee.utils.ImageUtils
Returns BufferedImage converted from the specified Image.
toNonNullBufferedImage(Icon) - Static method in class com.alee.utils.ImageUtils
Returns BufferedImage converted from the specified Icon.
toNonNullBufferedImage(RenderedImage) - Static method in class com.alee.utils.ImageUtils
Returns BufferedImage converted from the specified RenderedImage.
toNonNullImageIcon(Image) - Static method in class com.alee.utils.ImageUtils
Returns ImageIcon converted from the specified Image.
toNonNullImageIcon(Icon) - Static method in class com.alee.utils.ImageUtils
Returns ImageIcon converted from the specified Icon.
toObjectArray(Collection) - Static method in class com.alee.utils.CollectionUtils
Returns an Object[] array created using Collection of Objects.
TopologicalGraphProvider<T> - Interface in com.alee.utils.sort
Simple graph structure provider for topological sorting.
TopologicalSorter<T> - Class in com.alee.utils.sort
Custom sorter that implements topological data sorting.
TopologicalSorter(TopologicalGraphProvider<T>) - Constructor for class com.alee.utils.sort.TopologicalSorter
Constructs new TopologicalSorter.
toRadians(double) - Static method in class com.alee.utils.GeometryUtils
Returns angle converted into radians.
toRGBA(Color) - Static method in class com.alee.utils.ColorUtils
Returns RGBA color string for the specified Color.
toRGBA(Color, String) - Static method in class com.alee.utils.ColorUtils
Returns RGBA color string for the specified Color.
toString() - Method in class com.alee.api.version.Version
 
toString() - Method in class com.alee.graphics.filters.CompositeFilter
 
toString() - Method in class com.alee.graphics.filters.ContrastFilter
 
toString() - Method in class com.alee.graphics.filters.GrayscaleFilter
 
toString() - Method in class com.alee.graphics.filters.MaskFilter
 
toString() - Method in class com.alee.graphics.filters.MedianFilter
 
toString() - Method in class com.alee.graphics.filters.ReduceNoiseFilter
 
toString() - Method in class com.alee.graphics.filters.RGBAdjustFilter
 
toString() - Method in class com.alee.graphics.filters.SharpenFilter
 
toString() - Method in class com.alee.graphics.filters.ThresholdFilter
 
toString() - Method in class com.alee.managers.language.data.Dictionary
 
toString() - Method in class com.alee.managers.language.data.Record
 
toString(boolean) - Method in class com.alee.managers.language.data.Record
Returns Record text representation.
toString() - Method in class com.alee.managers.language.data.Text
 
toString() - Method in class com.alee.managers.language.data.TranslationInformation
 
toString() - Method in class com.alee.managers.language.data.Value
 
toString() - Method in class com.alee.managers.language.Language
 
toString(Locale) - Static method in class com.alee.managers.language.LanguageUtils
Returns String representation of Locale.
toString() - Method in class com.alee.managers.proxy.ProxySettings
 
toString() - Method in class com.alee.utils.collection.ImmutableCollection
 
toString() - Method in class com.alee.utils.collection.ImmutableList
 
toString() - Method in class com.alee.utils.collection.ImmutableSet
 
toString() - Method in class com.alee.utils.collection.WeakHashSet
 
toString() - Method in class com.alee.utils.general.Pair
 
toString() - Method in class com.alee.utils.jar.JarEntry
 
toString() - Method in class com.alee.utils.map.AbstractHashMap.HashEntry
 
toString() - Method in class com.alee.utils.map.AbstractHashMap.HashIterator
 
toString() - Method in class com.alee.utils.map.AbstractHashMap
Gets the map as a String.
toString(long) - Method in class com.alee.utils.parsing.AbstractUnits
Returns user-friendly unit-based text of the long value.
toString(long) - Method in class com.alee.utils.parsing.AbstractUnits.Unit
Returns user-friendly unit-based String of the base double value.
toString() - Method in enum com.alee.utils.reflection.ModifierType
Returns modifier title.
toString() - Method in class com.alee.utils.swing.Scale
 
toString() - Method in class com.alee.utils.swing.WebTimer
 
toString() - Method in class com.alee.utils.system.JavaVersion
 
toString(BasicStroke) - Method in class com.alee.utils.xml.BasicStrokeConverterSupport
 
toString(Object) - Method in class com.alee.utils.xml.ClassConverter
 
toString(Object) - Method in class com.alee.utils.xml.ColorConverter
 
toString(Object) - Method in class com.alee.utils.xml.DimensionConverter
 
toString(Object) - Method in class com.alee.utils.xml.FontConverter
 
toString(Object) - Method in class com.alee.utils.xml.InsetsConverter
 
toString(Object) - Method in class com.alee.utils.xml.ListToStringConverter
 
toString(Object) - Method in class com.alee.utils.xml.PasswordConverter
 
toString(Object) - Method in class com.alee.utils.xml.Point2DConverter
 
toString(Object) - Method in class com.alee.utils.xml.PointConverter
 
toString(Object) - Method in class com.alee.utils.xml.RectangleConverter
 
toString(Object) - Method in class com.alee.utils.xml.ScaleConverter
 
toString(Object) - Method in class com.alee.utils.xml.StrokeConverter
 
toString(T) - Method in interface com.alee.utils.xml.StrokeConverterSupport
Returns stroke converted into string.
toStringList(List<T>, Function<T, String>) - Static method in class com.alee.utils.CollectionUtils
Returns List of Strings extracted from the specified elements List.
totalRecordsCount() - Method in class com.alee.managers.language.data.Dictionary
Returns total amount of Records in this Dictionary and all sub-Dictionarys.
toURI(URL) - Static method in class com.alee.utils.NetUtils
Returns URI for the specified address.
toVector(Collection<T>) - Static method in class com.alee.utils.CollectionUtils
Returns a vector of objects converted from collection.
toXML(Object, String) - Static method in class com.alee.utils.XmlUtils
Serializes Object into XML and writes it into specified file.
toXML(Object, File) - Static method in class com.alee.utils.XmlUtils
Serializes Object into XML and writes it into specified file.
toXML(Object) - Static method in class com.alee.utils.XmlUtils
Returns Object serialized into XML.
toXML(Object, Writer) - Static method in class com.alee.utils.XmlUtils
Serializes Object into XML and writes it using a specified Writer.
toXML(Object, OutputStream) - Static method in class com.alee.utils.XmlUtils
Serializes Object into XML and writes it using a specified OutputStream.
toXML(Object, HierarchicalStreamWriter) - Static method in class com.alee.utils.XmlUtils
Serializes Object into XML and writes it using a specified HierarchicalStreamWriter
trackFile(File, SystemFileListener) - Static method in class com.alee.utils.FileUtils
Starts tracking file for possible changes.
trackFile(File, SystemFileListener, long) - Static method in class com.alee.utils.FileUtils
Starts tracking file for possible changes.
TransferFilter - Class in com.alee.graphics.filters
 
TransferFilter() - Constructor for class com.alee.graphics.filters.TransferFilter
 
transferFunction(float) - Method in class com.alee.graphics.filters.ContrastFilter
 
transferFunction(float) - Method in class com.alee.graphics.filters.TransferFilter
 
transformedSpace - Variable in class com.alee.graphics.filters.WholeImageFilter
The output image bounds.
transformFileFilter(FileFilter) - Static method in class com.alee.utils.FileUtils
Returns transformed file filter.
transformFileFilter(FileFilter) - Static method in class com.alee.utils.FileUtils
Returns transformed file filter.
transformSpace(Rectangle) - Method in class com.alee.graphics.filters.ShadowFilter
 
transformSpace(Rectangle) - Method in class com.alee.graphics.filters.WholeImageFilter
Calculate output bounds for given input bounds.
transIndex - Variable in class com.alee.graphics.image.gif.GifEncoder
 
TranslationInformation - Class in com.alee.managers.language.data
TranslationInformation contains some general information about single available translation.
TranslationInformation() - Constructor for class com.alee.managers.language.data.TranslationInformation
Constructs new empty TranslationInformation.
TranslationInformation(Locale, String, String) - Constructor for class com.alee.managers.language.data.TranslationInformation
Constructs new TranslationInformation.
TranslationInformationComparator - Class in com.alee.managers.language.data
Special Comparator implementation for TranslationInformation based on provided Locale country.
TranslationInformationComparator(Locale) - Constructor for class com.alee.managers.language.data.TranslationInformationComparator
TranslationInformationConverter - Class in com.alee.managers.language.data
Custom Converter for TranslationInformation object.
TranslationInformationConverter() - Constructor for class com.alee.managers.language.data.TranslationInformationConverter
 
transparent - Variable in class com.alee.graphics.image.gif.GifEncoder
 
transparent() - Static method in class com.alee.utils.ColorUtils
Returns fully transparent white Color.
transparent(Color, int) - Static method in class com.alee.utils.ColorUtils
Returns Color with modified alpha value.
TRANSPARENT_ICONS_CACHE - Static variable in class com.alee.utils.ImageUtils
Transparent icons cache.
TransparentCopySupplier<T> - Interface in com.alee.api.ui
Special interface for any class providing support for semi-transparent state copy of itself.
transpose(Rectangle) - Method in enum com.alee.api.data.Rotation
Returns rectangle transposed according to rotation.
transpose(Dimension) - Method in enum com.alee.api.data.Rotation
Returns dimension transposed according to rotation.
triangle(float) - Static method in class com.alee.graphics.filters.ImageMath
The triangle function.
TWO_PI - Static variable in class com.alee.graphics.filters.ImageMath
 
type() - Method in class com.alee.api.version.Version
Returns VersionType.
type - Variable in class com.alee.utils.jar.JarEntry
JAR entry type.

U

unbiasnet() - Method in class com.alee.graphics.image.gif.NeuQuant
 
unbound(File) - Method in interface com.alee.utils.file.SystemFileListener
Informs that tracked file was deleted, renamed or moved and cannot be tracked anymore.
Unit(long, long, String...) - Constructor for class com.alee.utils.parsing.AbstractUnits.Unit
Constructs new AbstractUnits.Unit.
unite(String, String...) - Static method in class com.alee.utils.TextUtils
Converts and returns specified parts which are not null into single string.
units - Variable in class com.alee.utils.parsing.AbstractUnits
Supported AbstractUnits.Units.
UnitsParsingException - Exception in com.alee.utils.parsing
Exception that may be thrown upon parsing text units.
UnitsParsingException(String) - Constructor for exception com.alee.utils.parsing.UnitsParsingException
Constructs new UnitsParsingException.
UnitsParsingException(String, Throwable) - Constructor for exception com.alee.utils.parsing.UnitsParsingException
Constructs new UnitsParsingException.
UnitsParsingException(Throwable) - Constructor for exception com.alee.utils.parsing.UnitsParsingException
Constructs new UnitsParsingException.
UnknownResolver - Interface in com.alee.api.clone
Unknown object type clone case resolver.
UnknownResolver - Interface in com.alee.api.merge
Unknown object types merge case resolver.
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.alee.managers.language.data.TextConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.alee.managers.language.data.TranslationInformationConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.alee.managers.language.data.ValueConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.alee.managers.settings.SettingsConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.alee.utils.xml.LocaleConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.alee.utils.xml.SimpleArrayConverter
 
unmarshalCap(String) - Method in class com.alee.utils.xml.BasicStrokeConverterSupport
Returns unmarshalled BasicStroke cap.
unmarshalDash(String) - Method in class com.alee.utils.xml.BasicStrokeConverterSupport
Returns unmarshalled BasicStroke dash.
unmarshalJoin(String) - Method in class com.alee.utils.xml.BasicStrokeConverterSupport
Returns unmarshalled BasicStroke join.
Unsafe - Class in com.alee.utils.reflection
sun.misc.Unsafe wrapper.
Unsafe() - Constructor for class com.alee.utils.reflection.Unsafe
 
UnsafeSupplier<T> - Interface in com.alee.api.jdk
Represents a supplier of results.
unzip(String, String) - Static method in class com.alee.utils.ZipUtils
Extracts ZIP archive contents into destination directory.
unzip(String, String, UnzipListener) - Static method in class com.alee.utils.ZipUtils
Extracts ZIP archive contents into destination directory.
unzip(File, File) - Static method in class com.alee.utils.ZipUtils
Extracts ZIP archive contents into destination directory.
unzip(File, File, UnzipListener) - Static method in class com.alee.utils.ZipUtils
Extracts ZIP archive contents into destination directory.
UnzipListener - Interface in com.alee.utils.zip
The listener interface for receiving unzip operation events.
update() - Method in class com.alee.utils.system.JavaVersion
Returns update number.
updateEntry(AbstractHashMap.HashEntry, Object) - Method in class com.alee.utils.map.AbstractHashMap
Updates an existing key-value mapping to change the value.
URL_ATTRIBUTE - Static variable in class com.alee.utils.XmlUtils
 
UrlResource - Class in com.alee.api.resource
URL resource.
UrlResource(URL) - Constructor for class com.alee.api.resource.UrlResource
Constructs new UrlResource.
UrlResource(String) - Constructor for class com.alee.api.resource.UrlResource
Constructs new UrlResource.
useAttributeFor(Class, String) - Static method in class com.alee.utils.XmlUtils
Use an attribute for a field declared in a specific type.
useDaemonThread - Variable in class com.alee.utils.swing.WebTimer
Whether should use daemon thread instead of user one or not.
usedEntry - Variable in class com.alee.graphics.image.gif.GifEncoder
 
useEdtByDefault - Static variable in class com.alee.utils.swing.WebTimer
Whether EDT should be used as the default timer action execution thread.
useEventDispatchThread - Variable in class com.alee.utils.swing.WebTimer
Whether actions should be fired from Event Dispatch Thread or not.
uses(String) - Method in class com.alee.utils.parsing.AbstractUnits.Unit
Returns whether or not this AbstractUnits.Unit uses specified name.
UtilityException - Exception in com.alee.utils
Special exception class used to display various problems occuring in utility classes.
UtilityException() - Constructor for exception com.alee.utils.UtilityException
Constructs a new UtilityException with null as its detail message.
UtilityException(String) - Constructor for exception com.alee.utils.UtilityException
Constructs a new UtilityException with the specified detail message.
UtilityException(String, Throwable) - Constructor for exception com.alee.utils.UtilityException
Constructs a new UtilityException with the specified detail message and cause.
UtilityException(Throwable) - Constructor for exception com.alee.utils.UtilityException
Constructs a new UtilityException with the specified cause.

V

VALUE - Static variable in class com.alee.graphics.filters.MiscComposite
 
VALUE - Static variable in class com.alee.graphics.filters.PixelUtils
 
Value - Class in com.alee.managers.language.data
Value can store multiple Texts for different states.
Value() - Constructor for class com.alee.managers.language.data.Value
Contructs new Value.
Value(Locale) - Constructor for class com.alee.managers.language.data.Value
Contructs new Value.
Value(Locale, Text...) - Constructor for class com.alee.managers.language.data.Value
Contructs new Value.
Value(Locale, List<Text>) - Constructor for class com.alee.managers.language.data.Value
Contructs new Value.
value - Variable in class com.alee.utils.general.Pair
Value of this this Pair.
value - Variable in class com.alee.utils.map.AbstractHashMap.HashEntry
The value
ValueConverter - Class in com.alee.managers.language.data
Custom Converter for Value object.
ValueConverter() - Constructor for class com.alee.managers.language.data.ValueConverter
 
ValueCountryComparator - Class in com.alee.managers.language.data
Special Comparator implementation for Value based on provided Locale country.
ValueCountryComparator(Locale) - Constructor for class com.alee.managers.language.data.ValueCountryComparator
Constructs new ValueCountryComparator.
valueOf(String) - Static method in enum com.alee.api.clone.behavior.ReflectionCloneBehavior.Policy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alee.api.Conjunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alee.api.data.BoxOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alee.api.data.CompassDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alee.api.data.Corner
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alee.api.data.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alee.api.data.Rotation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alee.api.merge.behavior.ReflectionMergeBehavior.Policy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alee.api.version.VersionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alee.managers.settings.ReadState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alee.utils.file.MimeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alee.utils.filefilter.FilterGroupType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alee.utils.jar.JarEntryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alee.utils.laf.FocusType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alee.utils.laf.ShadeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alee.utils.reflection.ClassRelationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alee.utils.reflection.ModifierType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alee.utils.swing.SizeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alee.utils.swing.WebTimerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alee.utils.system.SystemType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.alee.api.clone.behavior.ReflectionCloneBehavior.Policy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alee.api.Conjunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alee.api.data.BoxOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alee.api.data.CompassDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alee.api.data.Corner
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alee.api.data.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alee.api.data.Rotation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alee.api.merge.behavior.ReflectionMergeBehavior.Policy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alee.api.version.VersionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alee.managers.settings.ReadState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alee.utils.file.MimeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alee.utils.filefilter.FilterGroupType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alee.utils.jar.JarEntryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alee.utils.laf.FocusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alee.utils.laf.ShadeType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class com.alee.utils.map.AbstractHashMap
Values
values() - Method in class com.alee.utils.map.AbstractHashMap
Gets the values view of the map.
Values(AbstractHashMap) - Constructor for class com.alee.utils.map.AbstractHashMap.Values
Constructs new AbstractHashMap.Values.
values() - Method in class com.alee.utils.map.ImmutableMap
 
values() - Static method in enum com.alee.utils.reflection.ClassRelationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alee.utils.reflection.ModifierType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alee.utils.swing.SizeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alee.utils.swing.WebTimerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alee.utils.system.SystemType
Returns an array containing the constants of this enum type, in the order they are declared.
valuesCount() - Method in class com.alee.managers.language.data.Record
Returns amount of Values within this Record.
ValuesIterator(AbstractHashMap<K, V>) - Constructor for class com.alee.utils.map.AbstractHashMap.ValuesIterator
valuesList(Map<K, V>) - Static method in class com.alee.utils.CollectionUtils
Returns map values list.
valuesSummaryList(Map<K, List<V>>) - Static method in class com.alee.utils.CollectionUtils
Returns map values summary list with unique elements only.
Version - Class in com.alee.api.version
Semantic version number.
Version(Class) - Constructor for class com.alee.api.version.Version
Constrcuts new Version.
Version(Package) - Constructor for class com.alee.api.version.Version
Constrcuts new Version.
Version(String, String) - Constructor for class com.alee.api.version.Version
Constrcuts new Version.
Version(String, int, int, int, VersionType) - Constructor for class com.alee.api.version.Version
Constructs new Version.
versionString() - Method in class com.alee.utils.system.JavaVersion
Returns version String only.
VersionType - Enum in com.alee.api.version
Enumeration of possible semantic versioning suffixes.

W

WeakComponentData<C extends JComponent,D> - Class in com.alee.utils.swing
This is a special wrapper for any JComponent-related data that have to be stored using weak references.
WeakComponentData(String, int) - Constructor for class com.alee.utils.swing.WeakComponentData
Constructs new WeakComponentData.
WeakComponentDataList<C extends JComponent,E> - Class in com.alee.utils.swing
Extension over WeakComponentData that provides convenience methods for List-type data usage.
WeakComponentDataList(String, int) - Constructor for class com.alee.utils.swing.WeakComponentDataList
Constructs new WeakComponentDataList.
WeakHashSet<E> - Class in com.alee.utils.collection
Custom Set implementation that keeps only WeakReferences to all of its objects.
WeakHashSet() - Constructor for class com.alee.utils.collection.WeakHashSet
Constructs new WeakHashSet with default initial capacity.
WeakHashSet(int) - Constructor for class com.alee.utils.collection.WeakHashSet
Constructs new WeakHashSet with specified initial capacity.
webSafe(Color) - Static method in class com.alee.utils.ColorUtils
Returns web-safe Color.
webSafe(int) - Static method in class com.alee.utils.ColorUtils
Returns web-safe color value.
WebTimer - Class in com.alee.utils.swing
This timer is a small extension for standard javax.swing.Timer.
WebTimer(String) - Constructor for class com.alee.utils.swing.WebTimer
Constructs timer with specified delay.
WebTimer(long) - Constructor for class com.alee.utils.swing.WebTimer
Constructs timer with specified delay.
WebTimer(String, String) - Constructor for class com.alee.utils.swing.WebTimer
Constructs timer with specified internal thread name and delay.
WebTimer(String, long) - Constructor for class com.alee.utils.swing.WebTimer
Constructs timer with specified internal thread name and delay.
WebTimer(long, long) - Constructor for class com.alee.utils.swing.WebTimer
Constructs timer with specified delay and initial delay.
WebTimer(String, long, long) - Constructor for class com.alee.utils.swing.WebTimer
Constructs timer with specified internal thread name, delay and initial delay.
WebTimer(String, ActionListener) - Constructor for class com.alee.utils.swing.WebTimer
Constructs timer with specified delay and action listener.
WebTimer(long, ActionListener) - Constructor for class com.alee.utils.swing.WebTimer
Constructs timer with specified delay and action listener.
WebTimer(String, String, ActionListener) - Constructor for class com.alee.utils.swing.WebTimer
Constructs timer with specified internal thread name, delay and action listener.
WebTimer(String, long, ActionListener) - Constructor for class com.alee.utils.swing.WebTimer
Constructs timer with specified internal thread name, delay and action listener.
WebTimer(long, long, ActionListener) - Constructor for class com.alee.utils.swing.WebTimer
Constructs timer with specified delay, initial delay and action listener.
WebTimer(String, String, String, ActionListener) - Constructor for class com.alee.utils.swing.WebTimer
Constructs timer with specified internal thread name, delay, initial delay and action listener.
WebTimer(String, long, long, ActionListener) - Constructor for class com.alee.utils.swing.WebTimer
Constructs timer with specified internal thread name, delay, initial delay and action listener.
WebTimerType - Enum in com.alee.utils.swing
Additional custom timer timing options.
WebUtils - Class in com.alee.utils
This class provides a set of utilities to work with URLs and email addresses.
WholeImageFilter - Class in com.alee.graphics.filters
A filter which acts as a superclass for filters which need to have the whole image in memory to do their stuff.
WholeImageFilter() - Constructor for class com.alee.graphics.filters.WholeImageFilter
Construct a WholeImageFilter.
width - Variable in class com.alee.graphics.image.gif.GifEncoder
 
WRAP_EDGES - Static variable in class com.alee.graphics.filters.ConvolveFilter
 
writeEmail(String) - Static method in class com.alee.utils.WebUtils
Opens system mail agent to compose a new letter
writeEmail(String, String, String) - Static method in class com.alee.utils.WebUtils
Opens system mail agent to compose a new letter
writeEmailSafely(String) - Static method in class com.alee.utils.WebUtils
Opens system mail agent to compose a new letter safely
writeEmailSafely(String, String, String) - Static method in class com.alee.utils.WebUtils
Opens system mail agent to compose a new letter safely
writeGraphicCtrlExt() - Method in class com.alee.graphics.image.gif.GifEncoder
Writes Graphic Control Extension
writeImageDesc() - Method in class com.alee.graphics.image.gif.GifEncoder
Writes Image Descriptor
writeLSD() - Method in class com.alee.graphics.image.gif.GifEncoder
Writes Logical Screen Descriptor
writeNetscapeExt() - Method in class com.alee.graphics.image.gif.GifEncoder
Writes Netscape application extension to define repeat count.
writePalette() - Method in class com.alee.graphics.image.gif.GifEncoder
Writes color table
writePixels() - Method in class com.alee.graphics.image.gif.GifEncoder
Encodes and writes pixel data
writeShort(int) - Method in class com.alee.graphics.image.gif.GifEncoder
Write 16-bit value to output stream, LSB first
writeString(String) - Method in class com.alee.graphics.image.gif.GifEncoder
Writes string to output stream
writeStringToFile(String, File) - Static method in class com.alee.utils.FileUtils
Writes text to the specified file overwriting any content inside the file.
writeStringToFile(String, File, String) - Static method in class com.alee.utils.FileUtils
Writes text to the specified file overwriting any content inside the file.

X

x - Variable in class com.alee.utils.swing.Scale
X coordinate scale.
x1 - Variable in class com.alee.graphics.data.Line
First X coordinate.
x2 - Variable in class com.alee.graphics.data.Line
Second X coordinate.
XMLChar - Class in com.alee.utils.xml
This class defines the basic XML character properties.
XMLChar() - Constructor for class com.alee.utils.xml.XMLChar
 
XmlDriver - Class in com.alee.utils.xml
Custom HierarchicalStreamDriver based on StaxDriver.
XmlDriver() - Constructor for class com.alee.utils.xml.XmlDriver
 
XmlException - Exception in com.alee.utils.xml
Special exception class used to display various problems occuring in XML-related utility classes.
XmlException() - Constructor for exception com.alee.utils.xml.XmlException
Constructs a new XmlException with null as its detail message.
XmlException(String) - Constructor for exception com.alee.utils.xml.XmlException
Constructs a new XmlException with the specified detail message.
XmlException(String, Throwable) - Constructor for exception com.alee.utils.xml.XmlException
Constructs a new XmlException with the specified detail message and cause.
XmlException(Throwable) - Constructor for exception com.alee.utils.xml.XmlException
Constructs a new XmlException with the specified cause.
XmlUtils - Class in com.alee.utils
This class provides a set of utilities to easily serialize and deserialize objects into and from XML.
xorText(String) - Static method in class com.alee.utils.EncryptionUtils
Returns text encrypted using xor.
xorText(String, String) - Static method in class com.alee.utils.EncryptionUtils
Returns text encrypted using xor.
XStreamContext - Class in com.alee.utils.xml
Custom DataHolder used to provide XStream marshalling context data.
XStreamContext() - Constructor for class com.alee.utils.xml.XStreamContext
Constructs new empty context.
XStreamContext(Map) - Constructor for class com.alee.utils.xml.XStreamContext
Constructs new context based on another map.
XStreamContext(Object, Object) - Constructor for class com.alee.utils.xml.XStreamContext
Constructs new context with single key-value pair.

Y

y - Variable in class com.alee.utils.swing.Scale
Y coordinate scale.
y1 - Variable in class com.alee.graphics.data.Line
First Y coordinate.
y2 - Variable in class com.alee.graphics.data.Line
Second Y coordinate.

Z

ZERO_EDGES - Static variable in class com.alee.graphics.filters.ConvolveFilter
 
ZigzagStroke - Class in com.alee.graphics.strokes
 
ZigzagStroke(float, float) - Constructor for class com.alee.graphics.strokes.ZigzagStroke
 
ZigzagStroke(Stroke, float, float) - Constructor for class com.alee.graphics.strokes.ZigzagStroke
 
zipEntry - Variable in class com.alee.utils.jar.JarEntry
ZIP entry reference for this JAR entry.
ZipUtils - Class in com.alee.utils
This class provides a set of utilities to work with ZIP files.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2020. All rights reserved.