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

A

AbstractButtonConverter - Class in com.taco.swinger.text2gui
A converter to instances of AbstractButton.
AbstractButtonConverter() - Constructor for class com.taco.swinger.text2gui.AbstractButtonConverter
 
AbstractInterpolatingStringToObjectConverter - Class in com.taco.text
An abstract implementation of IInterpolatingStringToObjectConverter which provides a way for interpolating string to object converters to act like ordinary string to object converters by specifying a resource bundle and an argument map to use in the constructor.
AbstractInterpolatingStringToObjectConverter() - Constructor for class com.taco.text.AbstractInterpolatingStringToObjectConverter
Create a new instance whose implementation of IStringToObjectConverter is incapable of resolving references.
AbstractInterpolatingStringToObjectConverter(ResourceBundle, INoReturnMap) - Constructor for class com.taco.text.AbstractInterpolatingStringToObjectConverter
Create a new instance whose implementation of IStringToObjectConverter uses the specified resource bundle and argument map to resolve references.
AbstractNoReturnMap - Class in com.taco.data
An abstract implementation of INoReturnMap to make concrete implementations of INoReturnMap easier to write.
AbstractNoReturnMap() - Constructor for class com.taco.data.AbstractNoReturnMap
 
AbstractNoReturnMap.NoReturnEntry - Class in com.taco.data
An implementation of INoReturnEntry.
AbstractNoReturnMap.NoReturnEntry(Map.Entry) - Constructor for class com.taco.data.AbstractNoReturnMap.NoReturnEntry
 
AbstractNoReturnMap.NoReturnEntrySet - Class in com.taco.data
The entry set returned by entrySetNoReturn(), which wraps the ordinary entry set.
AbstractNoReturnMap.NoReturnEntrySet(Set) - Constructor for class com.taco.data.AbstractNoReturnMap.NoReturnEntrySet
 
AbstractNoReturnMap.NoReturnIterator - Class in com.taco.data
 
AbstractNoReturnMap.NoReturnIterator(Iterator) - Constructor for class com.taco.data.AbstractNoReturnMap.NoReturnIterator
 
AbstractNotificationStrategy - Class in com.taco.data
An abstract implementation of INotificationStrategy which creates a PropertyChangeEvent based on the multiple argument form of notifyListeners(), and calls notifyListeners() with the event.
AbstractNotificationStrategy() - Constructor for class com.taco.data.AbstractNotificationStrategy
 
AbstractObjectToStringConverter - Class in com.taco.text
An abstract implementation of IStringToObjectConverter that also implements IObjectMapper by calling the toString() method.
AbstractObjectToStringConverter() - Constructor for class com.taco.text.AbstractObjectToStringConverter
 
AbstractResourceBundleFactory - Class in com.taco.util
An abstract implementation of IResourceBundleFactory that has provides implementations of methods that simply call other methods with default arguments.
AbstractResourceBundleFactory() - Constructor for class com.taco.util.AbstractResourceBundleFactory
 
AbstractStringToObjectConverter - Class in com.taco.text
An abstract base class for implementations of IStringToObjectConverter which also implements IObjectMapper.
AbstractStringToObjectConverter() - Constructor for class com.taco.text.AbstractStringToObjectConverter
This default constructor does nothing.
accept(File) - Method in class com.taco.swinger.filechooser.ExtensionFileFilter
 
accept(Object) - Method in class com.taco.text.CompositeConverter.NotUpdaterListenerFilter
 
accept(Object) - Method in class com.taco.util.AcceptAllObjectFilter
Return true.
accept(Object) - Method in interface com.taco.util.IObjectFilter
 
AcceptAllObjectFilter - Class in com.taco.util
An implementation of IObjectFilter that accepts all objects.
AccessibleResourceBundle - Class in com.taco.util
A subclass of ResourcBundle whose attributes can be manipulated by instances of IResourceBundleFactory.
AccessibleResourceBundle() - Constructor for class com.taco.util.AccessibleResourceBundle
 
AccessibleResourceBundleAdapter - Class in com.taco.util
Adapts an ordinary resource bundle to be an AccessibleResourceBundle.
AccessibleResourceBundleAdapter(ResourceBundle) - Constructor for class com.taco.util.AccessibleResourceBundleAdapter
Create a new instance that adapts the argument bundle and uses a soft cache for its keys.
AccessibleResourceBundleAdapter(ResourceBundle, boolean) - Constructor for class com.taco.util.AccessibleResourceBundleAdapter
Create a new instance that adapts the argument bundle.
add(int, Object) - Method in class com.taco.data.ListSet
This implementation throws an UnsupportedOperationException if an equivalent element already exists.
add(Object) - Method in class com.taco.data.ListSet
Add obj to the end of the list.
add(Object, boolean) - Method in class com.taco.data.ListSet
Add obj to the end of the list.
add(int, Object) - Method in class com.taco.data.ListToVectorAdapter
 
add(Object) - Method in class com.taco.data.ListToVectorAdapter
 
add(Object) - Method in class com.taco.decorator.java.util.SetDecorator
 
addAll(Collection) - Method in class com.taco.data.ListSet
Add all the elements to this list in the order returned by the iterator of the argument collection.
addAll(int, Collection) - Method in class com.taco.data.ListSet
If any of the elements exist in the collection already, keep trying to elements before returning false.
addAll(Collection) - Method in class com.taco.data.ListToVectorAdapter
 
addAll(int, Collection) - Method in class com.taco.data.ListToVectorAdapter
 
addAll(Collection) - Method in class com.taco.decorator.java.util.SetDecorator
 
addAllToMappedCollection(Map, Object, Collection, ICollectionFactory) - Static method in class com.taco.data.MapUtilities
If key is already mapped to a collection, add the elements of values to the collection.
addAllToMappedCollection(Map, Object, Collection) - Static method in class com.taco.data.MapUtilities
If key is already mapped to a collection, add the elements of values to the collection.
addColumn(Object, Object[]) - Method in class com.taco.swinger.table.FastTableModel
 
addComponent(Object, Object, Object) - Method in class com.taco.swinger.text2gui.ComponentAddStrategy
Add component to container using Container.add(), passing the argument constraint the constraint parameter if non-null.
addComponent(Object, Object, Object) - Method in class com.taco.swinger.text2gui.GridBagLayoutComponentAddStrategy
Set constraints on the component, then add component to container using add() with no arguments.
addComponent(Object, Object, Object) - Method in interface com.taco.swinger.text2gui.IComponentAddStrategy
Add component to container, using a constraint if possible.
addComponent(Container, Component, String) - Method in interface com.taco.swinger.text2gui.ILayoutAndComponentAddStrategy
Add component to container, using constraints specified by the argument string.
addComponent(Container, Component, String) - Method in class com.taco.swinger.text2gui.LayoutAndComponentAddStrategy
Add component to container using Container.add(), passing the argument string as the constraints parameter if non-null.
addElement(Object) - Method in class com.taco.data.ListToVectorAdapter
 
addElements(Collection, Object[]) - Static method in class com.taco.data.ArrayUtilities
Add the elements in the argument array to the argument collection.
addElements(Collection, Collection) - Static method in class com.taco.data.CollectionUtilities
Add the elements in d to c.
addElements(Set, Object[]) - Static method in class com.taco.data.SetUtilities
Add all elements of array to the argument set.
addFirst(Object) - Method in class com.taco.data.ListSet
Add obj to the front of the list.
addFirst(Object, boolean) - Method in class com.taco.data.ListSet
Add obj to the front of the list.
addLast(Object) - Method in class com.taco.data.ListSet
Add obj to the end of the list.
addLast(Object, boolean) - Method in class com.taco.data.ListSet
Add obj to the end of the list.
addListener(PropertyChangeListener) - Method in interface com.taco.data.IObservableMap.IObservableEntry
Add listener to the list of listeners to notify when the value of this entry is changed.
addListener(PropertyChangeListener) - Method in class com.taco.data.ObservableMap.EntrySet.ObservableEntry
 
addListener(PropertyChangeListener) - Method in class com.taco.data.ObservableMap.ValueElement
Add the listener to the listener list.
addListener(PropertyChangeListener) - Method in class com.taco.data.WrappedObservableMap.WrappedObservableEntry
 
addMappings(Map, Object[]) - Static method in class com.taco.data.MapUtilities
Return addMappings(map, array, false) (Don't wrap null values).
addMappings(Map, Object[], boolean) - Static method in class com.taco.data.MapUtilities
Add the even elements of array as keys and the odd elements of array as values to the argument map.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface com.taco.data.IObservableMap
Add listener to the list of listeners to notify when the value associated with key is changed.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.taco.data.ObservableMap
Add listener to the list of listeners for changes to the value mapped to key.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.taco.data.WrappedObservableMap
 
addToMappedCollection(Map, Object, Object, ICollectionFactory) - Static method in class com.taco.data.MapUtilities
If key is already mapped to a collection, add value to the collection.
addToMappedCollection(Map, Object, Object) - Static method in class com.taco.data.MapUtilities
If key is already mapped to a collection, add value to the collection.
adjustFontsForLocale(Component, Locale) - Static method in class com.taco.i18n.gui.FontUtilities
Call adjustFontsForLocale(Locale.getDefault(), component, locale, true, DefaultFontMapper.instance).
adjustFontsForLocale(Locale, Component, Locale, boolean, FontUtilities.IFontMapper) - Static method in class com.taco.i18n.gui.FontUtilities
Adjust the font for the component and its border so that it can display characters of locale.
adjustFontsForLocale(Locale, Border, Locale, FontUtilities.IFontMapper) - Static method in class com.taco.i18n.gui.FontUtilities
Return a border that may be adjusted so that it can display characters in the argument locale.
appendEscapedChar(StringBuffer, char, String) - Static method in class com.taco.text.StringUtilities
Append the escaped version of the character to the argument string buffer.
argMapFallbackString - Variable in class com.taco.text.InterpolatedValueMatchResult
A string to convert in case the argument map did not contain the desired key.
argMapKey - Variable in class com.taco.text.InterpolatedValueMatchResult
The name of the argument map key that this value references.
ARRAY_LIST_FACTORY - Static variable in interface com.taco.data.ICollectionFactory
A factory that creates instances of ArrayList.
arrayCopyWithoutNull(Object[], int, Object[], int, int) - Static method in class com.taco.data.ArrayUtilities
Copy up to length elements from the source array (starting at index srcPos) to the destination array (starting at index destPos).
ArrayIntMapper - Class in com.taco.util
An implementation of IIntMapper that uses an array to do the mapping.
ArrayIntMapper(int[]) - Constructor for class com.taco.util.ArrayIntMapper
 
arrayToHashMap(Object[]) - Static method in class com.taco.data.MapUtilities
Return arrayToMap(array, false, IMapFactory.HASH_MAP_FACTORY) (Don't wrap null values).
arrayToHashMap(Object[], boolean) - Static method in class com.taco.data.MapUtilities
 
arrayToHashSet(Object[]) - Static method in class com.taco.data.SetUtilities
Create a new HashSet that contains all elements of array.
arrayToLinkedHashMap(Object[]) - Static method in class com.taco.data.MapUtilities
Return arrayToMap(array, false, IMapFactory.LINKED_HASH_MAP_FACTORY) (Don't wrap null values).
arrayToMap(Object[], boolean, IMapFactory) - Static method in class com.taco.data.MapUtilities
Create a new map that contains the even elements of array as keys, and the odd elements as values.
ArrayUtilities - Class in com.taco.data
Utility functions for manipulating arrays.
ArrayUtilities() - Constructor for class com.taco.data.ArrayUtilities
Since this class is a static utility class, its sole constructor is protected.
asList(int[]) - Static method in class com.taco.data.ArrayUtilities
Return a list of instances of Integer backed by the argument array.
assignedGlobalName - Variable in class com.taco.text.InterpolatedValueMatchResult
The name of the global variable the string literal is to be assigned to.
AtomConverter - Class in com.taco.text
An interpolating string and resource bundle converter of atomic data.
AtomConverter(IStringToObjectConverter) - Constructor for class com.taco.text.AtomConverter
 

B

BEVEL_BORDER_CONVERTER - Static variable in class com.taco.swinger.text2gui.border.BevelBorderConverter
The instance of BevelBorderConverter for ordinary bevel borders.
BevelBorderConverter - Class in com.taco.swinger.text2gui.border
A class that converts strings and resource bundles to bevel and soft bevel borders.
BevelBorderConverter(boolean) - Constructor for class com.taco.swinger.text2gui.border.BevelBorderConverter
The soft and hard instances of this class are singletons, so the sole constructor is protected.
BLOCK_COMMENT_STATE_END_STAR - Static variable in class com.taco.text.CPunctuationState
Value for blockCommentState that means we are in a a comment block, after an eligible '*' to start the termination sequence.
BLOCK_COMMENT_STATE_FIRST_SLASH - Static variable in class com.taco.text.CPunctuationState
Value for blockCommentState that means we have encountered the first slash for a comment block.
BLOCK_COMMENT_STATE_MIDDLE - Static variable in class com.taco.text.CPunctuationState
Value for blockCommentState that means we are in the middle of a comment block, before both the terminating '*' and '/'.
BLOCK_COMMENT_STATE_NOT_IN_BLOCK - Static variable in class com.taco.text.CPunctuationState
Value for blockCommentState that means we have not started comment block.
blockCommentState - Variable in class com.taco.text.CPunctuationState
The state of being in block comment.
BOOLEAN_CONVERTER - Static variable in class com.taco.text.AtomConverter
A converter to instances of Boolean.
BOOLEAN_REGEX_STRING - Static variable in interface com.taco.text.ICommonRegexConstants
A regex string for a boolean.
BooleanMapper - Class in com.taco.util
An implementation of IObjectMapper that returns a Boolean which represents an object.
BooleanToIntegerMapper - Class in com.taco.util
An implementation of IObjectMapper that converts a true Boolean to 1, and everything else to 0.
BorderLayoutComponentAddStrategy - Class in com.taco.swinger.text2gui
A component add strategy for BorderLayout.
BorderLayoutComponentAddStrategy() - Constructor for class com.taco.swinger.text2gui.BorderLayoutComponentAddStrategy
 
BoxConverter - Class in com.taco.swinger.text2gui
A converter that creates instances of Box.
BoxConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.BoxConverter
 
BracedPropertyCompositeConverter - Class in com.taco.text
A subclass of CompositeConverter that matches C-style punctuation in property values.
BracedPropertyCompositeConverter() - Constructor for class com.taco.text.BracedPropertyCompositeConverter
Create a new instance whose implementation of IStringToObjectConverter is incapable of resolving references.
BracedPropertyCompositeConverter(ResourceBundle, INoReturnMap) - Constructor for class com.taco.text.BracedPropertyCompositeConverter
Create a new instance whose implementation of IStringToObjectConverter uses the specified resource bundle and argument map to resolve references.
braces - Variable in class com.taco.text.CPunctuationState
The number of opening brace ('{') yet to be closed.
brackets - Variable in class com.taco.text.CPunctuationState
The number of opening brackets ('[') yet to be closed.
bundleKey - Variable in class com.taco.text.InterpolatedValueMatchResult
The name of the resource bundle key that this value references.

C

CachedDelayedResult - Class in com.taco.util
An implementation of IDelayedResult which caches the computed result.
CachedDelayedResult() - Constructor for class com.taco.util.CachedDelayedResult
 
CachedKeysResourceBundle - Class in com.taco.util
A subclass of AccessibleResourceBundle that provides a useful implementation of getKeys().
CachedKeysResourceBundle() - Constructor for class com.taco.util.CachedKeysResourceBundle
Create a new instance that uses a soft reference to store the previously computed set of keys, so the key set can be garbage collected if necessary.
CachedKeysResourceBundle(boolean) - Constructor for class com.taco.util.CachedKeysResourceBundle
Create a new instance that uses a cache to store the previously computed set of keys.
capacity() - Method in class com.taco.data.ListToVectorAdapter
Return the size of the decorated list, since there's no way to get the capacity of a List or ArrayList.
ChainedInterpolatingConverter - Class in com.taco.text
A converter based on another converter, which has its value converted by an implementation of IObjectMapper.
ChainedInterpolatingConverter(IInterpolatingConverter, IObjectMapper) - Constructor for class com.taco.text.ChainedInterpolatingConverter
 
ChainedResourceBundleFactory - Class in com.taco.util
A factory for resource bundles that allows resource bundles to be chained.
ChainedResourceBundleFactory() - Constructor for class com.taco.util.ChainedResourceBundleFactory
Create a new instance that uses the default factory for creating inner bundles.
ChainedResourceBundleFactory(IResourceBundleFactory) - Constructor for class com.taco.util.ChainedResourceBundleFactory
Create a new instance that uses the argument factory for creating inner bundles.
ChainedResourceBundleFactory.ChainedResourceBundle - Class in com.taco.util
A resource bundle that maps method calls to a contained resource bundle, except that its parent chain may continue after the contained resource bundle's chain ends.
ChainedResourceBundleFactory.ChainedResourceBundle(ResourceBundle) - Constructor for class com.taco.util.ChainedResourceBundleFactory.ChainedResourceBundle
Create a new resource bundle that contains the argument bundle and has no parent bundle.
ChainedResourceBundleFactory.ChainedResourceBundle(ResourceBundle, ResourceBundle) - Constructor for class com.taco.util.ChainedResourceBundleFactory.ChainedResourceBundle
Create a new resource bundle that contains the argument bundle and has the argument surrogate parent.
CHAR_REGEX_STRING - Static variable in interface com.taco.text.ICommonRegexConstants
A regex string for a character.
CHARACTER_CONVERTER - Static variable in class com.taco.text.AtomConverter
A converter to instances of Character.
CHARACTERS_TO_ESCAPE_IN_DOUBLE_QUOTES - Static variable in class com.taco.text.StringUtilities
Characters that should be escaped with a backslash before output assuming that the character appears inside a double quoted expression in Java.
charAt(int) - Method in class com.taco.text.ReversedCharSequence
 
CLASS_CONVERTER - Static variable in class com.taco.text.AtomConverter
A converter to instances of Class.
ClassToStringConverter - Class in com.taco.text
An implementation of IObjectToStringConverter that returns the class name of the object to be converted.
ClassToStringConverter() - Constructor for class com.taco.text.ClassToStringConverter
 
ClassUtilities - Class in com.taco.lang
A utility class that contains useful methods dealing with classes.
ClassUtilities() - Constructor for class com.taco.lang.ClassUtilities
Since this class is a static utility class, its sole constructor is protected.
cleanBundleCache() - Method in class com.taco.util.ResourceBundleFactory
To save space, remove entries from the bundle cache whose keys have cleared references to class loaders or whose values are cleared references to resource bundles.
clear() - Method in class com.taco.data.ListSet
Clear all elements from the list.
clear() - Method in class com.taco.data.ListToVectorAdapter
 
clear() - Method in class com.taco.data.MapToDictionaryAdapter
 
clear() - Method in class com.taco.data.NoReturnMapAdapter
Overridden for efficiency.
clear() - Method in class com.taco.data.ObservableMap
 
clear() - Method in class com.taco.data.SoftValueMap
 
clear() - Method in class com.taco.data.SoftValueMap.SoftValueEntrySet
 
clear() - Method in class com.taco.data.WrappedKeyValueMap
 
clear() - Method in class com.taco.data.WrappedKeyValueMap.WrappedEntrySet
 
clear() - Method in class com.taco.decorator.java.util.SetDecorator
 
clear() - Method in class com.taco.swinger.SwingCompute
Clear the previously computed result.
clear() - Method in class com.taco.util.MultiLineProperties
 
clearPropertyName() - Method in class com.taco.text.KeyLookupRecord
Set the property name to null so any further lookups are not associated with the current property name.
clone() - Method in class com.taco.data.ListSet
Clone this instance by cloning the list that backs this instance.
clone() - Method in class com.taco.data.ListToVectorAdapter
Clone this instance by cloning the decorated list.
clone(Object) - Method in class com.taco.data.MapToDictionaryAdapter
Perform a deep clone; have the clone adapt a clone of this instance's adapted map.
clone() - Method in class com.taco.data.ObservableMap
 
clone() - Method in class com.taco.data.ObservableMap.ValueElement
 
clone() - Method in class com.taco.data.SimpleMapEntry
 
clone() - Method in class com.taco.data.SoftValueMap
 
clone() - Method in class com.taco.data.WrappedKeyValueMap
 
clone() - Method in class com.taco.data.WrappedObservableMap
 
clone() - Method in class com.taco.text.CPunctuationState
 
clone() - Method in class com.taco.text.DispatchingConverter
 
clone() - Method in class com.taco.text.InterpolatingConverter
 
clone() - Method in class com.taco.text.MatchResult
 
clone() - Method in class com.taco.text.StringToBeanShellInstanceConverter
 
clone() - Method in class com.taco.text.StringToInstanceConverter
 
clone() - Method in class com.taco.util.ChainedResourceBundleFactory
Create a clone that uses a shallow copy of the inner bundle factory.
clone() - Method in class com.taco.util.ConstantIntMapper
 
clone() - Method in class com.taco.util.MultiLineProperties
 
clone() - Method in class com.taco.util.ResourceBundleFactory
Make a clone of this factory.
CLOSE_BRACE_PATTERN - Static variable in class com.taco.text.StringListUtilities
A regex pattern for a close brace surrounded by optional whitespace.
CLOSE_BRACKET_PATTERN - Static variable in class com.taco.text.StringListUtilities
A regex pattern for a close bracket surrounded by optional whitespace.
CLOSE_PARENTHESIS_PATTERN - Static variable in class com.taco.text.StringListUtilities
A regex pattern for a closed parenthesis surrounded by optional whitespace.
COLLECTION_FACTORY_KEY - Static variable in class com.taco.text.StringListUtilities
A key in the option map for convertering strings to lists, which is mapped to an instance of ICollectionFactory which creates an empty collection to be filled with the elements of the list.
CollectionConverter - Class in com.taco.text
An interpolating converter from resource bundles and strings to collections.
CollectionConverter(IInterpolatingStringToObjectConverter) - Constructor for class com.taco.text.CollectionConverter
Construct a new instance that uses the argument interpolating string to object converter to convert strings that represents elements into objects.
CollectionConverter(ResourceBundle, INoReturnMap, IInterpolatingStringToObjectConverter) - Constructor for class com.taco.text.CollectionConverter
Construct a new instance that uses the argument interpolating string to object converter to convert strings that represents elements into objects.
CollectionConverter(Map) - Constructor for class com.taco.text.CollectionConverter
Create a new instance that uses the argument option map when calling StringListUtilities.createObjectList().
CollectionToMatrixMapper - Class in com.taco.util
A converter from collections of collections to Object matrices.
CollectionToStringConverter - Class in com.taco.text
A converter from collections to strings that uses StringListUtilities.createCollectionString() to do the conversion.
CollectionToStringConverter() - Constructor for class com.taco.text.CollectionToStringConverter
Construct a new instance that uses the default options.
CollectionToStringConverter(Map) - Constructor for class com.taco.text.CollectionToStringConverter
Construct a new instance that uses the argument options for StringListUtilities.createCollectionString().
CollectionToTreePathMapper - Class in com.taco.swinger.text2gui
Converts a collection or array into a TreePath containing the elements.
CollectionUtilities - Class in com.taco.data
A static utility class for manipulating collections.
CollectionUtilities() - Constructor for class com.taco.data.CollectionUtilities
Since this class is not meant to be instantiated, the sole constructor is protected.
COLOR_CONVERTER - Static variable in interface com.taco.swinger.text2gui.ICommonGUIConverters
An interpolating converter to instances of Color.
com.taco.data - package com.taco.data
 
com.taco.decorator.java.util - package com.taco.decorator.java.util
 
com.taco.i18n.gui - package com.taco.i18n.gui
Provides classes that aid in internationalizing Swing components.
com.taco.lang - package com.taco.lang
 
com.taco.lang.reflect - package com.taco.lang.reflect
Provides utilities that rely on reflection.
com.taco.swinger - package com.taco.swinger
Provides utilities for programming with the Swing API, and specialized Swing components.
com.taco.swinger.filechooser - package com.taco.swinger.filechooser
 
com.taco.swinger.table - package com.taco.swinger.table
 
com.taco.swinger.text2gui - package com.taco.swinger.text2gui
Provides converters from text to Swing components, layouts, and models.
com.taco.swinger.text2gui.border - package com.taco.swinger.text2gui.border
Provides converters fromt text to Swing borders.
com.taco.text - package com.taco.text
Provides converters to and from text, and other text processing and formatting capabilities.
com.taco.util - package com.taco.util
Provides utility classes for a variety of purposes.
COMMA_SEPARATOR_PATTERN - Static variable in class com.taco.text.StringListUtilities
A regex pattern for a comma surrounded by optional whitespace.
component - Variable in class com.taco.swinger.text2gui.ComponentConstraintPair
The component or a placeholder for the component such as a separator.
ComponentAddStrategy - Class in com.taco.swinger.text2gui
The default implementation of IComponentAddStrategy that simply passes the constraint to Container.add().
ComponentAddStrategy() - Constructor for class com.taco.swinger.text2gui.ComponentAddStrategy
Construct a new instance that uses constraint strings themselves as constraints.
ComponentAddStrategy(IInterpolatingConverter) - Constructor for class com.taco.swinger.text2gui.ComponentAddStrategy
Construct a new instance that uses the argument converter as both the string to constraint converter and the resource bundle to constraint converter.
ComponentAddStrategyProvider - Class in com.taco.swinger.text2gui
A concrete implementation of IComponentAddStrategyProvider which uses a map from layout classes to component add strategies.
ComponentAddStrategyProvider() - Constructor for class com.taco.swinger.text2gui.ComponentAddStrategyProvider
Construct an instance using the default layout class to component add strategy map.
ComponentAddStrategyProvider(Map) - Constructor for class com.taco.swinger.text2gui.ComponentAddStrategyProvider
Construct an instance using the argument layout class to component add strategy map.
ComponentConstraintPair - Class in com.taco.swinger.text2gui
A data structure containing a component and a constraint to use to add the component to its parent container.
ComponentConstraintPair(Object, Object) - Constructor for class com.taco.swinger.text2gui.ComponentConstraintPair
 
ComponentConstraintPairConverter - Class in com.taco.swinger.text2gui
A converter to instances of ComponentConstraintPair.
ComponentConstraintPairConverter(Container, DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.ComponentConstraintPairConverter
 
ComponentConstraintPairConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.ComponentConstraintPairConverter
A constructor for subclasses to invoke that allows leaves the parent null, because _getConstraintConverter() has been overloaded not to use the parent.
ComponentConverter - Class in com.taco.swinger.text2gui
A base class for converters that create instances of Component.
ComponentConverter() - Constructor for class com.taco.swinger.text2gui.ComponentConverter
 
ComponentLayerPairConverter - Class in com.taco.swinger.text2gui
A converter to component / layer pairs.
ComponentLayerPairConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.ComponentLayerPairConverter
 
CompositeConverter - Class in com.taco.text
An interpolating converter that creates objects that have many properties.
CompositeConverter() - Constructor for class com.taco.text.CompositeConverter
Create a new instance whose implementation of IStringToObjectConverter is incapable of resolving references.
CompositeConverter(ResourceBundle, INoReturnMap) - Constructor for class com.taco.text.CompositeConverter
Create a new instance whose implementation of IStringToObjectConverter uses the specified resource bundle and argument map to resolve references.
CompositeConverter.AbstractCompositeUpdater - Class in com.taco.text
A useful base class for a listener that updates a composite when the value corresponding to an argument map key changes.
CompositeConverter.AbstractCompositeUpdater(Object, String, IObjectMapper) - Constructor for class com.taco.text.CompositeConverter.AbstractCompositeUpdater
 
CompositeConverter.AbstractMapConsistencyListener - Class in com.taco.text
A useful base class for observable map updaters.
CompositeConverter.AbstractMapConsistencyListener(Object, String, INoReturnMap, Object, IObjectMapper) - Constructor for class com.taco.text.CompositeConverter.AbstractMapConsistencyListener
 
CompositeConverter.CompositeUpdater - Class in com.taco.text
A property change listener that updates a composite using the set property action used to configure it originally.
CompositeConverter.CompositeUpdater(Object, String, IObjectMapper, CompositeConverter.ISetPropertyAction) - Constructor for class com.taco.text.CompositeConverter.CompositeUpdater
 
CompositeConverter.DefaultMapConsistencyListener - Class in com.taco.text
A property change listener for beans which updates the observable map when a property of the bean changes.
CompositeConverter.DefaultMapConsistencyListener(Object, String, INoReturnMap, Object, IObjectMapper) - Constructor for class com.taco.text.CompositeConverter.DefaultMapConsistencyListener
 
CompositeConverter.DelayedConvertedResult - Class in com.taco.text
A delayed result that evaluates another delayed result and converts it.
CompositeConverter.DelayedConvertedResult(IDelayedResult, IObjectMapper) - Constructor for class com.taco.text.CompositeConverter.DelayedConvertedResult
 
CompositeConverter.ICompositeUpdater - Interface in com.taco.text
A marker interface for a listener that updates a composite when the value corresponding to an argument map key changes.
CompositeConverter.IMapConsistencyListener - Interface in com.taco.text
A marker interface for listeners that update the argument map when a composite's property changes.
CompositeConverter.ISetPropertyAction - Interface in com.taco.text
An interface that specifies the action taken in order to set a property value of a composite object.
CompositeConverter.NotUpdaterListenerFilter - Class in com.taco.text
A filter that rejects instances of ICompositeUpdater that update a specific property of a composite object, so that when a map consistency listener puts a value in the map, an updater doesn't set the property again.
CompositeConverter.NotUpdaterListenerFilter(Object, String) - Constructor for class com.taco.text.CompositeConverter.NotUpdaterListenerFilter
 
CompositeConverter.ReflectionSetPropertyAction - Class in com.taco.text
An implementation of ISetPropertyAction which uses reflection to set the property.
CompoundBorderConverter - Class in com.taco.swinger.text2gui.border
A class that converts strings and resource bundles to compound borders.
CompoundBorderConverter(IInterpolatingConverter) - Constructor for class com.taco.swinger.text2gui.border.CompoundBorderConverter
 
computeGetMethodName(String) - Static method in class com.taco.lang.reflect.ReflectionUtilities
Compute the name of the get method that used to get the property value, based on the name of property.
computeSetMethodName(String) - Static method in class com.taco.lang.reflect.ReflectionUtilities
Compute the name of the set method that used to set the property value, based on the name of property.
configureComposite(Object, String, ResourceBundle, INoReturnMap) - Method in class com.taco.text.CompositeConverter
Configure the composite object.
configureComposite(String, Object, String, ResourceBundle, INoReturnMap) - Method in class com.taco.text.DispatchingConverter
If there is a composite data converter installed for the argument type of object, use it to configure the composite.
ConstantIntMapper - Class in com.taco.util
An implementation of IIntMapper that maps all integers to a single constant.
ConstantIntMapper(int) - Constructor for class com.taco.util.ConstantIntMapper
Construct a new instance that whose map() method always returns value.
constraint - Variable in class com.taco.swinger.text2gui.ComponentConstraintPair
The constraint used to add the component to the parent container.
construct() - Method in class com.taco.swinger.SwingWorker
Compute the value to be returned by the get method.
ContainerConverter - Class in com.taco.swinger.text2gui
A base class for converters that create instances of Container which are not instances of JComponent.
ContainerConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.ContainerConverter
Construct a new instance that uses the argument converter to convert strings and resource bundles to components that are embedded in the component created by this instance.
ContainerConverter.SetContentsAction - Class in com.taco.swinger.text2gui
An action that sets the contents of the container.
ContainerConverter.SetContentsAction() - Constructor for class com.taco.swinger.text2gui.ContainerConverter.SetContentsAction
 
contains(Object) - Method in class com.taco.data.ListToVectorAdapter
 
contains(Object) - Method in class com.taco.data.SoftValueMap.SoftValueEntrySet
 
contains(Object) - Method in class com.taco.data.WrappedKeyValueMap.WrappedEntrySet
 
contains(Object) - Method in class com.taco.decorator.java.util.SetDecorator
 
contains(Object) - Method in class com.taco.util.MultiLineProperties
 
containsAll(Collection) - Method in class com.taco.data.ListToVectorAdapter
 
containsAll(Collection) - Method in class com.taco.decorator.java.util.SetDecorator
 
containsKey(Object) - Method in class com.taco.data.MapToDictionaryAdapter
 
containsKey(Object) - Method in class com.taco.data.ObservableMap
 
containsKey(Object) - Method in class com.taco.data.SoftValueMap
 
containsKey(Object) - Method in class com.taco.util.MultiLineProperties
 
containsValue(Object) - Method in class com.taco.data.MapToDictionaryAdapter
 
containsValue(Object) - Method in class com.taco.data.ObservableMap
 
containsValue(Object) - Method in class com.taco.util.MultiLineProperties
 
copyInto(Object[]) - Method in class com.taco.data.ListToVectorAdapter
 
CPunctuationState - Class in com.taco.text
An object that represents the state within a string that uses C-style punctuation (braces, brackets, parentheses, escape characters, quotations).
CPunctuationState() - Constructor for class com.taco.text.CPunctuationState
 
createCollection() - Method in interface com.taco.data.ICollectionFactory
Create a new instance of a collection, which is initially empty.
createCollection(int) - Method in interface com.taco.data.ICollectionFactory
Create a new instance of a collection, which is initially empty.
createCollection(Collection) - Method in interface com.taco.data.ICollectionFactory
Create a collection that contains the same elements as source.
createCollectionString(Collection, Map) - Static method in class com.taco.text.StringListUtilities
Convert a collection into a string.
createEmptyMap(int) - Method in interface com.taco.data.IMapFactory
Create a new, empty map that is optimized for the argument number of entries.
createEmptyMap(Map) - Static method in class com.taco.lang.reflect.ReflectionUtilities
Create an empty map with the same type as the argument.
createInstanceList(String) - Static method in class com.taco.text.StringListUtilities
Return a list of default instances of the classes specifed in the argument string, separated by commas.
createIntArrayString(int[], Map) - Static method in class com.taco.text.StringListUtilities
Convert the array of integers to a list using ArrayUtilities.asList(), then call createCollectionString() with the created list.
createMapCopy(Map) - Method in interface com.taco.data.IMapFactory
Create a new map with the same key / value pairs as the argument map.
createMapCopy(Map) - Static method in class com.taco.lang.reflect.ReflectionUtilities
Create a clone of the argument map, preferrably using the single map argument constructor of the argument map's class.
createObjectList(String, Map) - Static method in class com.taco.text.StringListUtilities
Create a new list with elements converted from substrings of the argument string.
createObjectList(String, Map, ResourceBundle, INoReturnMap) - Static method in class com.taco.text.StringListUtilities
Create a new list with elements converted from substrings of the argument string.
createSubMap(Map, Object[]) - Static method in class com.taco.data.MapUtilities
Create a copy of the argument map that only has the keys in keysToKeep.
createSubMap(Map, Object[], IMapFactory) - Static method in class com.taco.data.MapUtilities
Create a copy of the argument map that only has the keys in keysToKeep.
CURSOR_CONVERTER - Static variable in interface com.taco.swinger.text2gui.ICommonGUIConverters
An interpolating converter to instances of Cursor.

D

DEFAULT_INSTANCE - Static variable in class com.taco.swinger.text2gui.ComponentAddStrategy
The default instance of this class which uses the default constructor.
DEFAULT_INSTANCE - Static variable in class com.taco.swinger.text2gui.ComponentAddStrategyProvider
The default instance of this class, which uses the zero-argument constructor.
DEFAULT_INSTANCE - Static variable in class com.taco.swinger.text2gui.DispatchingComponentConverter
The default instance of this class, which uses the default component add strategy provider.
DEFAULT_INSTANCE - Static variable in class com.taco.swinger.text2gui.FillerConverter
The default instance of this class.
DEFAULT_INSTANCE - Static variable in class com.taco.swinger.text2gui.StrutConverter
The default instance of this class.
DEFAULT_INSTANCE - Static variable in class com.taco.text.CollectionToStringConverter
A well-known instance of this class, which uses the default options.
DEFAULT_INSTANCE - Static variable in class com.taco.text.InstanceConverter
The default instance of this class, which does not put any additional variables in the global environment or import any additional classes.
DEFAULT_INSTANCE - Static variable in class com.taco.text.InterpolatingConverter
The default instance of this class.
DEFAULT_INSTANCE - Static variable in class com.taco.text.MapConverter
The default instance of this class which creates an instance of HashMap and uses the default string to object converter for both keys and values.
DEFAULT_INSTANCE - Static variable in class com.taco.util.ChainedResourceBundleFactory
The default instance of this class, which uses ResourceBundleFactory.DEFAULT_INSTANCE to create inner bundles.
DEFAULT_INSTANCE - Static variable in class com.taco.util.ResourceBundleFactory
A well-known instance of this class.
DEFAULT_SEPARATOR_MARKER - Static variable in class com.taco.swinger.text2gui.SeparatorConverter
A dummy object used to represent the default separator.
DefaultObjectMapper - Class in com.taco.util
An implementation of IObjectMapper that maps an object to itself.
DefaultObjectMapper() - Constructor for class com.taco.util.DefaultObjectMapper
The sole constructor is protected because this class is implemented as a singleton.
DefaultObjectToStringConverter - Class in com.taco.text
A class that implements IObjectToStringConverter just by calling the toString() method of the object to convert.
DefaultObjectToStringConverter() - Constructor for class com.taco.text.DefaultObjectToStringConverter
 
DefaultStringToObjectConverter - Class in com.taco.text
An implementation of IStringToObjectConverter that simply maps a String to the same value.
DefaultStringToObjectConverter() - Constructor for class com.taco.text.DefaultStringToObjectConverter
The sole constructor is protected because this class is a singleton.
DelayedResultForcer - Class in com.taco.util
An object mapper which forces the evaluation of delayed results.
DelayedResultForcer() - Constructor for class com.taco.util.DelayedResultForcer
 
DelayedResultObservableMap - Class in com.taco.data
A useful type of WrappedObservableMap which is able to unwrap values that are instances of IDelayedResult.
DelayedResultObservableMap() - Constructor for class com.taco.data.DelayedResultObservableMap
Create a new instance that uses the single-threaded notification strategy.
DelayedResultObservableMap(INotificationStrategy) - Constructor for class com.taco.data.DelayedResultObservableMap
Create a new instance that uses the argument notification strategy.
DialogConverter - Class in com.taco.swinger.text2gui
A converter to instances of Dialog.
DialogConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.DialogConverter
 
digitBuffer - Variable in class com.taco.text.CPunctuationState
The digits used for a octal or unicode escape, encountered so far.
DimensionConverter - Class in com.taco.swinger.text2gui
A converter from strings and resource bundles to instances of Dimension.
DispatchingBorderConverter - Class in com.taco.swinger.text2gui.border
An implementation of IInterpolatingConverter that converts strings and resource bundles to borders.
DispatchingBorderConverter() - Constructor for class com.taco.swinger.text2gui.border.DispatchingBorderConverter
Create a new instance whose implementation of IStringToObjectConverter is incapable of resolving references.
DispatchingBorderConverter(ResourceBundle, INoReturnMap) - Constructor for class com.taco.swinger.text2gui.border.DispatchingBorderConverter
Create a new instance whose implementation of IStringToObjectConverter uses the specified resource bundle and argument map to resolve references.
DispatchingComponentConverter - Class in com.taco.swinger.text2gui
A converter from resource bundles or strings to components.
DispatchingComponentConverter() - Constructor for class com.taco.swinger.text2gui.DispatchingComponentConverter
Create a new instance which uses the default instance of ComponentAddStrategyProvider.
DispatchingComponentConverter(IComponentAddStrategyProvider) - Constructor for class com.taco.swinger.text2gui.DispatchingComponentConverter
Create a new instance which uses provider to provide component adders for layouts.
DispatchingComponentConverter(IComponentAddStrategyProvider, ResourceBundle, INoReturnMap) - Constructor for class com.taco.swinger.text2gui.DispatchingComponentConverter
Create a new instance which uses provider to provide component adders for layouts.
DispatchingConverter - Class in com.taco.text
A string and resource bundle to object converter that uses the first word of a string or the key appended with ".dispatchType" in the resource bundle to dispatch to another converter.
DispatchingConverter() - Constructor for class com.taco.text.DispatchingConverter
 
DispatchingConverter(ResourceBundle, INoReturnMap) - Constructor for class com.taco.text.DispatchingConverter
Create a new instance whose implementation of IStringToObjectConverter uses the specified resource bundle and argument map to resolve references.
DispatchingLayoutConverter - Class in com.taco.swinger.text2gui
An dispatching converter to instances of LayoutManager.
DispatchingLayoutConverter(Container) - Constructor for class com.taco.swinger.text2gui.DispatchingLayoutConverter
 
DispatchingLayoutConverter.BorderLayoutConverter - Class in com.taco.swinger.text2gui
A class that converts strings and resource bundles to border layout managers.
DispatchingLayoutConverter.BorderLayoutConverter() - Constructor for class com.taco.swinger.text2gui.DispatchingLayoutConverter.BorderLayoutConverter
 
DispatchingLayoutConverter.BoxLayoutConverter - Class in com.taco.swinger.text2gui
A class that converts strings and resource bundles to box layout managers.
DispatchingLayoutConverter.BoxLayoutConverter(Container) - Constructor for class com.taco.swinger.text2gui.DispatchingLayoutConverter.BoxLayoutConverter
 
DispatchingLayoutConverter.CardLayoutConverter - Class in com.taco.swinger.text2gui
A class that converts strings and resource bundles to card layout managers.
DispatchingLayoutConverter.CardLayoutConverter() - Constructor for class com.taco.swinger.text2gui.DispatchingLayoutConverter.CardLayoutConverter
 
DispatchingLayoutConverter.ContainerDependentLayoutConverter - Class in com.taco.swinger.text2gui
A layout converter that creates a layout dependent on the container the layout is for.
DispatchingLayoutConverter.ContainerDependentLayoutConverter(Container) - Constructor for class com.taco.swinger.text2gui.DispatchingLayoutConverter.ContainerDependentLayoutConverter
Create a new instance that saves the argument container.
DispatchingLayoutConverter.FlowLayoutConverter - Class in com.taco.swinger.text2gui
A class that converts strings and resource bundles to flow layout managers.
DispatchingLayoutConverter.FlowLayoutConverter() - Constructor for class com.taco.swinger.text2gui.DispatchingLayoutConverter.FlowLayoutConverter
 
DispatchingLayoutConverter.GridBagLayoutConverter - Class in com.taco.swinger.text2gui
A class that converts strings and resource bundles to grid bag layout managers.
DispatchingLayoutConverter.GridBagLayoutConverter() - Constructor for class com.taco.swinger.text2gui.DispatchingLayoutConverter.GridBagLayoutConverter
 
DispatchingLayoutConverter.GridLayoutConverter - Class in com.taco.swinger.text2gui
A class that converts strings and resource bundles to grid layout managers.
DispatchingLayoutConverter.GridLayoutConverter() - Constructor for class com.taco.swinger.text2gui.DispatchingLayoutConverter.GridLayoutConverter
 
DispatchingLayoutConverter.OverlayLayoutConverter - Class in com.taco.swinger.text2gui
A class that converts strings and resource bundles to overlay layout managers.
DispatchingLayoutConverter.OverlayLayoutConverter(Container) - Constructor for class com.taco.swinger.text2gui.DispatchingLayoutConverter.OverlayLayoutConverter
 
DOUBLE_CONVERTER - Static variable in class com.taco.text.AtomConverter
A converter to instances of Double.
DOUBLE_QUOTE_PATTERN - Static variable in class com.taco.text.StringListUtilities
A regex pattern for a double quote mark prefixed by optional whitespace.
DOUBLE_QUOTE_SEPARATOR_PATTERN - Static variable in class com.taco.text.StringListUtilities
 
doubleQuoted - Variable in class com.taco.text.CPunctuationState
True if this instance is in a double-quoted context.

E

elementAt(int) - Method in class com.taco.data.ListToVectorAdapter
 
elements() - Method in class com.taco.data.ListToVectorAdapter
 
elements() - Method in class com.taco.data.MapToDictionaryAdapter
 
elements() - Method in class com.taco.util.MultiLineProperties
 
EmptyBorderConverter - Class in com.taco.swinger.text2gui.border
A class that converts strings and resource bundles to empty borders.
EmptyBorderConverter() - Constructor for class com.taco.swinger.text2gui.border.EmptyBorderConverter
 
END_OF_STRING_PATTERN - Static variable in class com.taco.text.StringConverterUtilities
A pattern passed to nextValue() that indicates that the entire sequence should be used for the next value.
endIndex - Variable in class com.taco.text.MatchResult
The end index of this result.
ensureCapacity(int) - Method in class com.taco.data.ListToVectorAdapter
If this instance is decorating an instance of ArrayList, call ensureCapacity() on it.
entrySet() - Method in class com.taco.data.MapToDictionaryAdapter
 
entrySet() - Method in class com.taco.data.NoReturnMapAdapter
Return the entry set of the decorated map.
entrySet() - Method in class com.taco.data.ObservableMap
 
entrySet() - Method in class com.taco.data.SoftValueMap
 
entrySet() - Method in class com.taco.data.WrappedKeyValueMap
 
entrySet() - Method in class com.taco.data.WrappedObservableMap
 
entrySet() - Method in class com.taco.util.MultiLineProperties
 
entrySetNoReturn() - Method in class com.taco.data.AbstractNoReturnMap
Wrap the return value of entrySet() to make it an instance of NoReturnEntrySet, which contains instances of INoReturnEntry.
entrySetNoReturn() - Method in interface com.taco.data.INoReturnMap
Return a set of instances of NoReturnEntry.
entrySetNoReturn() - Method in class com.taco.data.WrappedKeyValueMap
 
EnumerationToIteratorAdapter - Class in com.taco.util
An adapter from an Enumeration to an Iterator.
EnumerationToIteratorAdapter(Enumeration) - Constructor for class com.taco.util.EnumerationToIteratorAdapter
Construct a new instance based on the argument enumeration.
equals(Object) - Method in class com.taco.data.AbstractNoReturnMap.NoReturnEntry
 
equals(Object) - Method in class com.taco.data.ListToVectorAdapter
 
equals(Object) - Method in class com.taco.data.MapToDictionaryAdapter
Return _map.equals(obj).
equals(Object) - Method in class com.taco.decorator.java.util.SetDecorator
 
equals(Object) - Method in class com.taco.swinger.filechooser.ExtensionFileFilter
This implementation is sensitive to the order of the extensions.
escape(CharSequence) - Static method in class com.taco.text.StringUtilities
Return escape(cs, CHARACTERS_TO_ESCAPE_IN_DOUBLE_QUOTES), which is suitable for a double-quoted expression in Java.
escape(CharSequence, String) - Static method in class com.taco.text.StringUtilities
Return the escaped version of the characters in cs.
escaped - Variable in class com.taco.text.CPunctuationState
True if this instance is in an escaped context.
escapeQuotes(String) - Static method in class com.taco.text.PatternToStringConverter
Escape all unescaped quotes that appear in the argument string.
EtchedBorderConverter - Class in com.taco.swinger.text2gui.border
A class that converts strings and resource bundles to etched borders.
EtchedBorderConverter() - Constructor for class com.taco.swinger.text2gui.border.EtchedBorderConverter
Since this class is implemented as a singleton, the sole constructor is protected.
ExtensionFileFilter - Class in com.taco.swinger.filechooser
A file filter that accepts only files with names that end with one of an approved list of extensions.
ExtensionFileFilter() - Constructor for class com.taco.swinger.filechooser.ExtensionFileFilter
Create a new instance that accepts no extensions and but accepts directories.
ExtensionFileFilter(String[]) - Constructor for class com.taco.swinger.filechooser.ExtensionFileFilter
Construct a new instance that accepts files whose name ends with any of the extensions in the argument array, case insensitively.
ExtensionFileFilter(String[], boolean) - Constructor for class com.taco.swinger.filechooser.ExtensionFileFilter
Construct a new instance that accepts files whose name ends with any of the extensions in the argument array, case insensitively.
ExtensionFileFilter(String[], String, boolean) - Constructor for class com.taco.swinger.filechooser.ExtensionFileFilter
Construct a new instance that accepts files whose name ends with any of the extensions in the argument array, case insensitively.
ExtensionFileFilterConverter - Class in com.taco.swinger.text2gui
A converter that creates instances of ExtensionFileFilter.
ExtensionFileFilterConverter() - Constructor for class com.taco.swinger.text2gui.ExtensionFileFilterConverter
 
extractPropertiesSubSequence(CharSequence) - Static method in class com.taco.text.StringConverterUtilities
Given a literal string to convert, return the part of the string that is a series of property name / value pairs.

F

FastTableModel - Class in com.taco.swinger.table
A subclass of DefaultTableModel that uses unsynchronized vectors for speed.
FastTableModel() - Constructor for class com.taco.swinger.table.FastTableModel
Create a new model with zero rows and zero columns.
FastTableModel(int, int) - Constructor for class com.taco.swinger.table.FastTableModel
Create a new model with rowCount rows and columnCount columns.
FastTableModel(Vector, int) - Constructor for class com.taco.swinger.table.FastTableModel
 
FastTableModel(Vector, Vector) - Constructor for class com.taco.swinger.table.FastTableModel
 
FastTableModel(Object[][], Object[]) - Constructor for class com.taco.swinger.table.FastTableModel
 
FillerConverter - Class in com.taco.swinger.text2gui
A converter to a filler.
FillerConverter(Dimension, Dimension, Dimension) - Constructor for class com.taco.swinger.text2gui.FillerConverter
Create a new instance that uses the arguments as default sizes.
FillerConverter() - Constructor for class com.taco.swinger.text2gui.FillerConverter
Construct a new instance that uses the following defaults if not specified: minSize: width = 0, height = 0 prefSize: width = 20, height = 20 maxSize: width = 100, height = 100
FilteredIterator - Class in com.taco.util
An iterator over a filtered subset of elements.
FilteredIterator(Iterator, IObjectFilter) - Constructor for class com.taco.util.FilteredIterator
Construct a new instance based on the argument iterator and the object filter.
findEnd(CharSequence, CharSequence, int) - Static method in class com.taco.text.StringUtilities
Call findEnd(s1, s2, startIndex, true) (compare case-insensitively).
findEnd(CharSequence, CharSequence, int, boolean) - Static method in class com.taco.text.StringUtilities
Scan s1 for the first occurance of s2 at or after the start index.
findRawChar(CharSequence, int, char) - Static method in class com.taco.text.StringUtilities
Find the next raw occurance of c in cs starting from startIndex.
findSetMethod(Class, String, Object, boolean) - Static method in class com.taco.lang.reflect.ReflectionUtilities
Given the class object of an object which has a settable property, the name of the set method, and new property value, return the method that sets the value.
findSetMethodForNonNullValue(Class, String, Object, boolean) - Static method in class com.taco.lang.reflect.ReflectionUtilities
Find the method to set a non-null value.
findSetMethodForNullValue(Class, String) - Static method in class com.taco.lang.reflect.ReflectionUtilities
Find the method to set a null value.
findStart(CharSequence, CharSequence, int) - Static method in class com.taco.text.StringUtilities
Call findStart(s1, s2, startIndex, true) (compare case-insensitively).
findStart(CharSequence, CharSequence, int, boolean) - Static method in class com.taco.text.StringUtilities
Scan s1 for the first occurance of s2 at or after the start index.
findWhitespace(CharSequence, int) - Static method in class com.taco.text.StringUtilities
Starting from startIndex, return the index of first whitespace character in the input sequence.
finished() - Method in class com.taco.swinger.SwingWorker
Called on the event dispatching thread (not on the worker thread) after the construct method has returned.
firstElement() - Method in class com.taco.data.ListToVectorAdapter
 
FLOAT_CONVERTER - Static variable in class com.taco.text.AtomConverter
A converter to instances of Float.
FLOAT_REGEX_STRING - Static variable in interface com.taco.text.ICommonRegexConstants
A regex string for a signed floating point number.
FONT_CONVERTER - Static variable in interface com.taco.swinger.text2gui.ICommonGUIConverters
An interpolating converter to instances of Font.
fontForBorder(Locale, Border, Locale, Font[]) - Method in class com.taco.i18n.gui.FontUtilities.DefaultFontMapper
 
fontForBorder(Locale, Border, Locale, Font[]) - Method in interface com.taco.i18n.gui.FontUtilities.IFontMapper
Return a font suitable for displaying characters in the argument locale, to be used in the argument border.
fontForComponent(Locale, Component, Locale, Font[]) - Method in class com.taco.i18n.gui.FontUtilities.DefaultFontMapper
If the component doesn't have its font set, return null.
fontForComponent(Locale, Component, Locale, Font[]) - Method in interface com.taco.i18n.gui.FontUtilities.IFontMapper
Return a font suitable for displaying characters in the argument locale, to be used in the argument component.
FontUtilities - Class in com.taco.i18n.gui
Utility functions for getting fonts appropriate for locales.
FontUtilities() - Constructor for class com.taco.i18n.gui.FontUtilities
 
FontUtilities.DefaultFontMapper - Class in com.taco.i18n.gui
A default implementation of IFontMapper.
FontUtilities.DefaultFontMapper() - Constructor for class com.taco.i18n.gui.FontUtilities.DefaultFontMapper
 
FontUtilities.IFontMapper - Interface in com.taco.i18n.gui
 
force() - Method in class com.taco.swinger.SwingDelayedResult
 
force() - Method in class com.taco.util.CachedDelayedResult
If the result has been cached, return it.
force() - Method in interface com.taco.util.IDelayedResult
Force the result to be computed and return it.
forceClone(Object) - Static method in class com.taco.lang.reflect.ReflectionUtilities
Using reflection, try to clone obj.
forwardSequence() - Method in class com.taco.text.ReversedCharSequence
Return the sequence that this instance is the reverse of.
FrameConverter - Class in com.taco.swinger.text2gui
A converter to instances of Frame.
FrameConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.FrameConverter
 
FROM_BRACKETED_STRING_OPTION_MAP - Static variable in class com.taco.text.StringListUtilities
 
FROM_DOUBLE_QUOTED_STRING_OPTION_MAP - Static variable in class com.taco.text.StringListUtilities
 
FROM_INSTANCE_LIST_OPTION_MAP - Static variable in class com.taco.text.StringListUtilities
An option map containing the key OBJECT_TO_STRING_CONVERTER_KEY mapped to ClassToStringConverter.instance.
FROM_PATTERN_LIST_OPTION_MAP - Static variable in class com.taco.text.StringListUtilities
 
fromArray(Object[]) - Static method in class com.taco.data.ListSet
Create a new instance with the elements in the argument array.
fromMapValueConverter - Variable in class com.taco.text.KeyLookupRecord.KeyDescriptor
Specifies how to convert the associated value in the argument map to a property value of the composite.
fromMapValueConverterString - Variable in class com.taco.text.InterpolatedValueMatchResult
The string that represents the converter from the argument map value to the value actually used.
fromMatrix(Object[][], ICollectionFactory, boolean) - Static method in class com.taco.data.ArrayUtilities
Return a collection of collections representing the matrix.

G

get(int) - Method in class com.taco.data.ListSet
Return the ith object in the list.
get(int) - Method in class com.taco.data.ListToVectorAdapter
 
get(Object) - Method in class com.taco.data.MapToDictionaryAdapter
 
get(Object) - Method in class com.taco.data.NoReturnMapAdapter
Overridden for efficiency.
get(Object) - Method in class com.taco.data.ObservableMap
 
get(Object) - Method in class com.taco.data.SoftValueMap
If key is null, return null, since this map does not support null keys.
get(Object) - Method in class com.taco.data.WrappedKeyValueMap
 
get() - Method in class com.taco.swinger.SwingCompute
Return the value in computed in the event-dispatch thread by _compute().
get() - Method in class com.taco.swinger.SwingWorker
Return the value created by the construct method.
get(Object) - Method in class com.taco.util.MultiLineProperties
 
getAcceptDirectories() - Method in class com.taco.swinger.filechooser.ExtensionFileFilter
Return true if this instance accepts directories.
getBooleanValue(Map, Object) - Static method in class com.taco.data.MapUtilities
If map is non-null and key is mapped to a true Boolean in map, return true.
getBooleanValue(Map, Object, boolean) - Static method in class com.taco.data.MapUtilities
If map is non-null and key is mapped to an object in map, return true iff object is a true Boolean.
getBundle(String) - Method in class com.taco.util.AbstractResourceBundleFactory
 
getBundle(String, Locale) - Method in class com.taco.util.AbstractResourceBundleFactory
 
getBundle(String, ClassLoader) - Method in class com.taco.util.AbstractResourceBundleFactory
 
getBundle(String, Locale, ClassLoader) - Method in class com.taco.util.AbstractResourceBundleFactory
 
getBundle(String, Locale, ClassLoader, Locale) - Method in class com.taco.util.ChainedResourceBundleFactory
baseNames may be a semicolon separated list of bundle names.
getBundle(String) - Method in interface com.taco.util.IResourceBundleFactory
Get the bundle using the argument basename, using the default locale.
getBundle(String, Locale) - Method in interface com.taco.util.IResourceBundleFactory
Get the bundle using the argument basename and locale, using the Locale.getDefault() as the default locale.
getBundle(String, ClassLoader) - Method in interface com.taco.util.IResourceBundleFactory
Get the bundle using the argument basename and class loader, using the default locale.
getBundle(String, Locale, ClassLoader) - Method in interface com.taco.util.IResourceBundleFactory
Get the bundle using the argument basename, locale, and class loader.
getBundle(String, Locale, ClassLoader, Locale) - Method in interface com.taco.util.IResourceBundleFactory
Get the bundle using the argument basename, locale, and class loader.
getBundle(String, Locale, ClassLoader, Locale) - Method in class com.taco.util.ResourceBundleFactory
 
getColumnIdentifiers() - Method in class com.taco.swinger.table.FastTableModel
This new method allows access to the column names vector.
getCommentForProperty(String) - Method in class com.taco.util.MultiLineProperties
Return the comments in the .properties file that appeared just before the definition of the property with the argument name.
getComponentAddStrategy(Container) - Method in class com.taco.swinger.text2gui.ComponentAddStrategyProvider
Look up the class of the layout in the map provided to the constructor.
getComponentAddStrategy(Container) - Method in interface com.taco.swinger.text2gui.IComponentAddStrategyProvider
Return a suitable instance of IComponentAddStrategy that specifies how to add components to the argument container.
getComponentAddStrategyProvider() - Method in class com.taco.swinger.text2gui.DispatchingComponentConverter
Return the provider of component add strategies.
getComposite() - Method in class com.taco.text.CompositeConverter.AbstractCompositeUpdater
 
getComposite() - Method in interface com.taco.text.CompositeConverter.ICompositeUpdater
Return the composite that this instance updates.
getConfigurerForType(String) - Method in class com.taco.text.DispatchingConverter
Return the composite configurer associated with the argument type.
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.AbstractButtonConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.border.BevelBorderConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.border.CompoundBorderConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.border.EtchedBorderConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.border.LineBorderConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.border.MatteBorderConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.border.TitledBorderConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.BoxConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.ComponentConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.ContainerConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.DialogConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.DimensionConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.DispatchingLayoutConverter.BorderLayoutConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.DispatchingLayoutConverter.BoxLayoutConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.DispatchingLayoutConverter.CardLayoutConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.DispatchingLayoutConverter.FlowLayoutConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.DispatchingLayoutConverter.GridLayoutConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.ExtensionFileFilterConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.FillerConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.FrameConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.GlueConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.GridBagConstraintsConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.ImageIconConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.InsetsConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JAppletConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JButtonConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JCheckBoxConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JColorChooserConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JComboBoxConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JComponentConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JContainerConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JDesktopPaneConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JDialogConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JEditorPaneConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JFileChooserConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JFormattedTextFieldConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JFrameConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JInternalFrameConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JLabelConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JLayeredPaneConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JListConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JMenuBarConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JMenuConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JMenuItemConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JOptionPaneConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JPasswordFieldConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JPopupMenuConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JProgressBarConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JScrollBarConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JScrollPaneConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JSeparatorConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JSliderConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JSpinnerConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JSplitPaneConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JTabbedPaneConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JTabbedPaneConverter.TabConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JTableConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JTableHeaderConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JTextAreaConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JTextComponentConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JTextFieldConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JToolBarConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JTreeConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JViewportConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.JWindowConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.PointConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.RectangleConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.SeparatorConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.StrutConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.TableColumnConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.TableColumnModelConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.swinger.text2gui.WindowConverter
 
getConverterForProperty(String, Object) - Method in class com.taco.text.CompositeConverter
Return an instance of IInterpolatingConverter for the argument property name.
getConverterForProperty(String, Object) - Method in class com.taco.text.IntArrayConverter
Return AtomConverter.INTEGER_CONVERTER if the property name is recognized by this instance.
getConverterForType(String) - Method in class com.taco.text.DispatchingConverter
Return the converter associated with the argument type.
getConverterNameForProperty(String) - Method in class com.taco.text.CompositeConverter
Return a string that indicates the type of converter used for the argument property.
getCreationPropertyNames() - Method in class com.taco.swinger.text2gui.border.BevelBorderConverter
 
getCreationPropertyNames() - Method in class com.taco.swinger.text2gui.border.CompoundBorderConverter
 
getCreationPropertyNames() - Method in class com.taco.swinger.text2gui.border.EtchedBorderConverter
 
getCreationPropertyNames() - Method in class com.taco.swinger.text2gui.border.LineBorderConverter
 
getCreationPropertyNames() - Method in class com.taco.swinger.text2gui.border.MatteBorderConverter
 
getCreationPropertyNames() - Method in class com.taco.swinger.text2gui.border.TitledBorderConverter
 
getCreationPropertyNames() - Method in class com.taco.swinger.text2gui.BoxConverter
 
getCreationPropertyNames() - Method in class com.taco.swinger.text2gui.DispatchingLayoutConverter.BorderLayoutConverter
 
getCreationPropertyNames() - Method in class com.taco.swinger.text2gui.DispatchingLayoutConverter.BoxLayoutConverter
 
getCreationPropertyNames() - Method in class com.taco.swinger.text2gui.DispatchingLayoutConverter.CardLayoutConverter
 
getCreationPropertyNames() - Method in class com.taco.swinger.text2gui.DispatchingLayoutConverter.FlowLayoutConverter
 
getCreationPropertyNames() - Method in class com.taco.swinger.text2gui.DispatchingLayoutConverter.GridLayoutConverter
 
getCreationPropertyNames() - Method in class com.taco.swinger.text2gui.FillerConverter
 
getCreationPropertyNames() - Method in class com.taco.swinger.text2gui.FrameConverter
 
getCreationPropertyNames() - Method in class com.taco.swinger.text2gui.GlueConverter
 
getCreationPropertyNames() - Method in class com.taco.swinger.text2gui.ImageIconConverter
 
getCreationPropertyNames() - Method in class com.taco.swinger.text2gui.InsetsConverter
 
getCreationPropertyNames() - Method in class com.taco.swinger.text2gui.JDialogConverter
 
getCreationPropertyNames() - Method in class com.taco.swinger.text2gui.JTableConverter
 
getCreationPropertyNames() - Method in class com.taco.swinger.text2gui.RigidAreaConverter
 
getCreationPropertyNames() - Method in class com.taco.swinger.text2gui.SeparatorConverter
 
getCreationPropertyNames() - Method in class com.taco.swinger.text2gui.StrutConverter
 
getCreationPropertyNames() - Method in class com.taco.swinger.text2gui.WindowConverter
 
getCreationPropertyNames() - Method in class com.taco.text.CompositeConverter
Return a collection of names of properties of the composite needed at construction time.
getCreationPropertyNames() - Method in class com.taco.text.ImmutableCompositeConverter
Return all property names of the composite.
getData() - Method in class com.taco.swinger.SwingWorker
Used to retrieve any data that should be passed to the worker thread.
getDecoratee() - Method in class com.taco.decorator.java.util.SetDecorator
 
getDescription() - Method in class com.taco.swinger.filechooser.ExtensionFileFilter
If the description has been set to a non-null value, return it.
getDisplayWindow(Object, String) - Static method in class com.taco.swinger.text2gui.DispatchingComponentConverter
Return a window suitable for displaying the argument object.
getExtensions() - Method in class com.taco.swinger.filechooser.ExtensionFileFilter
Return a copy of the accepted extension array.
getFontsForLocale(Locale) - Static method in class com.taco.i18n.gui.FontUtilities
Return an array of fonts that can display characters for the argument locale.
getGlobal(String, INoReturnMap) - Static method in class com.taco.text.GlobalUtilities
Return the value in the global variable map associated with the argument name.
getIntValue(Map, Object) - Static method in class com.taco.data.MapUtilities
If map is non-null and key is mapped to an instance of Number in map, return the integer value of the Number.
getIntValue(Map, Object, int) - Static method in class com.taco.data.MapUtilities
If map is non-null and key is mapped to an instance of Number in map, return the integer value of the Number.
getKey() - Method in class com.taco.data.AbstractNoReturnMap.NoReturnEntry
 
getKey() - Method in class com.taco.data.SimpleMapEntry
 
getKey() - Method in class com.taco.data.WrappedKeyValueMap.WrappedEntry
 
getKeys() - Method in class com.taco.util.CachedKeysResourceBundle
If the key set has not been cached, compute the key set by first adding all of the parent's keys to the key set, then adding all this bundle's keys (returned by _getProperKeys()).
getKeyToDescriptorMap() - Method in class com.taco.text.KeyLookupRecord
Return the argument map key to KeyDescriptor map.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.taco.i18n.gui.LocaleSelectorPanel.LocaleCellRenderer
 
getListeners() - Method in interface com.taco.data.IObservableMap.IObservableEntry
Return a copy of the collection of listeners of changes to values of this entry.
getListeners() - Method in class com.taco.data.ObservableMap.EntrySet.ObservableEntry
Return a copy of the listener list for this entry.
getListeners() - Method in class com.taco.data.ObservableMap.ValueElement
Return the list of listeners of changes to the associated key.
getListeners() - Method in class com.taco.data.WrappedObservableMap.WrappedObservableEntry
 
getLocale() - Method in class com.taco.util.AccessibleResourceBundle
 
getNotificationStrategy() - Method in interface com.taco.data.IObservableMap
Return the strategy used to notify listeners of key changes.
getNotificationStrategy() - Method in class com.taco.data.ObservableMap
Return the strategy used to notify listeners.
getNotificationStrategy() - Method in class com.taco.data.WrappedObservableMap
Return the unwrapped notification strategy (the same as was passed to the constructor).
getObjectValue(Map, Object) - Static method in class com.taco.data.MapUtilities
If map is non-null and key is mapped to an non-null object in map, return the unwrapped object.
getObjectValue(Map, Object, Object) - Static method in class com.taco.data.MapUtilities
If map is non-null and key is mapped to an non-null object in map, return the unwrapped object.
getParent() - Method in class com.taco.util.AccessibleResourceBundle
Return the parent of the resource bundle.
getPropertyChangeListeners(String) - Method in interface com.taco.data.IObservableMap
Return a copy of the collection of listeners of changes to values associated with the argument key.
getPropertyChangeListeners(String) - Method in class com.taco.data.ObservableMap
Return a collection of the property change listeners for the argument key.
getPropertyChangeListeners(String) - Method in class com.taco.data.WrappedObservableMap
 
getPropertyName() - Method in class com.taco.text.CompositeConverter.AbstractCompositeUpdater
 
getPropertyName() - Method in interface com.taco.text.CompositeConverter.ICompositeUpdater
Return property name of composite that this instance updates.
getPropertyNames() - Method in class com.taco.swinger.text2gui.AbstractButtonConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.ComponentConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.ContainerConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.DialogConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.DimensionConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.ExtensionFileFilterConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.FrameConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.GridBagConstraintsConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JAppletConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JButtonConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JCheckBoxConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JColorChooserConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JComboBoxConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JComponentConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JContainerConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JDesktopPaneConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JDialogConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JEditorPaneConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JFileChooserConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JFormattedTextFieldConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JFrameConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JInternalFrameConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JLabelConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JListConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JMenuBarConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JMenuConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JMenuItemConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JOptionPaneConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JPasswordFieldConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JPopupMenuConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JProgressBarConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JScrollBarConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JScrollPaneConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JSeparatorConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JSliderConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JSpinnerConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JSplitPaneConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JTabbedPaneConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JTabbedPaneConverter.TabConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JTableConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JTableHeaderConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JTextAreaConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JTextComponentConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JTextFieldConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JToolBarConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JTreeConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JViewportConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.JWindowConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.PointConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.RectangleConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.TableColumnConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.TableColumnModelConverter
 
getPropertyNames() - Method in class com.taco.swinger.text2gui.WindowConverter
 
getPropertyNames() - Method in class com.taco.text.CompositeConverter
Return a collection of names of properties of the composite being created.
getPropertyNames() - Method in class com.taco.text.ImmutableCompositeConverter
Return an empty collection, since no properties are configurable after construction time.
getPropertyNames() - Method in class com.taco.text.IntArrayConverter
Return the property names in the name to index map.
getSavedException() - Method in class com.taco.swinger.SwingCompute
Return the exception thrown by _compute() the last time this instance was run.
getSelectedLocale() - Method in class com.taco.i18n.gui.LocaleSelectorPanel
 
getUseSoftCache() - Method in class com.taco.util.CachedKeysResourceBundle
Return true if this instance uses a soft reference to cache the key set.
getValue() - Method in class com.taco.data.AbstractNoReturnMap.NoReturnEntry
 
getValue() - Method in class com.taco.data.ObservableMap.EntrySet.ObservableEntry
 
getValue() - Method in class com.taco.data.ObservableMap.ValueElement
Return the mapped value.
getValue() - Method in class com.taco.data.SimpleMapEntry
 
getValue() - Method in class com.taco.data.WrappedKeyValueMap.WrappedEntry
 
getValue() - Method in class com.taco.swinger.SwingWorker
Get the value produced by the worker thread, or null if it hasn't been constructed yet.
GLOBALS_KEY - Static variable in class com.taco.text.GlobalUtilities
The key used to reference the map of global variables to their values inside the argument map.
GlobalUtilities - Class in com.taco.text
A static utility class used to retrieve and set global variables in an argument map during an interpolating conversion process.
GlobalUtilities() - Constructor for class com.taco.text.GlobalUtilities
Since this class is a static utility class, its sole constructor is protected.
GlueConverter - Class in com.taco.swinger.text2gui
A converter to component "glue".
GlueConverter() - Constructor for class com.taco.swinger.text2gui.GlueConverter
 
GridBagConstraintsConverter - Class in com.taco.swinger.text2gui
A converter to instances of GridBagConstraints.
GridBagConstraintsConverter() - Constructor for class com.taco.swinger.text2gui.GridBagConstraintsConverter
Since this class is implemented as a singleton, its sole constructor is protected.
GridBagLayoutComponentAddStrategy - Class in com.taco.swinger.text2gui
A component add strategy for GridBagLayout.
GridBagLayoutComponentAddStrategy() - Constructor for class com.taco.swinger.text2gui.GridBagLayoutComponentAddStrategy
 

H

handleGetObject(String) - Method in class com.taco.util.AccessibleResourceBundleAdapter
Dispatch to the adapted bundle's getObject() method.
handleGetObject(String) - Method in class com.taco.util.ChainedResourceBundleFactory.ChainedResourceBundle
Because handleGetObject() is protected, we can't invoke it on the contained bundle.
handleGetObject(String) - Method in class com.taco.util.MultiLinePropertyResourceBundle
 
handleGetObject(String) - Method in class com.taco.util.UIManagerResourceBundle
 
hasBeenForced() - Method in class com.taco.util.CachedDelayedResult
Return true if the result has been computed already.
HASH_MAP_FACTORY - Static variable in interface com.taco.data.IMapFactory
A map factory that creates hash maps.
HASH_SET_FACTORY - Static variable in interface com.taco.data.ICollectionFactory
A factory that creates instances of HashSet.
hashCode() - Method in class com.taco.data.AbstractNoReturnMap.NoReturnEntry
 
hashCode() - Method in class com.taco.data.ListToVectorAdapter
 
hashCode() - Method in class com.taco.data.MapToDictionaryAdapter
Returns the hashcode of the adapted map.
hashCode() - Method in class com.taco.data.SimpleMapEntry
 
hashCode() - Method in class com.taco.decorator.java.util.SetDecorator
 
hashCode() - Method in class com.taco.swinger.filechooser.ExtensionFileFilter
 
hasNext() - Method in class com.taco.data.AbstractNoReturnMap.NoReturnIterator
 
hasNext() - Method in class com.taco.data.ObservableMap.EntrySet.EntrySetIterator
 
hasNext() - Method in class com.taco.data.SoftValueMap.SoftValueEntrySet.SoftValueEntryIterator
 
hasNext() - Method in class com.taco.data.WrappedKeyValueMap.WrappedEntryIterator
 
hasNext() - Method in class com.taco.util.EnumerationToIteratorAdapter
 
hasNext() - Method in class com.taco.util.FilteredIterator
 
hasRun() - Method in class com.taco.swinger.SwingCompute
Return true if this instance has finished running already.
HEX_DIGITS - Static variable in class com.taco.text.CPunctuationState
A string of all possible hex digits.
HEX_NUMBER_REGEX_STRING - Static variable in interface com.taco.text.ICommonRegexConstants
A regex string for a hexadecimal number (starts with 0x) and contains lower case letters.

I

IClientListener - Interface in com.taco.text
A marker interface for a listener for some attribute of a composite.
ICollectionFactory - Interface in com.taco.data
A factory that creates instances of Collection.
ICommonGUIConverters - Interface in com.taco.swinger.text2gui
Common instances of interpolating converters to be used to convert text to GUI objects.
ICommonRegexConstants - Interface in com.taco.text
Common regex strings and patterns used for string parsing.
IComponentAddStrategy - Interface in com.taco.swinger.text2gui
An interface that specifies conversion from a string or resource bundle key to a constraint, as well as a strategy to add a component to a container, using a constraint
IComponentAddStrategyProvider - Interface in com.taco.swinger.text2gui
An interface that specifies a component add strategy to use with a certain container.
IDelayedResult - Interface in com.taco.util
A result that may be computed at a later time.
IDelayedResultObservableMap - Interface in com.taco.data
A marker interface that observable, no return maps implement to indicate that instances of IDelayedResult can be put into the map, and they are transparently evaluated when get() retrieves them.
IFileSizeDisplayConstants - Interface in com.taco.text
Constants associated with formating a number representing a file size.
IFontAdjustedOnLocaleChange - Interface in com.taco.i18n.gui
A marker interface for components that adjust their fonts when their setLocale() method is called.
IGNORE_ELEMENT_CONVERSION_ERRORS_KEY - Static variable in class com.taco.text.StringListUtilities
A key in the option map for converting lists from/to strings, which is mapped to an instance of Boolean indicating whether or not errors converting each element are ignored.
IInterpolatingConverter - Interface in com.taco.text
An interface specifies a converter from both strings and resource bundles.
IInterpolatingResourceBundleToObjectConverter - Interface in com.taco.util
An interface that specifies conversion of a set of keys in a resource bundle to an object.
IInterpolatingStringToObjectConverter - Interface in com.taco.text
An interface that specifies conversion from a string, which may make references to data in a resource bundle or an argument map, to objects.
IIntMapper - Interface in com.taco.util
A mapping from integers to integers.
ILayoutAndComponentAddStrategy - Interface in com.taco.swinger.text2gui
An interface that contains both a layout manager and a strategy to add a component to a container, using constraints specified by a string.
ImageIconConverter - Class in com.taco.swinger.text2gui
A converter from strings and resource bundles to instances of ImageIcon.
ImageIconConverter() - Constructor for class com.taco.swinger.text2gui.ImageIconConverter
Since this class is implemented as a singleton, its sole constructor is protected.
IMapFactory - Interface in com.taco.data
An factory for creating maps.
ImmutableCompositeConverter - Class in com.taco.text
An abstract subclass of BracedPropertyCompositeConverter which creates an object whose properties cannot be changed.
ImmutableCompositeConverter() - Constructor for class com.taco.text.ImmutableCompositeConverter
 
inComment() - Method in class com.taco.text.CPunctuationState
Return true if we are in a line or block comment.
indexOf(Object) - Method in class com.taco.data.ListSet
 
indexOf(Object) - Method in class com.taco.data.ListToVectorAdapter
 
indexOf(Object, int) - Method in class com.taco.data.ListToVectorAdapter
 
indexOf(CharSequence, char, int, int) - Static method in class com.taco.text.StringUtilities
Find the first index of cs greater than or equal to startIndex and less than endIndex that contains the argument character.
inLineComment - Variable in class com.taco.text.CPunctuationState
True if this instance is in a line comment.
INoReturnMap - Interface in com.taco.data
A map which has modification methods that return no value.
INoReturnMap.INoReturnEntry - Interface in com.taco.data
The sub-interface of Entry which the instances in the entry set implement.
INoReturnObservableMap - Interface in com.taco.data
A combination of INoReturnMap and IObservableMap.
INoReturnObservableMap.INoReturnObservableEntry - Interface in com.taco.data
 
INotificationStrategy - Interface in com.taco.data
An interface that specifies how to notify listeners.
insertElementAt(Object, int) - Method in class com.taco.data.ListToVectorAdapter
 
insertRow(int, Vector) - Method in class com.taco.swinger.table.FastTableModel
 
insertRow(int, Object[]) - Method in class com.taco.swinger.table.FastTableModel
 
InsetsConverter - Class in com.taco.swinger.text2gui
A converter from strings and resource bundles to instances of Insets.
InsetsConverter() - Constructor for class com.taco.swinger.text2gui.InsetsConverter
 
installConfigurer(String, CompositeConverter) - Method in class com.taco.text.DispatchingConverter
Install a composite converter that uses a resource bundle to configure a composite object.
installConverter(String, IInterpolatingConverter) - Method in class com.taco.text.DispatchingConverter
Install a converter from a string that begins with the argument string, or a from a resource bundle.
installTypeForSuffix(String, String) - Method in class com.taco.text.DispatchingConverter
Install a type for resource bundle keys ending with the argument suffix.
instance - Static variable in class com.taco.i18n.gui.FontUtilities.DefaultFontMapper
 
instance - Static variable in class com.taco.swinger.SwingNotificationStrategy
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.AbstractButtonConverter
An instance that can configure instances of AbstractButton, but cannot create them.
instance - Static variable in class com.taco.swinger.text2gui.border.DispatchingBorderConverter
The default instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.border.EmptyBorderConverter
The singleton instance of EmptyBorderConverter.
instance - Static variable in class com.taco.swinger.text2gui.border.EtchedBorderConverter
The singleton instance of EtchedBorderConverter.
instance - Static variable in class com.taco.swinger.text2gui.border.LineBorderConverter
The singleton instance of LineBorderConverter.
instance - Static variable in class com.taco.swinger.text2gui.border.MatteBorderConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.BorderLayoutComponentAddStrategy
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.CollectionToTreePathMapper
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.ComponentConverter
An instance that can configure instances of Component, but cannot create them.
instance - Static variable in class com.taco.swinger.text2gui.DimensionConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.DispatchingLayoutConverter.BorderLayoutConverter
The singleton instance of BorderLayoutConverter.
instance - Static variable in class com.taco.swinger.text2gui.DispatchingLayoutConverter.CardLayoutConverter
The singleton instance of CardLayoutConverter.
instance - Static variable in class com.taco.swinger.text2gui.DispatchingLayoutConverter.FlowLayoutConverter
The singleton instance of FlowLayoutConverter.
instance - Static variable in class com.taco.swinger.text2gui.DispatchingLayoutConverter.GridBagLayoutConverter
The singleton instance of GridBagLayoutConverter.
instance - Static variable in class com.taco.swinger.text2gui.DispatchingLayoutConverter.GridLayoutConverter
The singleton instance of GridLayoutConverter.
instance - Static variable in class com.taco.swinger.text2gui.ExtensionFileFilterConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.GlueConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.GridBagConstraintsConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.GridBagLayoutComponentAddStrategy
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.ImageIconConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.InsetsConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.JButtonConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.JCheckBoxConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.JCheckBoxMenuItemConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.JComboBoxConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.JComponentConverter
An instance that can configure instances of JComponent, but cannot create them.
instance - Static variable in class com.taco.swinger.text2gui.JEditorPaneConverter
 
instance - Static variable in class com.taco.swinger.text2gui.JFormattedTextFieldConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.JListConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.JMenuItemConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.JOptionPaneConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.JPasswordFieldConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.JProgressBarConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.JRadioButtonConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.JRadioButtonMenuItemConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.JScrollBarConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.JSeparatorConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.JTabbedPaneConverter.TabAdder
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.JTableHeaderConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.JTextAreaConverter
 
instance - Static variable in class com.taco.swinger.text2gui.JTextComponentConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.JTextFieldConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.JTextPaneConverter
 
instance - Static variable in class com.taco.swinger.text2gui.JTreeConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.PointConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.RectangleConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.RigidAreaConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.SeparatorConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.StringToBorderLayoutConstraintConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.StringToCloseOperationConverter
 
instance - Static variable in class com.taco.swinger.text2gui.StringToColorConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.StringToComponentOrientationConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.StringToCursorConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.StringToFontConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.StringToKeyCodeConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.StringToKeyStrokeConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.StringToLayerConverter
 
instance - Static variable in class com.taco.swinger.text2gui.StringToSelectionModeConverter
 
instance - Static variable in class com.taco.swinger.text2gui.StringToSwingConstantConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.TableColumnConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.TableColumnModelConverter
The singleton instance of this class.
instance - Static variable in class com.taco.swinger.text2gui.TreePathConverter
 
instance - Static variable in class com.taco.text.ClassToStringConverter
 
instance - Static variable in class com.taco.text.CompositeConverter.ReflectionSetPropertyAction
The singleton instance of this class.
instance - Static variable in class com.taco.text.DefaultObjectToStringConverter
 
instance - Static variable in class com.taco.text.DefaultStringToObjectConverter
The singleton instance of this class.
instance - Static variable in class com.taco.text.IntArrayToStringConverter
The singleton instance of this class.
instance - Static variable in class com.taco.text.MessageFormatConverter
The singleton instance of this class.
instance - Static variable in class com.taco.text.PatternToStringConverter
The singleton instance of this class.
instance - Static variable in class com.taco.text.QuotedStringConverter
The singleton instance of this class.
instance - Static variable in class com.taco.text.RangeConverter
The singleton instance of this class.
instance - Static variable in class com.taco.text.StringConverter
The default instance of this class.
instance - Static variable in class com.taco.text.StringToBeanShellInstanceConverter
The singleton instance of this class, which does not impose any type constraint, does not put any variables in the BeanShell environment, and does not add any imports to the BeanShell environment.
instance - Static variable in class com.taco.text.StringToBooleanConverter
The singleton instance of this class.
instance - Static variable in class com.taco.text.StringToCharacterConverter
The singleton instance of this class.
instance - Static variable in class com.taco.text.StringToClassConverter
The singleton instance of this class.
instance - Static variable in class com.taco.text.StringToDoubleConverter
The singleton instance of this class.
instance - Static variable in class com.taco.text.StringToFloatConverter
The singleton instance of this class.
instance - Static variable in class com.taco.text.StringToInstanceConverter
The singleton instance of this class, which does not impose any type constraint.
instance - Static variable in class com.taco.text.StringToIntegerConverter
The singleton instance of this class.
instance - Static variable in class com.taco.text.StringToLocaleConverter
The singleton instance of this class.
instance - Static variable in class com.taco.text.StringToLongConverter
The singleton instance of this class.
instance - Static variable in class com.taco.text.StringToPatternConverter
The singleton instance of this class.
instance - Static variable in class com.taco.util.AcceptAllObjectFilter
The singleton instance of this class.
instance - Static variable in class com.taco.util.BooleanMapper
The singleton instance of this class.
instance - Static variable in class com.taco.util.BooleanToIntegerMapper
The singleton instance of this class.
instance - Static variable in class com.taco.util.CollectionToMatrixMapper
The singleton instance of this class.
instance - Static variable in class com.taco.util.DefaultObjectMapper
The singleton instance of this class.
instance - Static variable in class com.taco.util.DelayedResultForcer
The singleton instance of this class.
instance - Static variable in class com.taco.util.InvertMapper
The singleton instance of this class.
instance - Static variable in class com.taco.util.ObjectArrayMapper
The singleton instance of this class.
INSTANCE_COLLECTION_CONVERTER - Static variable in class com.taco.text.CollectionConverter
A converter to collections of instances.
InstanceConverter - Class in com.taco.text
A converter to instances via class names or scripts.
InstanceConverter() - Constructor for class com.taco.text.InstanceConverter
Create a new instance that does not add any additional variables or imports to the BeanShell interpreter when evaluating scripts.
InstanceConverter(Map, Collection, Collection) - Constructor for class com.taco.text.InstanceConverter
Create a new instance that adds the variable mappings in extraEnvironmentMap and the imports in extraImports to the BeanShell interpreter when evaluating scripts.
IntArrayConverter - Class in com.taco.text
A converter to int arrays.
IntArrayConverter(Collection) - Constructor for class com.taco.text.IntArrayConverter
Create a new instance that uses the argument collection of property names mapped to the subequent array indices, starting from 0.
IntArrayConverter(Collection, IIntMapper) - Constructor for class com.taco.text.IntArrayConverter
Create a new instance that uses the argument collection of property names mapped to the subequent array indices, starting from 0.
IntArrayToStringConverter - Class in com.taco.text
A converter from int arrays to comma-separated strings.
INTEGER_COLLECTION_CONVERTER - Static variable in class com.taco.text.CollectionConverter
A converter to collections of integers.
INTEGER_CONVERTER - Static variable in class com.taco.text.AtomConverter
A converter to instances of Integer.
INTEGER_REGEX_STRING - Static variable in interface com.taco.text.ICommonRegexConstants
A regex string for an integer.
InterpolatedValueMatchResult - Class in com.taco.text
A data structure used to hold the information about an interpolated value found in a CharSequence.
InterpolatedValueMatchResult() - Constructor for class com.taco.text.InterpolatedValueMatchResult
 
INTERPOLATING_STRING_TO_OBJECT_CONVERTER_KEY - Static variable in class com.taco.text.StringListUtilities
A key in the option map for converting strings to lists, which is mapped to an instance of IInterpolatingStringToObjectConverter that converts each element substring to an object in the list.
InterpolatingConverter - Class in com.taco.text
An implementation of IInterpolatingConverter which has commonly used behavior.
InterpolatingConverter() - Constructor for class com.taco.text.InterpolatingConverter
Create a new instance whose implementation of IStringToObjectConverter is incapable of resolving references.
InterpolatingConverter(ResourceBundle, INoReturnMap) - Constructor for class com.taco.text.InterpolatingConverter
Create a new instance whose implementation of IStringToObjectConverter uses the specified resource bundle and argument map to resolve references.
interrupt() - Method in class com.taco.swinger.SwingWorker
A new method that interrupts the worker thread.
intValueForProperty(Object, IStringToObjectConverter, int) - Static method in class com.taco.text.StringConverterUtilities
Given a property value and a converter from strings to instances of Number, return the int value of the property.
invalidate() - Method in class com.taco.data.SoftValueMap.SoftValue
Invalidate the value, marking it so that the key / value pair won't be removed from the map when the reference is cleared.
invalidateBundles(String) - Method in class com.taco.util.AbstractResourceBundleFactory
 
invalidateBundles(String, ClassLoader) - Method in class com.taco.util.AbstractResourceBundleFactory
 
invalidateBundles(String, Locale, ClassLoader) - Method in class com.taco.util.AbstractResourceBundleFactory
 
invalidateBundles(String, Locale, ClassLoader, Locale) - Method in class com.taco.util.ChainedResourceBundleFactory
Using the inner bundle factory, invalidate all bundles with base name in baseNames, which may be a semicolon separated list of base names.
invalidateBundles(String) - Method in interface com.taco.util.IResourceBundleFactory
If resource bundles are cached, ensure that calls to getBundle() will reload the bundles corresponding to the argument basename, the default locale, and the system class loader.
invalidateBundles(String, ClassLoader) - Method in interface com.taco.util.IResourceBundleFactory
If resource bundles are cached, ensure that calls to getBundle() will reload the bundles corresponding to the argument basename, the default locale, and the argument class loader.
invalidateBundles(String, Locale, ClassLoader) - Method in interface com.taco.util.IResourceBundleFactory
If resource bundles are cached, ensure that calls to getBundle() will reload the bundles corresponding to the argument basename, locale, and class loader.
invalidateBundles(String, Locale, ClassLoader, Locale) - Method in interface com.taco.util.IResourceBundleFactory
If resource bundles are cached, ensure that calls to getBundle() will reload the bundles corresponding to the argument basename, locale, and class loader.
invalidateBundles(String, Locale, ClassLoader, Locale) - Method in class com.taco.util.ResourceBundleFactory
 
invalidateCache() - Method in class com.taco.util.CachedKeysResourceBundle
Invalidate the cache of the key set.
InvertMapper - Class in com.taco.util
An implementation of IObjectMapper that returns a Boolean which represents the "inverted" value to map.
IObjectFilter - Interface in com.taco.util
An interface for filtering out objects that match a certain criteria.
IObjectMapper - Interface in com.taco.util
An interface for mapping objects to other objects.
IObjectToStringConverter - Interface in com.taco.text
An interface for converting objects to strings.
IObservableMap - Interface in com.taco.data
A map that notifies listeners when its values are changed.
IObservableMap.IObservableEntry - Interface in com.taco.data
A map entry whose associated listeners can be modified.
IResourceBundleFactory - Interface in com.taco.util
An interface that specifies the creation and invalidation of resource bundles.
isClosed() - Method in class com.taco.text.CPunctuationState
Return true if the number of unclosed parentheses, brackets, and braces is 0, and the state is not in an escaped or quoted context.
isClosingPunctuation(char) - Static method in class com.taco.text.CPunctuationState
Return true if c is one of ')', ']', '}', '\'', or '"'.
isCompatible(Font, Locale) - Static method in class com.taco.i18n.gui.FontUtilities
Return true if the argument font can display characters in the argument locale.
isEmpty() - Method in class com.taco.data.ListToVectorAdapter
 
isEmpty() - Method in class com.taco.data.MapToDictionaryAdapter
 
isEmpty() - Method in class com.taco.data.ObservableMap
 
isEmpty() - Method in class com.taco.data.WrappedKeyValueMap
 
isEmpty() - Method in class com.taco.decorator.java.util.SetDecorator
 
isEmpty() - Method in class com.taco.util.MultiLineProperties
 
isGlobalDefined(String, INoReturnMap) - Static method in class com.taco.text.GlobalUtilities
Return true if the argument map has a global variable with the argument name defined.
isOpeningPunctuation(char) - Static method in class com.taco.text.CPunctuationState
Return true if c is one of '(', '[', '{', '\'', or '"'.
isPrimitiveWrapperClass(Class) - Static method in class com.taco.lang.reflect.ReflectionUtilities
Return true if c is a class that wraps on of the primitive types.
isPropertyReadable(String) - Method in class com.taco.text.CompositeConverter
Return true if the property is readable by this converter.
isPropertyUpdatable(String) - Method in class com.taco.text.CompositeConverter
Return true if the property is updatable by this converter.
isPropertyWritable(String) - Method in class com.taco.text.CompositeConverter
Return true if the property is writable by this converter.
IStringToObjectConverter - Interface in com.taco.text
An interface for converting strings to objects.
isValid() - Method in class com.taco.data.SoftValueMap.SoftValue
Return true if this value is still part of the map.
iterator() - Method in class com.taco.data.AbstractNoReturnMap.NoReturnEntrySet
 
iterator() - Method in class com.taco.data.ListSet
 
iterator() - Method in class com.taco.data.ObservableMap.EntrySet
 
iterator() - Method in class com.taco.data.SoftValueMap.SoftValueEntrySet
 
iterator() - Method in class com.taco.data.WrappedKeyValueMap.WrappedEntrySet
 
iterator() - Method in class com.taco.data.WrappedObservableMap.WrappedObservableEntrySet
 
iterator() - Method in class com.taco.decorator.java.util.SetDecorator
 

J

JAppletConverter - Class in com.taco.swinger.text2gui
A converter to instances of JApplet.
JAppletConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.JAppletConverter
 
JAVA_CLASS_NAME_REGEX_STRING - Static variable in interface com.taco.text.ICommonRegexConstants
A regex string for a fully qualified Java class name.
JButtonConverter - Class in com.taco.swinger.text2gui
A converter to instances of JButton.
JButtonConverter() - Constructor for class com.taco.swinger.text2gui.JButtonConverter
 
JCheckBoxConverter - Class in com.taco.swinger.text2gui
A converter to instances of JCheckBox.
JCheckBoxConverter() - Constructor for class com.taco.swinger.text2gui.JCheckBoxConverter
 
JCheckBoxMenuItemConverter - Class in com.taco.swinger.text2gui
A converter to instances of JCheckBoxMenuItem.
JCheckBoxMenuItemConverter() - Constructor for class com.taco.swinger.text2gui.JCheckBoxMenuItemConverter
 
JColorChooserConverter - Class in com.taco.swinger.text2gui
A converter to instances of JColorChooser.
JColorChooserConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.JColorChooserConverter
Create a new instance that uses the argument as the converter of components used as the preview panel.
JComboBoxConverter - Class in com.taco.swinger.text2gui
A converter to instances of JComboBox.
JComboBoxConverter() - Constructor for class com.taco.swinger.text2gui.JComboBoxConverter
 
JComponentConverter - Class in com.taco.swinger.text2gui
A base class for converters that create instances of JComponent.
JComponentConverter() - Constructor for class com.taco.swinger.text2gui.JComponentConverter
 
JContainerConverter - Class in com.taco.swinger.text2gui
A base class for converters that create instances of JComponent that are also containers.
JContainerConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.JContainerConverter
Construct a new instance that uses the argument converter to convert strings and resource bundles to components that are embedded in the component created by this instance.
JContainerConverter.SetContentsAction - Class in com.taco.swinger.text2gui
An action that sets the contents of the container.
JContainerConverter.SetContentsAction() - Constructor for class com.taco.swinger.text2gui.JContainerConverter.SetContentsAction
 
JDesktopPaneConverter - Class in com.taco.swinger.text2gui
A converter to instances of JDesktopPane.
JDesktopPaneConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.JDesktopPaneConverter
 
JDialogConverter - Class in com.taco.swinger.text2gui
A converter to instances of JDialog.
JDialogConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.JDialogConverter
 
JEditorPaneConverter - Class in com.taco.swinger.text2gui
A converter to instances of JEditorPane.
JEditorPaneConverter() - Constructor for class com.taco.swinger.text2gui.JEditorPaneConverter
 
JFileChooserConverter - Class in com.taco.swinger.text2gui
A converter to instances of JFileChooser.
JFileChooserConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.JFileChooserConverter
Create a new instance that uses the argument as the converter of components used as the accessory.
JFormattedTextFieldConverter - Class in com.taco.swinger.text2gui
A converter to instances of JFormattedTextField.
JFormattedTextFieldConverter() - Constructor for class com.taco.swinger.text2gui.JFormattedTextFieldConverter
 
JFrameConverter - Class in com.taco.swinger.text2gui
A converter to instances of JFrame.
JFrameConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.JFrameConverter
 
JInternalFrameConverter - Class in com.taco.swinger.text2gui
A converter to instances of JInternalFrame.
JInternalFrameConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.JInternalFrameConverter
 
JLabelConverter - Class in com.taco.swinger.text2gui
A converter to instances of JLabel.
JLabelConverter(IInterpolatingConverter) - Constructor for class com.taco.swinger.text2gui.JLabelConverter
 
JLayeredPaneConverter - Class in com.taco.swinger.text2gui
A converter to instances of JLayeredPane.
JLayeredPaneConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.JLayeredPaneConverter
 
JListConverter - Class in com.taco.swinger.text2gui
A converter to instances of JList.
JListConverter() - Constructor for class com.taco.swinger.text2gui.JListConverter
 
JMenuBarConverter - Class in com.taco.swinger.text2gui
A converter to instances of JMenuBar.
JMenuBarConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.JMenuBarConverter
 
JMenuConverter - Class in com.taco.swinger.text2gui
A converter to instances of JMenu.
JMenuConverter(IInterpolatingConverter) - Constructor for class com.taco.swinger.text2gui.JMenuConverter
 
JMenuItemConverter - Class in com.taco.swinger.text2gui
A converter to instances of JMenuItem.
JMenuItemConverter() - Constructor for class com.taco.swinger.text2gui.JMenuItemConverter
 
JOptionPaneConverter - Class in com.taco.swinger.text2gui
A converter to instances of JOptionPane.
JOptionPaneConverter() - Constructor for class com.taco.swinger.text2gui.JOptionPaneConverter
 
JPanelConverter - Class in com.taco.swinger.text2gui
A converter to instances of JPanel.
JPanelConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.JPanelConverter
 
JPasswordFieldConverter - Class in com.taco.swinger.text2gui
A converter to instances of JPasswordField.
JPasswordFieldConverter() - Constructor for class com.taco.swinger.text2gui.JPasswordFieldConverter
 
JPopupMenuConverter - Class in com.taco.swinger.text2gui
A converter to instances of JPopupMenu.
JPopupMenuConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.JPopupMenuConverter
Construct a new instance that uses the argument converter to convert menu items.
JProgressBarConverter - Class in com.taco.swinger.text2gui
A converter to instances of JProgressBar.
JProgressBarConverter() - Constructor for class com.taco.swinger.text2gui.JProgressBarConverter
 
JRadioButtonConverter - Class in com.taco.swinger.text2gui
A converter to instances of JRadioButton.
JRadioButtonConverter() - Constructor for class com.taco.swinger.text2gui.JRadioButtonConverter
 
JRadioButtonMenuItemConverter - Class in com.taco.swinger.text2gui
A converter to instances of JRadioButtonMenuItem.
JRadioButtonMenuItemConverter() - Constructor for class com.taco.swinger.text2gui.JRadioButtonMenuItemConverter
 
JScrollBarConverter - Class in com.taco.swinger.text2gui
A converter to instances of JScrollBar.
JScrollBarConverter() - Constructor for class com.taco.swinger.text2gui.JScrollBarConverter
 
JScrollPaneConverter - Class in com.taco.swinger.text2gui
A converter to instances of JScrollPane.
JScrollPaneConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.JScrollPaneConverter
 
JSeparatorConverter - Class in com.taco.swinger.text2gui
A converter to instances of JSeparator.
JSeparatorConverter() - Constructor for class com.taco.swinger.text2gui.JSeparatorConverter
 
JSliderConverter - Class in com.taco.swinger.text2gui
A converter to instances of JSlider.
JSliderConverter(IInterpolatingStringToObjectConverter) - Constructor for class com.taco.swinger.text2gui.JSliderConverter
 
JSpinnerConverter - Class in com.taco.swinger.text2gui
A converter to instances of JSpinner.
JSpinnerConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.JSpinnerConverter
Create a new instance that uses the argument as the converter of components used as the editor.
JSplitPaneConverter - Class in com.taco.swinger.text2gui
A converter that creates an instance of JSplitPane.
JSplitPaneConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.JSplitPaneConverter
 
JTabbedPaneConverter - Class in com.taco.swinger.text2gui
A converter that creates an instance of JTabbedPane.
JTabbedPaneConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.JTabbedPaneConverter
 
JTabbedPaneConverter.TabAdder - Class in com.taco.swinger.text2gui
An implementation of ISetPropertyAction for JTabbedPaneConverter that adds tabs to the tabbed pane.
JTabbedPaneConverter.TabConverter - Class in com.taco.swinger.text2gui
A converter for a tab in a tabbed pane.
JTabbedPaneConverter.TabConverter() - Constructor for class com.taco.swinger.text2gui.JTabbedPaneConverter.TabConverter
 
JTableConverter - Class in com.taco.swinger.text2gui
A converter to instances of JTable.
JTableConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.JTableConverter
 
JTableConverter.AbstractTableMapConsistencyListener - Class in com.taco.swinger.text2gui
A base class for map consistency listeners that listen to JTable changes.
JTableConverter.AbstractTableMapConsistencyListener(JTable, String, INoReturnMap, Object, IObjectMapper) - Constructor for class com.taco.swinger.text2gui.JTableConverter.AbstractTableMapConsistencyListener
 
JTableHeaderConverter - Class in com.taco.swinger.text2gui
A converter to instances of JTableHeader.
JTableHeaderConverter() - Constructor for class com.taco.swinger.text2gui.JTableHeaderConverter
 
JTextAreaConverter - Class in com.taco.swinger.text2gui
A converter to instances of JTextArea.
JTextAreaConverter() - Constructor for class com.taco.swinger.text2gui.JTextAreaConverter
 
JTextComponentConverter - Class in com.taco.swinger.text2gui
A converter to instances of JTextComponent.
JTextComponentConverter() - Constructor for class com.taco.swinger.text2gui.JTextComponentConverter
 
JTextFieldConverter - Class in com.taco.swinger.text2gui
A converter to instances of JTextField.
JTextFieldConverter() - Constructor for class com.taco.swinger.text2gui.JTextFieldConverter
 
JTextPaneConverter - Class in com.taco.swinger.text2gui
A converter to instances of JTextPane.
JTextPaneConverter() - Constructor for class com.taco.swinger.text2gui.JTextPaneConverter
 
JToolBarConverter - Class in com.taco.swinger.text2gui
A converter to instances of JToolBar.
JToolBarConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.JToolBarConverter
 
JTreeConverter - Class in com.taco.swinger.text2gui
A converter to instances of JTree.
JTreeConverter() - Constructor for class com.taco.swinger.text2gui.JTreeConverter
 
JViewportConverter - Class in com.taco.swinger.text2gui
A converter to instances of JViewport.
JViewportConverter(IInterpolatingConverter) - Constructor for class com.taco.swinger.text2gui.JViewportConverter
 
JWindowConverter - Class in com.taco.swinger.text2gui
A converter to instances of JWindow.
JWindowConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.JWindowConverter
 

K

KEYCODE_CONVERTER - Static variable in interface com.taco.swinger.text2gui.ICommonGUIConverters
An interpolating converter to key codes (which are integers).
KeyLookupRecord - Class in com.taco.text
A data structure used to maintain mappings between argument key names and names of properties which depend on the looking up the key name in an argument map.
KeyLookupRecord() - Constructor for class com.taco.text.KeyLookupRecord
 
KeyLookupRecord.KeyDescriptor - Class in com.taco.text
A data structure that holds information on how to associate a key in an argument with a property value of a composite object.
KeyLookupRecord.KeyDescriptor(String, IObjectMapper, IObjectMapper, boolean, boolean, boolean) - Constructor for class com.taco.text.KeyLookupRecord.KeyDescriptor
 
keys() - Method in class com.taco.data.MapToDictionaryAdapter
 
keys() - Method in class com.taco.util.MultiLineProperties
 
keySet() - Method in class com.taco.data.MapToDictionaryAdapter
 
keySet() - Method in class com.taco.data.ObservableMap
 
keySet() - Method in class com.taco.util.MultiLineProperties
 
KEYSTROKE_CONVERTER - Static variable in interface com.taco.swinger.text2gui.ICommonGUIConverters
An interpolating converter to instances of KeyStroke.

L

lastElement() - Method in class com.taco.data.ListToVectorAdapter
 
lastIndexOf(Object) - Method in class com.taco.data.ListSet
 
lastIndexOf(Object) - Method in class com.taco.data.ListToVectorAdapter
 
lastIndexOf(Object, int) - Method in class com.taco.data.ListToVectorAdapter
 
lastOctalChar - Variable in class com.taco.text.CPunctuationState
Because octal escapes have a variable length, a character that ends an octal escape may result in two output characters: one for the octal escape that has ended and one for the original character.
LAYER_CONVERTER - Static variable in interface com.taco.swinger.text2gui.ICommonGUIConverters
An interpolating converter to instances of Integer wrapping JLayeredPane layer identifiers.
LayoutAndComponentAddStrategy - Class in com.taco.swinger.text2gui
The default implementation of ILayoutAndComponentAddStrategy that simply passes the constraint string to Container.add().
LayoutAndComponentAddStrategy(LayoutManager) - Constructor for class com.taco.swinger.text2gui.LayoutAndComponentAddStrategy
Construct a new instance that returns the argument layout when layoutManager() is called.
layoutManager() - Method in interface com.taco.swinger.text2gui.ILayoutAndComponentAddStrategy
Return the layout manager associated with this instance.
layoutManager() - Method in class com.taco.swinger.text2gui.LayoutAndComponentAddStrategy
Return the layout manager passed to the constructor.
length() - Method in class com.taco.text.ReversedCharSequence
 
LineBorderConverter - Class in com.taco.swinger.text2gui.border
A class that converts strings and resource bundles to line borders.
LineBorderConverter() - Constructor for class com.taco.swinger.text2gui.border.LineBorderConverter
 
LINKED_HASH_MAP_FACTORY - Static variable in interface com.taco.data.IMapFactory
A map factory that creates linked hash maps.
LINKED_HASH_SET_FACTORY - Static variable in interface com.taco.data.ICollectionFactory
A factory that creates instances of LinkedHashSet.
LINKED_LIST_FACTORY - Static variable in interface com.taco.data.ICollectionFactory
A factory that creates instances of LinkedList.
LIST_SET_FACTORY - Static variable in class com.taco.data.ListSet
A factory that creates instances of ListSet.
LIST_TO_VECTOR_ADAPTER_FACTORY - Static variable in class com.taco.data.ListToVectorAdapter
A collection factory that creates instances of this class.
listIterator() - Method in class com.taco.data.ListSet
 
listIterator(int) - Method in class com.taco.data.ListSet
 
ListSet - Class in com.taco.data
A list of objects presented as a set.
ListSet() - Constructor for class com.taco.data.ListSet
Create an initially empty instance.
ListSet(LinkedList) - Constructor for class com.taco.data.ListSet
Use the argument list to back this instance.
ListSet(Collection) - Constructor for class com.taco.data.ListSet
Copy the elements of the argument collection into a new list that will back this instance.
ListToVectorAdapter - Class in com.taco.data
An adapter from an ArrayList to a Vector, which allows interoperability with legacy code that expects instances of Vector without the performance hit due to the synchronization of methods.
ListToVectorAdapter() - Constructor for class com.taco.data.ListToVectorAdapter
Construct a new instance, which is initially empty, and decorates a new ArrayList.
ListToVectorAdapter(int) - Constructor for class com.taco.data.ListToVectorAdapter
Construct a new instance, which is initially empty, and decorates a new ArrayList.
ListToVectorAdapter(Collection) - Constructor for class com.taco.data.ListToVectorAdapter
Construct a new instance that has the elements of c.
ListToVectorAdapter(Collection, boolean) - Constructor for class com.taco.data.ListToVectorAdapter
Construct a new instance that has the elements of c.
literal - Variable in class com.taco.text.InterpolatedValueMatchResult
The string literal used to represent the value.
load(InputStream) - Method in class com.taco.util.MultiLineProperties
 
LOCALE_CONVERTER - Static variable in class com.taco.text.AtomConverter
A converter to instances of Locale.
LOCALE_PATTERN - Static variable in class com.taco.text.StringToLocaleConverter
The regex pattern compiled from LOCALE_REGEX_STRING.
LOCALE_REGEX_STRING - Static variable in class com.taco.text.StringToLocaleConverter
A regex string for a locale.
LocaleSelectorPanel - Class in com.taco.i18n.gui
A panel that displays a list of supported locales, using fonts that can natively display each locale's name.
LocaleSelectorPanel() - Constructor for class com.taco.i18n.gui.LocaleSelectorPanel
 
LocaleSelectorPanel(Locale) - Constructor for class com.taco.i18n.gui.LocaleSelectorPanel
 
LocaleSelectorPanel.LocaleCellRenderer - Class in com.taco.i18n.gui
 
LocaleSelectorPanel.LocaleCellRenderer() - Constructor for class com.taco.i18n.gui.LocaleSelectorPanel.LocaleCellRenderer
 
LocaleSelectorPanel.LocaleSelectionListener - Class in com.taco.i18n.gui
An observable map listener that updates the selected locale when the user selects a locale.
LocaleSelectorPanel.LocaleSelectionListener() - Constructor for class com.taco.i18n.gui.LocaleSelectorPanel.LocaleSelectionListener
 
LONG_CONVERTER - Static variable in class com.taco.text.AtomConverter
A converter to instances of Long.
LONG_HEX_REGEX_STRING - Static variable in interface com.taco.text.ICommonRegexConstants
A regex string for a long integer expressed as a hexadecimal number (starts with 0x).
LONG_INTEGER_REGEX_STRING - Static variable in interface com.taco.text.ICommonRegexConstants
A regex string for a long integer.

M

main(String[]) - Static method in class com.taco.data.SoftValueMap
A simple test program.
main(String[]) - Static method in class com.taco.i18n.gui.LocaleSelectorPanel
 
main(String[]) - Static method in class com.taco.swinger.text2gui.CollectionToTreePathMapper
Make a TreePath out of the arguments and print it out.
main(String[]) - Static method in class com.taco.swinger.text2gui.DimensionConverter
 
main(String[]) - Static method in class com.taco.swinger.text2gui.DispatchingComponentConverter
A simple test program.
main(String[]) - Static method in class com.taco.swinger.text2gui.DispatchingLayoutConverter
A simple test program.
main(String[]) - Static method in class com.taco.swinger.text2gui.ExtensionFileFilterConverter
A simple test program.
main(String[]) - Static method in class com.taco.swinger.text2gui.GridBagConstraintsConverter
A simple test program.
main(String[]) - Static method in class com.taco.swinger.text2gui.ImageIconConverter
A simple test program.
main(String[]) - Static method in class com.taco.swinger.text2gui.InsetsConverter
 
main(String[]) - Static method in class com.taco.swinger.text2gui.PointConverter
 
main(String[]) - Static method in class com.taco.swinger.text2gui.RectangleConverter
 
main(String[]) - Static method in class com.taco.swinger.text2gui.StringToColorConverter
 
main(String[]) - Static method in class com.taco.swinger.text2gui.StringToKeyStrokeConverter
 
main(String[]) - Static method in class com.taco.swinger.text2gui.TableColumnConverter
A simple test program.
main(String[]) - Static method in class com.taco.swinger.text2gui.TableColumnModelConverter
A simple test program.
main(String[]) - Static method in class com.taco.swinger.text2gui.TreePathConverter
 
main(String[]) - Static method in class com.taco.text.InstanceConverter
A simple test program.
main(String[]) - Static method in class com.taco.text.IntArrayConverter
A simple test program.
main(String[]) - Static method in class com.taco.text.MapConverter
A simple test program.
main(String[]) - Static method in class com.taco.text.MessageFormatConverter
 
main(String[]) - Static method in class com.taco.text.PatternToStringConverter
 
main(String[]) - Static method in class com.taco.text.QuotedStringConverter
A simple test program.
main(String[]) - Static method in class com.taco.text.RangeConverter
 
main(String[]) - Static method in class com.taco.text.ReversedCharSequence
 
main(String[]) - Static method in class com.taco.text.StringConverter
A simple test program.
main(String[]) - Static method in class com.taco.text.StringConverterUtilities
Send args[0] to valueForSequence and print the result.
main(String[]) - Static method in class com.taco.text.StringListUtilities
A simple test program.
main(String[]) - Static method in class com.taco.text.StringToClassConverter
A simple test program that gets the class object for the first command-line argument.
main(String[]) - Static method in class com.taco.text.StringToInstanceConverter
A simple test program that gets and instance of the class denoted by the first command-line argument.
main(String[]) - Static method in class com.taco.util.ChainedResourceBundleFactory
A simple test program.
main(String[]) - Static method in class com.taco.util.MultiLineProperties
A simple test program.
main(String[]) - Static method in class com.taco.util.ResourceBundleFactory
This simple test program prints all mappings in a resource bundle.
makeAccessibleBundle(ResourceBundle) - Static method in class com.taco.util.AccessibleResourceBundleAdapter
Given a resource bundle, return either the bundle itself, if it is an instance of AccessibleResourceBundle, or an adapted version of it which is an AccessibleResourceBundle.
makeSwingInvokeProxy(Object, Class[]) - Static method in class com.taco.swinger.SwingInvokeProxyFactory
Create a proxy based on obj which implements the intefaces classes in interfaces, in which all methods are run on the event-dispatch thread.
makeSwingInvokeProxyMap() - Static method in class com.taco.swinger.SwingInvokeProxyFactory
Return an observable map suitable for using as an argument map for the text2gui package.
makeSynchronizedInstance(INotificationStrategy) - Static method in class com.taco.data.DelayedResultObservableMap
Create a new instance that uses the argument notification strategy, and return a synchronized proxy to it.
makeSynchronizedProxy(Object, Class[]) - Static method in class com.taco.lang.reflect.SynchronizedProxyFactory
Create a synchronized proxy based on obj which implements the intefaces classes in interfaces, in which all methods are synchronized.
makeSynchronizedProxy(Object, Class[], Set) - Static method in class com.taco.lang.reflect.SynchronizedProxyFactory
Create a synchronized proxy based on obj which implements the intefaces classes in interfaces, in which all methods not in unsynchronizedMethods are synchronized.
map(Object) - Method in class com.taco.swinger.text2gui.CollectionToTreePathMapper
Create a new TreePath using either an instance of Object[] or Collection.
map(Object) - Method in class com.taco.text.AbstractObjectToStringConverter
Implement IObjectMapper by returning the result of toString(obj).
map(Object) - Method in class com.taco.text.AbstractStringToObjectConverter
Return the result of toObject("" + obj).
map(int) - Method in class com.taco.util.ArrayIntMapper
Return the value of the xth element in the array.
map(Object) - Method in class com.taco.util.BooleanMapper
If obj is null, return FALSE.
map(Object) - Method in class com.taco.util.BooleanToIntegerMapper
 
map(Object) - Method in class com.taco.util.CollectionToMatrixMapper
Return the result of converting obj (which must be a collection of collections) into an Object matrix using ArrayUtilities.toMatrix().
map(int) - Method in class com.taco.util.ConstantIntMapper
Return the constant value.
map(Object) - Method in class com.taco.util.DefaultObjectMapper
 
map(Object) - Method in class com.taco.util.DelayedResultForcer
If obj is null, return null.
map(int) - Method in interface com.taco.util.IIntMapper
Map x to another integer.
map(Object) - Method in class com.taco.util.InvertMapper
Return the inverted result of mapping using BooleanMapper.
map(Object) - Method in interface com.taco.util.IObjectMapper
 
map(Object) - Method in class com.taco.util.ObjectArrayMapper
Call toObjectArray(value).
MapConverter - Class in com.taco.text
An interpolating converter to maps.
MapConverter() - Constructor for class com.taco.text.MapConverter
Since an instance with the default parameters is saved in DEFAULT_INSTANCE, this constructor is protected.
MapConverter(IInterpolatingStringToObjectConverter, IInterpolatingStringToObjectConverter) - Constructor for class com.taco.text.MapConverter
Create an instance that returns a LinkedHashMap when toObject() is called.
MapConverter(IMapFactory, IInterpolatingStringToObjectConverter, IInterpolatingStringToObjectConverter) - Constructor for class com.taco.text.MapConverter
Create an instance that uses the argument map factory to create a map when toObject() is called.
MappedStringToObjectConverter - Class in com.taco.text
A simple implementation of IStringToObjectConverter that looks up strings to be converted in a map, and returns the mapped value.
MappedStringToObjectConverter(Map) - Constructor for class com.taco.text.MappedStringToObjectConverter
Construct a new instance using map as a conversion map between strings and objects.
MappedStringToObjectConverter(Map, Object) - Constructor for class com.taco.text.MappedStringToObjectConverter
Construct a new instance using map as a conversion map between strings and objects.
MappedStringToObjectConverter(Object[], Object) - Constructor for class com.taco.text.MappedStringToObjectConverter
A convenience constructor that converts mappings into the conversion map using MapUtilities.arrayToHashMap(), wrapping null values.
MappedStringToObjectConverter(Object[]) - Constructor for class com.taco.text.MappedStringToObjectConverter
A convenience constructor that converts mappings into the conversion map using MapUtilities.arrayToHashMap(), wrapping null values.
MapToDictionaryAdapter - Class in com.taco.data
An adapter from a Map to a Dictionary.
MapToDictionaryAdapter(Map) - Constructor for class com.taco.data.MapToDictionaryAdapter
 
MapUtilities - Class in com.taco.data
A utility class for maps.
MapUtilities() - Constructor for class com.taco.data.MapUtilities
This class should not be instantiated, so the sole constructor is protected.
matchingPunctuation(char) - Static method in class com.taco.text.CPunctuationState
Return the punctuation character that either opens or closes the argument character.
matchPunctuation(CharSequence, int) - Method in class com.taco.text.CPunctuationState
Assuming cs has C-style syntax, and using this instance as the punctuation state, return the index of the punctuation symbol that closes the opening punctuation symbol at startIndex (either '{' , '[', '(', '\'', or '"').
MatchResult - Class in com.taco.text
A data structure that contains the result of matching string operations.
MatchResult() - Constructor for class com.taco.text.MatchResult
Create a new instance with all field set to their default values.
MatchResult(String, int, int) - Constructor for class com.taco.text.MatchResult
 
MatteBorderConverter - Class in com.taco.swinger.text2gui.border
A class that converts strings and resource bundles to matte borders.
MatteBorderConverter() - Constructor for class com.taco.swinger.text2gui.border.MatteBorderConverter
Since this class is implemented as a singleton, the sole constructor is protected.
MessageFormatConverter - Class in com.taco.text
A converter to instances of MessageFormat.
MultiLineProperties - Class in com.taco.util
A subclass of java.util.Properties that allows a slightly more user-friendly syntax.
MultiLineProperties() - Constructor for class com.taco.util.MultiLineProperties
Construct a new instance that has no mappings.
MultiLineProperties(Properties) - Constructor for class com.taco.util.MultiLineProperties
Construct a new instance that has the same mappings as defaults.
MultiLinePropertyResourceBundle - Class in com.taco.util
A resource bundle that reads its key/value pairs from a .properties file, which is interpreted by an instance of MultiLineProperties.
MultiLinePropertyResourceBundle(InputStream) - Constructor for class com.taco.util.MultiLinePropertyResourceBundle
 

N

name() - Method in class com.taco.swinger.text2gui.ComponentAddStrategy
Return the result of invoking name() on the constraint converter.
name() - Method in class com.taco.text.AtomConverter
Use the string to object converter's simple class name to derive a name for this converter.
name() - Method in class com.taco.text.ChainedInterpolatingConverter
Return the name of the converter decorated by this instance.
name() - Method in class com.taco.text.CollectionConverter
 
name() - Method in class com.taco.text.DispatchingConverter
Use this instance's simple class name to derive a name for this converter.
name() - Method in interface com.taco.text.IInterpolatingConverter
Return a string that denotes the name of this converter.
name() - Method in class com.taco.text.InterpolatingConverter
If the simple class name ends with "Converter", return the part before "Converter".
NEGATIVE_ONE - Static variable in class com.taco.util.ConstantIntMapper
An instance that always returns -1.
newRowsAdded(TableModelEvent) - Method in class com.taco.swinger.table.FastTableModel
Just send out a table change event; we assume the rows already have the correct number of columns.
next() - Method in class com.taco.data.AbstractNoReturnMap.NoReturnIterator
 
next() - Method in class com.taco.data.ObservableMap.EntrySet.EntrySetIterator
 
next() - Method in class com.taco.data.SoftValueMap.SoftValueEntrySet.SoftValueEntryIterator
 
next() - Method in class com.taco.data.WrappedKeyValueMap.WrappedEntryIterator
 
next() - Method in class com.taco.data.WrappedObservableMap.WrappedObservableEntryIterator
 
next() - Method in class com.taco.util.EnumerationToIteratorAdapter
 
next() - Method in class com.taco.util.FilteredIterator
 
nextValue(CharSequence, int) - Static method in class com.taco.text.StringConverterUtilities
Parse the sequence starting at the argument index, looking for the default end pattern to terminate the subsequence used for the value.
nextValue(CharSequence, int, Pattern) - Static method in class com.taco.text.StringConverterUtilities
Given a character sequence that starting from startIndex, contains a subsequence specifying a (possibly interpolated) value, return a new instance of InterpolatedValueMatchResult.
NON_NEGATIVE_FLOAT_REGEX_STRING - Static variable in interface com.taco.text.ICommonRegexConstants
A regex string for a non-negative floating point number.
NoReturnMapAdapter - Class in com.taco.data
An adapter from a Map to a INoReturnMap.
NoReturnMapAdapter() - Constructor for class com.taco.data.NoReturnMapAdapter
Create an instance that adapts a new instance of HashMap.
NoReturnMapAdapter(int) - Constructor for class com.taco.data.NoReturnMapAdapter
Create an instance that adapts a new instance of HashMap with the argument capacity.
NoReturnMapAdapter(Map) - Constructor for class com.taco.data.NoReturnMapAdapter
Create an instance that adapts the argument map.
NOT_FOUND - Static variable in class com.taco.text.StringUtilities
An error code returned by findStart() and findEnd() that indicates that the substring searched is only whitespace, so the string that was searched for was never found.
notifyListeners(Object, Object, Object, Object, Collection, IObjectFilter) - Method in class com.taco.data.AbstractNotificationStrategy
Create the property change event with the given arguments, and call notifyListeners() with the event.
notifyListeners(Object, Object, Object, Object, Collection, IObjectFilter) - Method in interface com.taco.data.INotificationStrategy
Notify all listeners of a change of the value mapped to the argument key.
notifyListeners(PropertyChangeEvent, Collection, IObjectFilter) - Method in interface com.taco.data.INotificationStrategy
Notify all listeners of the argument event.
notifyListeners(Object, Object, Object, Object, Collection, IObjectFilter) - Method in class com.taco.data.WrappedObservableMap.WrappedNotificationStrategy
Create a new instance of PropertyChangeEvent by unwrapping the key and values, then call notifyListeners() with the event.
notifyListeners(PropertyChangeEvent, Collection, IObjectFilter) - Method in class com.taco.data.WrappedObservableMap.WrappedNotificationStrategy
Notify the listeners using the wrapped strategy.
notifyListeners(PropertyChangeEvent, Collection, IObjectFilter) - Method in class com.taco.swinger.SwingNotificationStrategy
Notify all listeners of a new property change event.
NULL_MAP_VALUE - Static variable in class com.taco.data.MapUtilities
A map value intended to represent a null value in a map.

O

OBJECT_TO_STRING_CONVERTER_KEY - Static variable in class com.taco.text.StringListUtilities
A key in the option map for converting lists to strings, which is mapped to an instance of IObjectToStringConverter that converts each element to a string.
ObjectArrayMapper - Class in com.taco.util
An object mapper that takes a collection or a object array and converts it to an object array.
ObjectArrayMapper() - Constructor for class com.taco.util.ObjectArrayMapper
 
ObservableMap - Class in com.taco.data
A concrete implementation of IObservableMap.
ObservableMap() - Constructor for class com.taco.data.ObservableMap
Create a new instance that uses a hash map factory, with a initial size of 16 entries, and a single-threaded notification strategy.
ObservableMap(INotificationStrategy) - Constructor for class com.taco.data.ObservableMap
Create a new instance that uses a hash map factory, with a initial size of 16 entries, and the argument notification strategy.
ObservableMap(IMapFactory, int, INotificationStrategy) - Constructor for class com.taco.data.ObservableMap
Construct a new instance that uses the argument factory to create a new map that provides storage for the new instance.
ObservableMap(Map) - Constructor for class com.taco.data.ObservableMap
Create a new instance that uses a hash map factory to make a copy of the argument map and a single-threaded notification strategy.
ObservableMap(Map, IMapFactory, INotificationStrategy) - Constructor for class com.taco.data.ObservableMap
 
ObservableMap(ObservableMap) - Constructor for class com.taco.data.ObservableMap
Create a new instance that uses a clone of the argument map's storage map for its own storage.
ObservableMap.EntrySet - Class in com.taco.data
The set used as the entry set of the map.
ObservableMap.EntrySet(Set) - Constructor for class com.taco.data.ObservableMap.EntrySet
 
ObservableMap.EntrySet.EntrySetIterator - Class in com.taco.data
An iterator over the entry set for this map, which is based on the the iterator over the entry set of the underlying storage map.
ObservableMap.EntrySet.EntrySetIterator() - Constructor for class com.taco.data.ObservableMap.EntrySet.EntrySetIterator
 
ObservableMap.EntrySet.ObservableEntry - Class in com.taco.data
 
ObservableMap.EntrySet.ObservableEntry(Map.Entry) - Constructor for class com.taco.data.ObservableMap.EntrySet.ObservableEntry
 
ObservableMap.ValueElement - Class in com.taco.data
The data structure that is used for map values.
ObservableMap.ValueElement(Object) - Constructor for class com.taco.data.ObservableMap.ValueElement
 
OCTAL_DIGITS - Static variable in class com.taco.text.CPunctuationState
A string of all possible octal digits.
octalEscaped - Variable in class com.taco.text.CPunctuationState
True if this instance is in a octal escaped context.
ONE - Static variable in class com.taco.util.ConstantIntMapper
An instance that always returns 1.
OPEN_BRACE_PATTERN - Static variable in class com.taco.text.StringListUtilities
A regex pattern for an open brace surrounded by optional whitespace.
OPEN_BRACKET_PATTERN - Static variable in class com.taco.text.StringListUtilities
A regex pattern for an open bracket surrounded by optional whitespace.
OPEN_PARENTHESIS_PATTERN - Static variable in class com.taco.text.StringListUtilities
A regex pattern for an open parenthesis surrounded by optional whitespace.
outChar - Variable in class com.taco.text.CPunctuationState
If set to something other than Character.MAX_VALUE, the character that was represented by the last character scanned.

P

padAlignLeft(CharSequence, int) - Static method in class com.taco.text.StringPadder
Return a char array of length n, that has up to n characters of the character sequence, padded with spaces on the left if necessary.
padAlignLeft(CharSequence, int, char) - Static method in class com.taco.text.StringPadder
Return a char array of length n, that has up to n characters of the character sequence, padded with instances of padChar on the left if necessary
padAlignRight(CharSequence, int) - Static method in class com.taco.text.StringPadder
Return a char array of length n, that has up to n characters of the character sequence, padded with spaces on the right if necessary.
padAlignRight(CharSequence, int, char) - Static method in class com.taco.text.StringPadder
Return a char array of length n, that has up to n characters of the character sequence, padded with instances of padChar on the right if necessary
parentheses - Variable in class com.taco.text.CPunctuationState
The number of opening parentheses ('(') yet to be closed.
PATH_SEPARATOR_PATTERN - Static variable in class com.taco.text.StringListUtilities
 
PatternToStringConverter - Class in com.taco.text
An implemenation of IObjectToStringConverter the converts a Pattern into a string which is the double quote-escaped version of its regex string.
PatternToStringConverter() - Constructor for class com.taco.text.PatternToStringConverter
Since this class is implemented as a singleton, the sole constructor is protected.
PointConverter - Class in com.taco.swinger.text2gui
A converter from strings and resource bundles to instances of Point.
PointConverter() - Constructor for class com.taco.swinger.text2gui.PointConverter
 
PREFIX_KEY - Static variable in class com.taco.text.StringListUtilities
A key in the option map for converting lists to strings, which is mapped to the prefix with which to start the string representation of the list.
PREFIX_PATTERN_KEY - Static variable in class com.taco.text.StringListUtilities
A key in the option map for converting strings to lists, which is mapped to a instance of Pattern indicating the prefix with which string representation of the list begins.
prependElements(Object[], LinkedList) - Static method in class com.taco.data.ArrayUtilities
Add the elements in the array to the front of the argument list, in the order that they appear in the array (The first element of the array becomes the first element of the list).
primitiveTypeForWrapperClass(Class) - Static method in class com.taco.lang.reflect.ReflectionUtilities
If c is a primitive wrapper class, return the class object for the type it wraps.
PROPERTY_PREFIX_PATTERN - Static variable in interface com.taco.text.ICommonRegexConstants
The pattern compiled from PROPERTY_PREFIX_REGEX_STRING.
PROPERTY_PREFIX_REGEX_STRING - Static variable in interface com.taco.text.ICommonRegexConstants
A regex string for the prefix of a property assignment.
propertyChange(PropertyChangeEvent) - Method in class com.taco.i18n.gui.LocaleSelectorPanel.LocaleSelectionListener
 
propertyChange(PropertyChangeEvent) - Method in class com.taco.text.CompositeConverter.CompositeUpdater
 
propertyChange(PropertyChangeEvent) - Method in class com.taco.text.CompositeConverter.DefaultMapConsistencyListener
 
propertyName - Variable in class com.taco.text.KeyLookupRecord.KeyDescriptor
The property name of the composite the key is associated with.
PunctuationStrippingConverter - Class in com.taco.text
A converter that strips leading and trailing punctuation from a string before delegating to another converter.
PunctuationStrippingConverter(IInterpolatingConverter, char) - Constructor for class com.taco.text.PunctuationStrippingConverter
Create a new instance that strips the argument leading punctuation character and the corresponding trailing punctuation character from strings.
purgeClearedValues() - Method in class com.taco.data.SoftValueMap
Remove all associations to values that have been cleared.
put(Object, Object) - Method in interface com.taco.data.IObservableMap
Put the key-value pair in the map.
put(Object, Object, boolean) - Method in interface com.taco.data.IObservableMap
Put the key-value pair in the map.
put(Object, Object, IObjectFilter) - Method in interface com.taco.data.IObservableMap
Put the key-value pair in the map.
put(Object, Object) - Method in class com.taco.data.MapToDictionaryAdapter
 
put(Object, Object) - Method in class com.taco.data.NoReturnMapAdapter
Overridden for efficiency.
put(Object, Object) - Method in class com.taco.data.ObservableMap
Call put(key, value, AcceptAllObjectFilter.instance) (notify all listeners).
put(Object, Object, boolean) - Method in class com.taco.data.ObservableMap
Associate value with key in the map.
put(Object, Object, IObjectFilter) - Method in class com.taco.data.ObservableMap
 
put(Object, Object) - Method in class com.taco.data.SoftValueMap
 
put(Object, Object) - Method in class com.taco.data.WrappedKeyValueMap
 
put(Object, Object) - Method in class com.taco.data.WrappedObservableMap
 
put(Object, Object, boolean) - Method in class com.taco.data.WrappedObservableMap
 
put(Object, Object, IObjectFilter) - Method in class com.taco.data.WrappedObservableMap
 
put(Object, Object) - Method in class com.taco.util.MultiLineProperties
 
putAll(Map) - Method in class com.taco.data.AbstractNoReturnMap
Add mappings of source to this instance using putNoReturn().
putAll(Map) - Method in interface com.taco.data.INoReturnMap
The implementation of this method should call putNoReturn() to put all mappings of source into the instance.
putAll(Map) - Method in interface com.taco.data.IObservableMap
Copy all of the mappings from the specified map to this map.
putAll(Map, boolean) - Method in interface com.taco.data.IObservableMap
Copy all of the mappings from the specified map to this map.
putAll(Map, IObjectFilter) - Method in interface com.taco.data.IObservableMap
Copy all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.taco.data.MapToDictionaryAdapter
 
putAll(Map) - Method in class com.taco.data.NoReturnMapAdapter
Overridden for efficiency.
putAll(Map) - Method in class com.taco.data.ObservableMap
Call putAll(sourceMap, true) (notify listeners).
putAll(Map, boolean) - Method in class com.taco.data.ObservableMap
Put all key / value pairs in the argument map in this map.
putAll(Map, IObjectFilter) - Method in class com.taco.data.ObservableMap
 
putAll(Map) - Method in class com.taco.data.WrappedObservableMap
 
putAll(Map, boolean) - Method in class com.taco.data.WrappedObservableMap
 
putAll(Map, IObjectFilter) - Method in class com.taco.data.WrappedObservableMap
 
putAll(Map) - Method in class com.taco.util.MultiLineProperties
 
putGlobal(String, Object, INoReturnMap) - Static method in class com.taco.text.GlobalUtilities
Attempt to set the value of the global variable with name globalName.
putNoReturn(Object, Object) - Method in class com.taco.data.AbstractNoReturnMap
This implementation simply calls put() -- there is no speed advantage to using this method.
putNoReturn(Object, Object) - Method in interface com.taco.data.INoReturnMap
 
putNoReturn(Object, Object, boolean) - Method in interface com.taco.data.INoReturnObservableMap
Associate value with key.
putNoReturn(Object, Object, IObjectFilter) - Method in interface com.taco.data.INoReturnObservableMap
 
putNoReturn(Object, Object) - Method in class com.taco.data.NoReturnMapAdapter
Overridden for efficiency.
putNoReturn(Object, Object) - Method in class com.taco.data.ObservableMap
Call putNoReturn(key, value, true) (notify all listeners).
putNoReturn(Object, Object, boolean) - Method in class com.taco.data.ObservableMap
Associate value with key in the map.
putNoReturn(Object, Object, IObjectFilter) - Method in class com.taco.data.ObservableMap
 
putNoReturn(Object, Object) - Method in class com.taco.data.WrappedKeyValueMap
 
putNoReturn(Object, Object) - Method in class com.taco.data.WrappedObservableMap
 
putNoReturn(Object, Object, boolean) - Method in class com.taco.data.WrappedObservableMap
 
putNoReturn(Object, Object, IObjectFilter) - Method in class com.taco.data.WrappedObservableMap
 

Q

QUOTED_STRING_REGEX_STRING - Static variable in interface com.taco.text.ICommonRegexConstants
A regex string for a quoted string.
QuotedStringConverter - Class in com.taco.text
A converter from both resource bundles and strings to strings.
QuotedStringConverter() - Constructor for class com.taco.text.QuotedStringConverter
 

R

RANGE_COLLECTION_CONVERTER - Static variable in interface com.taco.swinger.text2gui.ICommonGUIConverters
A converter pair that converts to collections of ranges.
RangeConverter - Class in com.taco.text
A converter to a 2-element int array representing a range.
RangeConverter() - Constructor for class com.taco.text.RangeConverter
 
RangeConverter(ResourceBundle, INoReturnMap) - Constructor for class com.taco.text.RangeConverter
 
readArgMap - Variable in class com.taco.text.InterpolatedValueMatchResult
True if the value from the argument map should be used for a value.
readArgMap - Variable in class com.taco.text.KeyLookupRecord.KeyDescriptor
True if the value from the argument map should be used for a value.
recordKeyLookup(String, IObjectMapper, IObjectMapper, boolean, boolean, boolean) - Method in class com.taco.text.KeyLookupRecord
Record that a lookup in the argument map has taken place using the argument key.
RectangleConverter - Class in com.taco.swinger.text2gui
A converter from strings and resource bundles to instances of Rectangle.
RectangleConverter() - Constructor for class com.taco.swinger.text2gui.RectangleConverter
 
referencedGlobalName - Variable in class com.taco.text.InterpolatedValueMatchResult
The name of the global variable this value references.
ReflectionUtilities - Class in com.taco.lang.reflect
A utility class that contains useful methods dealing with reflection.
ReflectionUtilities() - Constructor for class com.taco.lang.reflect.ReflectionUtilities
Since this class is a static utility class, its sole constructor is protected.
remove() - Method in class com.taco.data.AbstractNoReturnMap.NoReturnIterator
 
remove(Object[], Object) - Static method in class com.taco.data.ArrayUtilities
Remove all elements that match obj (via ==, not equals()) and return a possibly differently sized array that just has the non-matching elements.
remove(int) - Method in class com.taco.data.ListSet
 
remove(Object) - Method in class com.taco.data.ListSet
Remove obj from the list.
remove(int) - Method in class com.taco.data.ListToVectorAdapter
 
remove(Object) - Method in class com.taco.data.ListToVectorAdapter
 
remove(Object) - Method in class com.taco.data.MapToDictionaryAdapter
 
remove() - Method in class com.taco.data.ObservableMap.EntrySet.EntrySetIterator
 
remove(Object) - Method in class com.taco.data.ObservableMap.EntrySet
 
remove(Object) - Method in class com.taco.data.ObservableMap
 
remove(Object) - Method in class com.taco.data.SoftValueMap
 
remove(Object) - Method in class com.taco.data.SoftValueMap.SoftValueEntrySet
 
remove() - Method in class com.taco.data.SoftValueMap.SoftValueEntrySet.SoftValueEntryIterator
 
remove(Object) - Method in class com.taco.data.WrappedKeyValueMap
 
remove() - Method in class com.taco.data.WrappedKeyValueMap.WrappedEntryIterator
 
remove(Object) - Method in class com.taco.data.WrappedKeyValueMap.WrappedEntrySet
 
remove(Object) - Method in class com.taco.decorator.java.util.SetDecorator
 
remove() - Method in class com.taco.util.EnumerationToIteratorAdapter
Throw an UnsupportedOperationException, since enumerations don't have this ability.
remove() - Method in class com.taco.util.FilteredIterator
 
remove(Object) - Method in class com.taco.util.MultiLineProperties
 
REMOVE_MAP_VALUE - Static variable in class com.taco.data.MapUtilities
A value in an array passed to addMappings() that indicates the corresponding key should be removed.
removeAll(Collection) - Method in class com.taco.data.ListSet
Remove all elements in c.
removeAll(Collection) - Method in class com.taco.data.ListToVectorAdapter
 
removeAll(Collection) - Method in class com.taco.decorator.java.util.SetDecorator
 
removeAllElements() - Method in class com.taco.data.ListToVectorAdapter
 
removeBraces(char) - Method in class com.taco.text.InterpolatedValueMatchResult
If this instance represents a literal, try to remove the opening and closing braces from it, and adjust literal and s accordingly.
removeElement(Object) - Method in class com.taco.data.ListToVectorAdapter
 
removeElementAt(int) - Method in class com.taco.data.ListToVectorAdapter
 
removeElements(Collection, Object[]) - Static method in class com.taco.data.ArrayUtilities
Remove the elements in the argument array from the argument collection.
removeListener(PropertyChangeListener) - Method in interface com.taco.data.IObservableMap.IObservableEntry
Remove listener from the list of listeners to notify when the value of this entry is changed.
removeListener(PropertyChangeListener) - Method in class com.taco.data.ObservableMap.EntrySet.ObservableEntry
 
removeListener(PropertyChangeListener) - Method in class com.taco.data.ObservableMap.ValueElement
Try to remove the listener from the listener list.
removeListener(PropertyChangeListener) - Method in class com.taco.data.WrappedObservableMap.WrappedObservableEntry
 
removeNoReturn(Object) - Method in class com.taco.data.AbstractNoReturnMap
This implementation simply calls remove() -- there is no speed advantage to using this method.
removeNoReturn(Object) - Method in interface com.taco.data.INoReturnMap
 
removeNoReturn(Object) - Method in class com.taco.data.ObservableMap
 
removeNoReturn(Object) - Method in class com.taco.data.WrappedKeyValueMap
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface com.taco.data.IObservableMap
Remove listener from the list of listeners to notify when the value associated with key is changed.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class com.taco.data.ObservableMap
If listener is a listener for the argument key, remove it from the list of listeners for the key.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class com.taco.data.WrappedObservableMap
 
removeRange(int, int) - Method in class com.taco.data.ListToVectorAdapter
This really shouldn't be called, but for the sake of compatibility perform this function (it's slow though).
reset() - Method in class com.taco.text.CPunctuationState
Reset the state to be as it was just after construction.
reset() - Method in class com.taco.text.InterpolatedValueMatchResult
Reset all fields to their default state.
reset() - Method in class com.taco.text.KeyLookupRecord
Put this instance back into its initial state.
reset() - Method in class com.taco.text.MatchResult
Reset all fields to their default state.
resize(int[], int) - Static method in class com.taco.data.ArrayUtilities
Resize the int array to have the argument size, truncating elements if necessary.
resize(int[], int, IIntMapper) - Static method in class com.taco.data.ArrayUtilities
Resize the int array to have the argument size, truncating elements if necessary.
ResourceBundleFactory - Class in com.taco.util
A concrete implementation of IResourceBundleFactory.
ResourceBundleFactory() - Constructor for class com.taco.util.ResourceBundleFactory
 
retainAll(Collection) - Method in class com.taco.data.ListSet
Remove all elements not in c.
retainAll(Collection) - Method in class com.taco.data.ListToVectorAdapter
 
retainAll(Collection) - Method in class com.taco.decorator.java.util.SetDecorator
 
REVERSED_DOUBLE_QUOTE_PATTERN - Static variable in class com.taco.text.StringListUtilities
A regex pattern for a double quote mark prefixed by optional whitespace.
REVERSED_SINGLE_QUOTE_PATTERN - Static variable in class com.taco.text.StringListUtilities
A regex pattern for a single quote mark prefixed by optional whitespace.
REVERSED_SUFFIX_PATTERN_KEY - Static variable in class com.taco.text.StringListUtilities
A key in the option map for converting strings to lists, which is mapped to a instance of Pattern indicating the suffix with which string representation of the list ends.
ReversedCharSequence - Class in com.taco.text
A CharSequence that represents the reversed version of another CharSequence, but avoids copying whenever possible.
ReversedCharSequence(CharSequence) - Constructor for class com.taco.text.ReversedCharSequence
Construct a new instance that is the reversed version of the argument sequence.
RigidAreaConverter - Class in com.taco.swinger.text2gui
A converter to rigid areas.
RigidAreaConverter() - Constructor for class com.taco.swinger.text2gui.RigidAreaConverter
 
run() - Method in class com.taco.swinger.SwingCompute
Call _compute(), but do not throw any exceptions.
run() - Method in class com.taco.swinger.SwingNotificationStrategy.NotifyTask
 
runInEventDispatchingThread() - Method in class com.taco.swinger.SwingWorker
Execute the construct() and finished() methods in the current thread, which should be the event dispatching thread.

S

s - Variable in class com.taco.text.MatchResult
The string that this result covers.
SEPARATOR_KEY - Static variable in class com.taco.text.StringListUtilities
A key in the option map for converting lists to strings, which is mapped to a separator between the string representations of elements in the list.
SEPARATOR_PATTERN_KEY - Static variable in class com.taco.text.StringListUtilities
A key in the option map for converting strings to lists, which is mapped to a instance of Pattern indicating the separator between elements.
SeparatorConverter - Class in com.taco.swinger.text2gui
A converter to separator for toolbars or menu items.
SeparatorConverter() - Constructor for class com.taco.swinger.text2gui.SeparatorConverter
 
set(int, Object) - Method in class com.taco.data.ListSet
If the set does not contain an equivalent element, replace the ith element with obj and return obj.
set(int, Object, boolean) - Method in class com.taco.data.ListSet
 
set(int, Object) - Method in class com.taco.data.ListToVectorAdapter
 
setAcceptDirectories(boolean) - Method in class com.taco.swinger.filechooser.ExtensionFileFilter
Set whether or not this instance accepts directories.
setColumnIdentifiers(Object[]) - Method in class com.taco.swinger.table.FastTableModel
 
setCommentForProperty(String, String) - Method in class com.taco.util.MultiLineProperties
Set the comment associated with the property with argument name.
setComponentAddStrategyProvider(IComponentAddStrategyProvider) - Method in class com.taco.swinger.text2gui.DispatchingComponentConverter
Set the provider of component add strategies.
setData(Object) - Method in class com.taco.swinger.SwingWorker
Used to set any data that should be passed to the worker thread.
setDataVector(Object[][], Object[]) - Method in class com.taco.swinger.table.FastTableModel
 
SetDecorator - Class in com.taco.decorator.java.util
A decorator for java.util.Set.
SetDecorator(Set) - Constructor for class com.taco.decorator.java.util.SetDecorator
 
setDescription(String) - Method in class com.taco.swinger.filechooser.ExtensionFileFilter
Set the description.
setElementAt(Object, int) - Method in class com.taco.data.ListToVectorAdapter
 
setExtensions(String[]) - Method in class com.taco.swinger.filechooser.ExtensionFileFilter
Set the extension array to the argument, which is NOT copied.
setListeners(Collection) - Method in interface com.taco.data.IObservableMap.IObservableEntry
Set the collection of listeners to be notified when the value of this entry is changed.
setListeners(Collection) - Method in class com.taco.data.ObservableMap.EntrySet.ObservableEntry
 
setListeners(Collection) - Method in class com.taco.data.ObservableMap.ValueElement
Set the listeners of changes to the associated key.
setListeners(Collection) - Method in class com.taco.data.WrappedObservableMap.WrappedObservableEntry
 
setLocale(Locale) - Method in class com.taco.i18n.gui.LocaleSelectorPanel
 
setLocale(Locale) - Method in class com.taco.util.AccessibleResourceBundle
Set the locale of this bundle.
setNotificationStrategy(INotificationStrategy) - Method in class com.taco.data.DelayedResultObservableMap
Wrap the argument strategy so that listeners are notified with the unwrapped keys and values.
setNotificationStrategy(INotificationStrategy) - Method in interface com.taco.data.IObservableMap
Set the strategy used to notify listeners of key changes.
setNotificationStrategy(INotificationStrategy) - Method in class com.taco.data.ObservableMap
Set the strategy used to notify listeners.
setNotificationStrategy(INotificationStrategy) - Method in class com.taco.data.WrappedObservableMap
Wrap the argument strategy so that listeners are notified with the unwrapped keys and values.
setNumRows(int) - Method in class com.taco.swinger.table.FastTableModel
 
setParent(ResourceBundle) - Method in class com.taco.util.AccessibleResourceBundle
Set the parent of the resource bundle.
setPriority(int) - Method in class com.taco.swinger.SwingWorker
Set the thread priority if it exists.
setProperty(Object, String, Object, boolean) - Static method in class com.taco.lang.reflect.ReflectionUtilities
Set a property of a bean.
setProperty(Object, Object, Object, Map) - Method in class com.taco.swinger.text2gui.ContainerConverter.SetContentsAction
 
setProperty(Object, Object, Object, Map) - Method in class com.taco.swinger.text2gui.JContainerConverter.SetContentsAction
 
setProperty(Object, Object, Object, Map) - Method in class com.taco.swinger.text2gui.JTabbedPaneConverter.TabAdder
 
setProperty(Object, Object, Object, Map) - Method in interface com.taco.text.CompositeConverter.ISetPropertyAction
Set the property of the composite.
setProperty(Object, Object, Object, Map) - Method in class com.taco.text.CompositeConverter.ReflectionSetPropertyAction
 
setPropertyChangeListeners(String, Collection) - Method in interface com.taco.data.IObservableMap
Set the collection of listeners to be notified when the value associated with key is changed.
setPropertyChangeListeners(String, Collection) - Method in class com.taco.data.ObservableMap
Set the collection of listeners to be notified when the value associated with key is changed.
setPropertyChangeListeners(String, Collection) - Method in class com.taco.data.WrappedObservableMap
 
setPropertyName(String) - Method in class com.taco.text.KeyLookupRecord
Associate the next argument map key with propertyName the next time recordKeyLookup() is called.
setSelectedLocale(Locale) - Method in class com.taco.i18n.gui.LocaleSelectorPanel
 
setSize(int) - Method in class com.taco.data.ListToVectorAdapter
 
setUseSoftCache(boolean) - Method in class com.taco.util.CachedKeysResourceBundle
Switch the caching mode.
SetUtilities - Class in com.taco.data
A utility class for sets.
SetUtilities() - Constructor for class com.taco.data.SetUtilities
This class should not be instantiated, so the sole constructor is protected.
setValue(Object) - Method in class com.taco.data.AbstractNoReturnMap.NoReturnEntry
 
setValue(Object, boolean) - Method in interface com.taco.data.IObservableMap.IObservableEntry
Set the value and notify listeners of the change if notifyListeners is true.
setValue(Object, IObjectFilter) - Method in interface com.taco.data.IObservableMap.IObservableEntry
Set the value and notify listeners that are accepted by the filter of the change.
setValue(Object) - Method in class com.taco.data.ObservableMap.EntrySet.ObservableEntry
 
setValue(Object, boolean) - Method in class com.taco.data.ObservableMap.EntrySet.ObservableEntry
Return null if the value is being put already.
setValue(Object, IObjectFilter) - Method in class com.taco.data.ObservableMap.EntrySet.ObservableEntry
 
setValue(Object) - Method in class com.taco.data.ObservableMap.ValueElement
Set the mapped value to the argument, returning the old value.
setValue(Object) - Method in class com.taco.data.SimpleMapEntry
 
setValue(Object) - Method in class com.taco.data.SoftValueMap.SoftValueEntrySet.SoftValueMapEntry
 
setValue(Object) - Method in class com.taco.data.WrappedKeyValueMap.WrappedEntry
 
setValue(Object) - Method in class com.taco.data.WrappedObservableMap.WrappedObservableEntry
 
setValue(Object, boolean) - Method in class com.taco.data.WrappedObservableMap.WrappedObservableEntry
 
setValue(Object, IObjectFilter) - Method in class com.taco.data.WrappedObservableMap.WrappedObservableEntry
 
setValue(Object) - Method in class com.taco.swinger.SwingWorker
Set the value produced by worker thread
setValueNoReturn(Object) - Method in class com.taco.data.AbstractNoReturnMap.NoReturnEntry
This simply calls setValue().
setValueNoReturn(Object) - Method in interface com.taco.data.INoReturnMap.INoReturnEntry
 
setValueNoReturn(Object, boolean) - Method in interface com.taco.data.INoReturnObservableMap.INoReturnObservableEntry
Set the value and notify listeners of the change if notifyListeners is true.
setValueNoReturn(Object, IObjectFilter) - Method in interface com.taco.data.INoReturnObservableMap.INoReturnObservableEntry
Set the value and notify listeners that are accepted by the filter of the change.
setValueNoReturn(Object) - Method in class com.taco.data.ObservableMap.EntrySet.ObservableEntry
 
setValueNoReturn(Object, boolean) - Method in class com.taco.data.ObservableMap.EntrySet.ObservableEntry
 
setValueNoReturn(Object, IObjectFilter) - Method in class com.taco.data.ObservableMap.EntrySet.ObservableEntry
 
setValueNoReturn(Object) - Method in class com.taco.data.SimpleMapEntry
This simply calls setValue().
setValueNoReturn(Object) - Method in class com.taco.data.WrappedKeyValueMap.WrappedEntry
 
setValueNoReturn(Object) - Method in class com.taco.data.WrappedObservableMap.WrappedObservableEntry
 
setValueNoReturn(Object, boolean) - Method in class com.taco.data.WrappedObservableMap.WrappedObservableEntry
 
setValueNoReturn(Object, IObjectFilter) - Method in class com.taco.data.WrappedObservableMap.WrappedObservableEntry
 
simpleClassName(Class) - Static method in class com.taco.lang.ClassUtilities
Return the simple class name for the given class object.
simpleClassName(String) - Static method in class com.taco.lang.ClassUtilities
Return the simple class name for the given qualified class name.
SimpleMapEntry - Class in com.taco.data
A concrete implementation of Map.Entry.
SimpleMapEntry(Object, Object) - Constructor for class com.taco.data.SimpleMapEntry
 
SINGLE_QUOTE_PATTERN - Static variable in class com.taco.text.StringListUtilities
A regex pattern for a single quote mark prefixed by optional whitespace.
SINGLE_QUOTE_SEPARATOR_PATTERN - Static variable in class com.taco.text.StringListUtilities
 
SINGLE_THREADED_STRATEGY - Static variable in interface com.taco.data.IObservableMap
An instance of INotificationStrategy which notifies all listeners in order using the same thread.
singleQuoted - Variable in class com.taco.text.CPunctuationState
True if this instance is in a single-quoted context.
size() - Method in class com.taco.data.ListSet
 
size() - Method in class com.taco.data.ListToVectorAdapter
 
size() - Method in class com.taco.data.MapToDictionaryAdapter
 
size() - Method in class com.taco.data.NoReturnMapAdapter
Overridden for efficiency.
size() - Method in class com.taco.data.ObservableMap
 
size() - Method in class com.taco.data.SoftValueMap
 
size() - Method in class com.taco.data.SoftValueMap.SoftValueEntrySet
 
size() - Method in class com.taco.data.WrappedKeyValueMap
 
size() - Method in class com.taco.data.WrappedKeyValueMap.WrappedEntrySet
 
size() - Method in class com.taco.decorator.java.util.SetDecorator
 
size() - Method in class com.taco.util.MultiLineProperties
 
SIZE_UNITS_DISPLAY_OPTION_BIGGEST_FIT - Static variable in interface com.taco.text.IFileSizeDisplayConstants
 
SIZE_UNITS_DISPLAY_OPTION_BYTES - Static variable in interface com.taco.text.IFileSizeDisplayConstants
 
SIZE_UNITS_DISPLAY_OPTION_GIGABYTES - Static variable in interface com.taco.text.IFileSizeDisplayConstants
 
SIZE_UNITS_DISPLAY_OPTION_KILOBYTES - Static variable in interface com.taco.text.IFileSizeDisplayConstants
 
SIZE_UNITS_DISPLAY_OPTION_MEGABYTES - Static variable in interface com.taco.text.IFileSizeDisplayConstants
 
SMART_SEPARATE_KEY - Static variable in class com.taco.text.StringListUtilities
A key in the option map for converting strings to lists, which is mapped to a Boolean indicating whether substrings within a string representing a list should be parsed using C-style syntax, so that parentheses are matched.
smartStringSeparate(String, Pattern) - Static method in class com.taco.text.StringListUtilities
Separate the argument string into a list of strings around the separator pattern when the context is appropriate.
SOFT_BEVEL_BORDER_CONVERTER - Static variable in class com.taco.swinger.text2gui.border.BevelBorderConverter
The instance of BevelBorderConverter for soft bevel borders.
SoftValueMap - Class in com.taco.data
A map whose values may disappear when no strong references to them exist.
SoftValueMap() - Constructor for class com.taco.data.SoftValueMap
 
SoftValueMap(int) - Constructor for class com.taco.data.SoftValueMap
 
SoftValueMap(Map) - Constructor for class com.taco.data.SoftValueMap
 
SoftValueMap(IMapFactory, int) - Constructor for class com.taco.data.SoftValueMap
 
SoftValueMap(IMapFactory, Map) - Constructor for class com.taco.data.SoftValueMap
 
SoftValueMap.SoftValue - Class in com.taco.data
The values actually put into the storage map.
SoftValueMap.SoftValue(Object, Object) - Constructor for class com.taco.data.SoftValueMap.SoftValue
 
SoftValueMap.SoftValueEntrySet - Class in com.taco.data
A class that acts as the entry set of a SoftValueMap.
SoftValueMap.SoftValueEntrySet() - Constructor for class com.taco.data.SoftValueMap.SoftValueEntrySet
 
SoftValueMap.SoftValueEntrySet.SoftValueEntryIterator - Class in com.taco.data
An iterator over the entry set.
SoftValueMap.SoftValueEntrySet.SoftValueEntryIterator() - Constructor for class com.taco.data.SoftValueMap.SoftValueEntrySet.SoftValueEntryIterator
 
SoftValueMap.SoftValueEntrySet.SoftValueMapEntry - Class in com.taco.data
Represents a map entry in the entry set.
SoftValueMap.SoftValueEntrySet.SoftValueMapEntry(Map.Entry) - Constructor for class com.taco.data.SoftValueMap.SoftValueEntrySet.SoftValueMapEntry
 
split(String, Map) - Static method in class com.taco.text.StringListUtilities
Split the argument string into substrings to be converted to objects.
start() - Method in class com.taco.swinger.SwingWorker
Start the worker thread.
startIndex - Variable in class com.taco.text.MatchResult
The start index of this result.
startsWith(CharSequence, CharSequence, int, boolean) - Static method in class com.taco.text.StringUtilities
Like String.startsWith(String, int), but take instances of CharSequence, and allow the comparison to be done case-insensitively.
store(OutputStream, String) - Method in class com.taco.util.MultiLineProperties
 
STRING_COLLECTION_CONVERTER - Static variable in class com.taco.text.CollectionConverter
A converter to collections of strings.
STRING_TO_OBJECT_CONVERTER_KEY - Static variable in class com.taco.text.StringListUtilities
A key in the option map for converting strings to lists, which is mapped to an instance of IStringToObjectConverter that converts each element substring to an object in the list.
StringConverter - Class in com.taco.text
A converter from both resource bundles and strings to strings.
StringConverter() - Constructor for class com.taco.text.StringConverter
Create a new instance whose implementation of IStringToObjectConverter is incapable of resolving references.
StringConverter(ResourceBundle, INoReturnMap) - Constructor for class com.taco.text.StringConverter
Create a new instance whose implementation of IStringToObjectConverter uses the specified resource bundle and argument map to resolve references.
StringConverterUtilities - Class in com.taco.text
Utility functions for converting interpolated strings.
StringConverterUtilities() - Constructor for class com.taco.text.StringConverterUtilities
 
StringListUtilities - Class in com.taco.text
A utility class for converting strings to and from lists of objects.
StringListUtilities() - Constructor for class com.taco.text.StringListUtilities
This class is a static utility class, so its sole constructor is protected to allow subclassing but disallow instantiation.
StringPadder - Class in com.taco.text
A utility class for padding strings to fit a certain field width.
StringPadder() - Constructor for class com.taco.text.StringPadder
 
StringToBeanShellInstanceConverter - Class in com.taco.text
A converter from a string that specifies an instance of an object to an object.
StringToBeanShellInstanceConverter() - Constructor for class com.taco.text.StringToBeanShellInstanceConverter
Construct an instance that does not impose a type constraint on returned objects, puts no variables into the BeanShell environment, and adds no imports to the BeanShell environment.
StringToBeanShellInstanceConverter(Map) - Constructor for class com.taco.text.StringToBeanShellInstanceConverter
Construct an instance that does not impose a type constraint on returned objects.
StringToBeanShellInstanceConverter(Class) - Constructor for class com.taco.text.StringToBeanShellInstanceConverter
Construct an instance that imposes a type constraint on returned objects and puts no variables into the BeanShell environment.
StringToBeanShellInstanceConverter(Collection) - Constructor for class com.taco.text.StringToBeanShellInstanceConverter
Construct an instance that does not impose a type constraint on returned objects, puts no variables into the BeanShell environment.
StringToBeanShellInstanceConverter(Class, Map) - Constructor for class com.taco.text.StringToBeanShellInstanceConverter
Construct an instance that imposes a type constraint on returned objects.
StringToBeanShellInstanceConverter(Class, Collection) - Constructor for class com.taco.text.StringToBeanShellInstanceConverter
Construct an instance that imposes a type constraint on returned objects.
StringToBeanShellInstanceConverter(Map, Collection) - Constructor for class com.taco.text.StringToBeanShellInstanceConverter
Construct an instance that does not impose a type constraint on returned objects.
StringToBeanShellInstanceConverter(Class, Map, Collection) - Constructor for class com.taco.text.StringToBeanShellInstanceConverter
Construct an instance that imposes a type constraint on returned objects.
StringToBeanShellInstanceConverter(Class, Map, Collection, Collection) - Constructor for class com.taco.text.StringToBeanShellInstanceConverter
Construct an instance that imposes a type constraint on returned objects.
StringToBooleanConverter - Class in com.taco.text
A converter from strings to instances of Boolean.
StringToBorderLayoutConstraintConverter - Class in com.taco.swinger.text2gui
A converter from strings to constraints used for BorderLayout, such as BorderLayout.NORTH.
StringToCharacterConverter - Class in com.taco.text
A string to object converter that converts strings into instances of Character.
StringToClassConverter - Class in com.taco.text
An implementation of IStringToObjectConverter that converts a string, interpreted as a fully qualified class name, into a class object.
StringToClassConverter() - Constructor for class com.taco.text.StringToClassConverter
The sole constructor is protected because this is a singleton.
StringToCloseOperationConverter - Class in com.taco.swinger.text2gui
A converter from strings to closing operation identifiers.
StringToColorConverter - Class in com.taco.swinger.text2gui
A converter from strings to colors, using Color.decode().
StringToColorConverter() - Constructor for class com.taco.swinger.text2gui.StringToColorConverter
Since this class is implemented as a singleton, its sole constructor is protected.
StringToComponentOrientationConverter - Class in com.taco.swinger.text2gui
A converter from strings to instances of ComponentOrientation.
StringToCursorConverter - Class in com.taco.swinger.text2gui
A converter from strings to cursors.
StringToCursorConverter() - Constructor for class com.taco.swinger.text2gui.StringToCursorConverter
Since this class is implemented as a singleton, its sole constructor is protected.
StringToDoubleConverter - Class in com.taco.text
A string to object converter that converts number strings into instances of Double.
StringToFloatConverter - Class in com.taco.text
A string to object converter that converts number strings into instances of Float.
StringToFontConverter - Class in com.taco.swinger.text2gui
An implementation of IStringToObjectConverter that converts strings to fonts using Font.decode().
StringToFontConverter() - Constructor for class com.taco.swinger.text2gui.StringToFontConverter
Since this class is implemented as a singleton, its sole constructor is protected.
StringToInstanceConverter - Class in com.taco.text
An implementation of IStringToObjectConverter that converts a string, interpreted as a fully qualified class name, into a new instance of the class denoted by s by interpreting the string as a Java literal or using reflection to create an instance of an object.
StringToInstanceConverter() - Constructor for class com.taco.text.StringToInstanceConverter
Construct an instance that does not impose a type constraint on returned objects.
StringToInstanceConverter(Class) - Constructor for class com.taco.text.StringToInstanceConverter
Construct an instance which checks that returned objects are instances of subclasses or implementations of the argument class or interface.
StringToIntegerConverter - Class in com.taco.text
A string to object converter that converts number strings into instances of Integer.
StringToKeyCodeConverter - Class in com.taco.swinger.text2gui
A converter from strings to key codes.
StringToKeyStrokeConverter - Class in com.taco.swinger.text2gui
A converter from strings to instances of KeyStroke.
StringToLayerConverter - Class in com.taco.swinger.text2gui
A converter from strings to layer identifiers.
StringToLocaleConverter - Class in com.taco.text
A converter from strings to instances of Locale.
StringToLongConverter - Class in com.taco.text
A string to object converter that converts number strings into instances of Long.
StringToPatternConverter - Class in com.taco.text
An implementation of IStringToObjectConverter that converts a double-quoted regex string into an instance of Pattern.
StringToSelectionModeConverter - Class in com.taco.swinger.text2gui
A converter from strings to selection modes used by JList and JTable.
StringToSwingConstantConverter - Class in com.taco.swinger.text2gui
A converter from strings to SwingConstants.
StringUtilities - Class in com.taco.text
Miscellaneous utilities functions for strings.
StringUtilities() - Constructor for class com.taco.text.StringUtilities
Since this class is a static utility class, its sole constructor is protected.
StrutConverter - Class in com.taco.swinger.text2gui
A converter to a strut.
StrutConverter(char, int) - Constructor for class com.taco.swinger.text2gui.StrutConverter
Create a new instance that uses the argument default orientation and length if not explicitly specified.
StrutConverter() - Constructor for class com.taco.swinger.text2gui.StrutConverter
Construct a new instance that creates horizontal struts of length 10 if not explicitly specified.
subList(int, int) - Method in class com.taco.data.ListSet
The returned value is not a ListSet nor does it implement the Set interface!
subList(int, int) - Method in class com.taco.data.ListToVectorAdapter
 
subSequence(int, int) - Method in class com.taco.text.ReversedCharSequence
 
SUFFIX_KEY - Static variable in class com.taco.text.StringListUtilities
A key in the option map for converting lists to strings, which is mapped to the suffix with which to end the string representation of the list.
SwingCompute - Class in com.taco.swinger
A class that computes a value in the event-dispatch thread, whether the caller is running in the event-dispatch thread or not.
SwingCompute() - Constructor for class com.taco.swinger.SwingCompute
 
SwingDelayedResult - Class in com.taco.swinger
A delayed result that is computed in the event dispatch thread.
SwingDelayedResult() - Constructor for class com.taco.swinger.SwingDelayedResult
Construct a new instance that doesn't cache its result.
SwingDelayedResult(boolean) - Constructor for class com.taco.swinger.SwingDelayedResult
Construct a new instance that caches its result if the argument is true.
SwingInvokeProxyFactory - Class in com.taco.swinger
A static utility class that creates implementations of interfaces whose methods all execute on the event dispatch thread.
SwingInvokeProxyFactory() - Constructor for class com.taco.swinger.SwingInvokeProxyFactory
 
SwingNotificationStrategy - Class in com.taco.swinger
A notification strategy that notifies each listener using the event-dispatching thread.
SwingNotificationStrategy() - Constructor for class com.taco.swinger.SwingNotificationStrategy
Since this class is implemented as a singleton, its sole constructor is protected.
SwingNotificationStrategy.NotifyTask - Class in com.taco.swinger
A task which notifies a listener of an event.
SwingNotificationStrategy.NotifyTask(PropertyChangeListener, PropertyChangeEvent) - Constructor for class com.taco.swinger.SwingNotificationStrategy.NotifyTask
 
SwingWorker - Class in com.taco.swinger
This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
SwingWorker() - Constructor for class com.taco.swinger.SwingWorker
Start a thread that will call the construct method and then exit.
SynchronizedProxyFactory - Class in com.taco.lang.reflect
A static utility class that creates synchronized implementations of interfaces based on unsynchronized implementations.
SynchronizedProxyFactory() - Constructor for class com.taco.lang.reflect.SynchronizedProxyFactory
 

T

TableColumnConverter - Class in com.taco.swinger.text2gui
A converter that create instances of TableColumn.
TableColumnConverter() - Constructor for class com.taco.swinger.text2gui.TableColumnConverter
 
TableColumnModelConverter - Class in com.taco.swinger.text2gui
A converter that create instances of DefaultTableColumnModel.
TableColumnModelConverter() - Constructor for class com.taco.swinger.text2gui.TableColumnModelConverter
 
test(IInterpolatingStringToObjectConverter, String[]) - Static method in class com.taco.text.StringConverterUtilities
Call test(IInterpolatingStringToObjectConverter, String[], ResourceBundle, INoReturnMap) with a null bundle and a new observable map.
test(IInterpolatingStringToObjectConverter, String[], ResourceBundle, INoReturnMap) - Static method in class com.taco.text.StringConverterUtilities
A simple test program for an interpolating string to object converter.
testOrdinaryConverter(IStringToObjectConverter, String[]) - Static method in class com.taco.text.StringConverterUtilities
A simple test program for an ordinary string to object converter.
TitledBorderConverter - Class in com.taco.swinger.text2gui.border
A class that converts strings and resource bundles to titled borders.
TitledBorderConverter(InterpolatingConverter) - Constructor for class com.taco.swinger.text2gui.border.TitledBorderConverter
Construct a new instance that uses the argument to convert the inner border of borders returned by this instance.
TO_BRACKETED_STRING_OPTION_MAP - Static variable in class com.taco.text.StringListUtilities
 
TO_DOUBLE_QUOTED_STRING_OPTION_MAP - Static variable in class com.taco.text.StringListUtilities
 
TO_INSTANCE_LIST_OPTION_MAP - Static variable in class com.taco.text.StringListUtilities
An option map containing the key STRING_TO_OBJECT_CONVERTER_KEY mapped to StringToInstanceConverter.instance and the key SMART_SEPARATE_KEY mapped to Boolean.FALSE.
TO_PATTERN_LIST_OPTION_MAP - Static variable in class com.taco.text.StringListUtilities
 
toArray() - Method in class com.taco.data.ListToVectorAdapter
 
toArray(Object[]) - Method in class com.taco.data.ListToVectorAdapter
 
toArray() - Method in class com.taco.decorator.java.util.SetDecorator
 
toArray(Object[]) - Method in class com.taco.decorator.java.util.SetDecorator
 
toColor(String) - Static method in class com.taco.swinger.text2gui.StringToColorConverter
If s is empty, throw a ParseException.
toComponent(ResourceBundle, String, INoReturnMap) - Method in class com.taco.swinger.text2gui.DispatchingComponentConverter
Return the result of converting the bundle key to a component.
toIntArray(Collection) - Static method in class com.taco.data.CollectionUtilities
Convert the collection of instances of Number to an array of ints.
toKeyCode(String) - Static method in class com.taco.swinger.text2gui.StringToKeyCodeConverter
Look for a field in KeyEvent named "VK_" + s.toUpperCase().
toMapValueConverter - Variable in class com.taco.text.KeyLookupRecord.KeyDescriptor
Specifies how to convert a property value of the composite to a value to be put in the argument map.
toMapValueConverterString - Variable in class com.taco.text.InterpolatedValueMatchResult
The string that represents the converter from the value actually used to the argument map value.
toMatrix(Collection, Object[][]) - Static method in class com.taco.data.ArrayUtilities
Given a collection of sub-collections that represent row data, convert the collection into a 2D array with the same type as the argument matrix.
toObject(String, ResourceBundle, INoReturnMap, KeyLookupRecord) - Method in class com.taco.swinger.text2gui.ComponentAddStrategy
Convert a string representing a constraint to an actual constraint.
toObject(ResourceBundle, String, INoReturnMap, KeyLookupRecord) - Method in class com.taco.swinger.text2gui.ComponentAddStrategy
Convert a set of resource bundle keys representing a constraint to an actual constraint.
toObject(ResourceBundle, String, INoReturnMap, KeyLookupRecord) - Method in class com.taco.swinger.text2gui.ComponentConstraintPairConverter
There is no point in overriding _toObject() instead since we don't expect to put an instance of ComponentAndSavedConstraintData in the global variable space.
toObject(String) - Method in class com.taco.swinger.text2gui.StringToColorConverter
Return the result of toColor(s).
toObject(String) - Method in class com.taco.swinger.text2gui.StringToComponentOrientationConverter
 
toObject(String) - Method in class com.taco.swinger.text2gui.StringToCursorConverter
 
toObject(String) - Method in class com.taco.swinger.text2gui.StringToFontConverter
Call Font.decode() on the string.
toObject(String) - Method in class com.taco.swinger.text2gui.StringToKeyCodeConverter
Return an Integer wrapping the key code returned by toKeyCode(s).
toObject(String) - Method in class com.taco.swinger.text2gui.StringToKeyStrokeConverter
 
toObject(String) - Method in class com.taco.swinger.text2gui.StringToLayerConverter
 
toObject(String) - Method in class com.taco.text.AbstractInterpolatingStringToObjectConverter
Implement IStringToObjectConverter by using the default resource bundle and argument map specified by the constructor.
toObject(String, ResourceBundle, INoReturnMap, KeyLookupRecord) - Method in class com.taco.text.ChainedInterpolatingConverter
Use the decoratee to convert the string, then pass the result to the object mapper to obtain the final result.
toObject(ResourceBundle, String, INoReturnMap, KeyLookupRecord) - Method in class com.taco.text.ChainedInterpolatingConverter
Use the decoratee to convert the bundle key, then pass the result to the object mapper to obtain the final result.
toObject(String) - Method in class com.taco.text.DefaultStringToObjectConverter
Return the argument.
toObject(String, ResourceBundle, INoReturnMap, KeyLookupRecord) - Method in interface com.taco.text.IInterpolatingStringToObjectConverter
 
toObject(ResourceBundle, String, INoReturnMap, KeyLookupRecord) - Method in class com.taco.text.InterpolatingConverter
Call _toObject(bundle, baseKey, argMap, context).
toObject(String, ResourceBundle, INoReturnMap, KeyLookupRecord) - Method in class com.taco.text.InterpolatingConverter
If s is a reference, resolve it using this instance as both the resource and string converter for the eventual literal.
toObject(InterpolatedValueMatchResult, ResourceBundle, INoReturnMap, KeyLookupRecord) - Method in class com.taco.text.InterpolatingConverter
Given a result that has just been parsed from a literal, return the object meant by the result.
toObject(String) - Method in interface com.taco.text.IStringToObjectConverter
 
toObject(String) - Method in class com.taco.text.MappedStringToObjectConverter
See if the string is mapped to a value.
toObject(ResourceBundle, String, INoReturnMap, KeyLookupRecord) - Method in class com.taco.text.PunctuationStrippingConverter
Simply delegate to the converter specified in the constructor.
toObject(String) - Method in class com.taco.text.StringToBooleanConverter
If the string is null or empty, return Boolean.FALSE.
toObject(String) - Method in class com.taco.text.StringToCharacterConverter
 
toObject(String) - Method in class com.taco.text.StringToClassConverter
 
toObject(String) - Method in class com.taco.text.StringToDoubleConverter
Convert the string using Double.valueOf().
toObject(String) - Method in class com.taco.text.StringToFloatConverter
Convert the string using Float.valueOf().
toObject(String) - Method in class com.taco.text.StringToInstanceConverter
 
toObject(String) - Method in class com.taco.text.StringToIntegerConverter
Convert the string using Integer.decode().
toObject(String) - Method in class com.taco.text.StringToLocaleConverter
 
toObject(String) - Method in class com.taco.text.StringToLongConverter
Convert the string using Long.decode().
toObject(String) - Method in class com.taco.text.StringToPatternConverter
 
toObject(ResourceBundle, String, INoReturnMap, KeyLookupRecord) - Method in interface com.taco.util.IInterpolatingResourceBundleToObjectConverter
 
toObjectArray(Object) - Static method in class com.taco.util.ObjectArrayMapper
If the argument is an instance of Object[], return it immediately.
toRangeList(int[]) - Static method in class com.taco.text.RangeConverter
Convert an array of indices into a list of ranges.
toString(int[]) - Static method in class com.taco.data.ArrayUtilities
Return the comma-separated string representing the elements of array, surrounded by brackets.
toString() - Method in class com.taco.data.SimpleMapEntry
 
toString() - Method in class com.taco.swinger.filechooser.ExtensionFileFilter
 
toString() - Method in class com.taco.swinger.text2gui.ComponentConstraintPair
 
toString() - Method in class com.taco.swinger.text2gui.LayoutAndComponentAddStrategy
 
toString(Object) - Method in class com.taco.text.AbstractObjectToStringConverter
 
toString(Object) - Method in class com.taco.text.ClassToStringConverter
Return the name of the class object of obj, according to obj.getClass().getName().
toString(Object) - Method in class com.taco.text.CollectionToStringConverter
 
toString() - Method in class com.taco.text.CPunctuationState
 
toString(Object) - Method in class com.taco.text.DefaultObjectToStringConverter
 
toString(Object) - Method in class com.taco.text.IntArrayToStringConverter
Cast obj to int[], and return the result of ArrayUtilities.toString() on the array.
toString() - Method in class com.taco.text.InterpolatedValueMatchResult
 
toString(Object) - Method in interface com.taco.text.IObjectToStringConverter
 
toString() - Method in class com.taco.text.KeyLookupRecord.KeyDescriptor
 
toString() - Method in class com.taco.text.MatchResult
 
toString(Object) - Method in class com.taco.text.PatternToStringConverter
 
toString(ResourceBundle, String, INoReturnMap) - Method in class com.taco.text.QuotedStringConverter
A convenience method that returns the result casted to a string.
toString() - Method in class com.taco.text.ReversedCharSequence
 
toString(String, ResourceBundle, INoReturnMap) - Method in class com.taco.text.StringConverter
Call toObject() with the same argument and cast the result to a String.
toString(ResourceBundle, String, INoReturnMap) - Method in class com.taco.text.StringConverter
Call toObject() with the same argument and cast the result to a String.
TREE_MAP_FACTORY - Static variable in interface com.taco.data.IMapFactory
A map factory that creates tree maps.
TREE_SET_FACTORY - Static variable in interface com.taco.data.ICollectionFactory
A factory that creates instances of TreeSet.
TreePathConverter - Class in com.taco.swinger.text2gui
A converter to a TreePath.
trimToSize() - Method in class com.taco.data.ListToVectorAdapter
If the decorated list is an instance of ArrayList, call trimToSize() on it.

U

UIManagerResourceBundle - Class in com.taco.util
A resource bundle that is backed by the UIManager.
UIManagerResourceBundle() - Constructor for class com.taco.util.UIManagerResourceBundle
Create a new instance.
unbrace(CharSequence, char) - Static method in class com.taco.text.StringUtilities
Given a character sequence that starts with a opening C punctuation character and ends with the corresponding C punctutation character, return the contents of the sequence inside the punctuation characters, stripped of whitespace if the brace character is not a quote character.
unescape(String) - Static method in class com.taco.text.StringConverterUtilities
Unescape a leading '%', '$', '&', or '#' character in a string when they are followed by '\'.
unescape(CharSequence) - Static method in class com.taco.text.StringUtilities
Convert all escaped characters back to the original ones.
unescapeQuoted(CharSequence, boolean) - Static method in class com.taco.text.StringUtilities
Given a non-null string which either starts and ends in double quotes, or has appeared in a double-quoted context, convert all escaped characters back to the original ones.
UNEXPECTED_CHARACTER - Static variable in class com.taco.text.StringUtilities
An error code returned by findStart() and findEnd() that indicates that non-whitespace characters were found before the string that was searched for.
unicodeEscaped - Variable in class com.taco.text.CPunctuationState
True if this instance is in a Unicode escaped context.
unpack(Collection, Object[], int) - Static method in class com.taco.data.ArrayUtilities
Copy the elements in the collection to the argument array, starting from startIndex.
unwrap(Object) - Static method in class com.taco.data.MapUtilities
Unwrap the non-null value from the map.
update(char, int) - Method in class com.taco.text.CPunctuationState
Update the state using the next character.
update(CharSequence) - Method in class com.taco.text.CPunctuationState
Update the state with the characters in cs.
updateArgMap - Variable in class com.taco.text.InterpolatedValueMatchResult
True if the argument map key should be observed so that later changes to the associated value cause an update in the converted object.
updateArgMap - Variable in class com.taco.text.KeyLookupRecord.KeyDescriptor
True if a listener should be installed in the argument map to update the converted object when the value associated with the key changes.
usage(Class) - Static method in class com.taco.text.StringConverterUtilities
 
usage() - Static method in class com.taco.util.MultiLineProperties
 
usage() - Static method in class com.taco.util.ResourceBundleFactory
Print usage information for main().
usesChineseCharacters(Locale) - Static method in class com.taco.i18n.gui.FontUtilities
Return true if Chinese characters are used in the argument locale.

V

valueForSequence(CharSequence) - Static method in class com.taco.text.StringConverterUtilities
Parse the entire sequence to get a single interpolated value.
values() - Method in class com.taco.data.MapToDictionaryAdapter
 
values() - Method in class com.taco.util.MultiLineProperties
 
VECTOR_FACTORY - Static variable in interface com.taco.data.ICollectionFactory
A factory that creates instances of Vector.

W

WHITESPACE_PATTERN - Static variable in interface com.taco.text.ICommonRegexConstants
A pattern for a whitespace character.
WindowConverter - Class in com.taco.swinger.text2gui
A converter to instances of Window.
WindowConverter(DispatchingComponentConverter) - Constructor for class com.taco.swinger.text2gui.WindowConverter
 
wrap(Object) - Static method in class com.taco.data.MapUtilities
Wrap the value for putting into a map.
WrappedKeyValueMap - Class in com.taco.data
An implementation of Map that automatically wraps and unwraps both keys and values.
WrappedKeyValueMap(Map, IObjectMapper, IObjectMapper, IObjectMapper, IObjectMapper) - Constructor for class com.taco.data.WrappedKeyValueMap
Create a new instance that uses the argument map to store wrapped keys and values.
WrappedKeyValueMap.WrappedEntry - Class in com.taco.data
Represents a map entry in the entry set.
WrappedKeyValueMap.WrappedEntry(Map.Entry) - Constructor for class com.taco.data.WrappedKeyValueMap.WrappedEntry
 
WrappedKeyValueMap.WrappedEntryIterator - Class in com.taco.data
An iterator over the entry set.
WrappedKeyValueMap.WrappedEntryIterator() - Constructor for class com.taco.data.WrappedKeyValueMap.WrappedEntryIterator
 
WrappedKeyValueMap.WrappedEntrySet - Class in com.taco.data
A class that acts as the entry set of a WrappedKeyValueMap.
WrappedKeyValueMap.WrappedEntrySet(Set) - Constructor for class com.taco.data.WrappedKeyValueMap.WrappedEntrySet
 
WrappedObservableMap - Class in com.taco.data
A map that wraps keys and values and is also observable.
WrappedObservableMap(INotificationStrategy, IObjectMapper, IObjectMapper, IObjectMapper, IObjectMapper) - Constructor for class com.taco.data.WrappedObservableMap
 
WrappedObservableMap(IMapFactory, int, INotificationStrategy, IObjectMapper, IObjectMapper, IObjectMapper, IObjectMapper) - Constructor for class com.taco.data.WrappedObservableMap
 
WrappedObservableMap.WrappedNotificationStrategy - Class in com.taco.data
A notification strategy that wraps another one, used so that when the observable map notifies its listeners, the keys and values it sends to the listeners are suitably unwrapped (they are stored wrapped in the observable map).
WrappedObservableMap.WrappedNotificationStrategy(INotificationStrategy, IObjectMapper, IObjectMapper) - Constructor for class com.taco.data.WrappedObservableMap.WrappedNotificationStrategy
Construct a new strategy by wrapping the argument strategy.
WrappedObservableMap.WrappedObservableEntry - Class in com.taco.data
Represents a map entry in the entry set.
WrappedObservableMap.WrappedObservableEntry(INoReturnObservableMap.INoReturnObservableEntry) - Constructor for class com.taco.data.WrappedObservableMap.WrappedObservableEntry
 
WrappedObservableMap.WrappedObservableEntryIterator - Class in com.taco.data
 
WrappedObservableMap.WrappedObservableEntryIterator() - Constructor for class com.taco.data.WrappedObservableMap.WrappedObservableEntryIterator
 
WrappedObservableMap.WrappedObservableEntrySet - Class in com.taco.data
A class that acts as the entry set of a WrappedObservableMap.
WrappedObservableMap.WrappedObservableEntrySet(Set) - Constructor for class com.taco.data.WrappedObservableMap.WrappedObservableEntrySet
 
wrapperClassToPrimitiveType(Class) - Static method in class com.taco.lang.reflect.ReflectionUtilities
If c is a class object for a primitive type, return the class object for the corresponding wrapper class.
writeArgMap - Variable in class com.taco.text.InterpolatedValueMatchResult
True if changes to a property of a composite object should be reflected in the argument map.
writeArgMap - Variable in class com.taco.text.KeyLookupRecord.KeyDescriptor
True if changes to a property of a composite object should be reflected in the argument map.

Z

ZERO - Static variable in class com.taco.util.ConstantIntMapper
An instance that always returns 0.

_

_ABBREVIATED_ABSTRACT_BUTTON_PROPERTIES_MAP - Static variable in class com.taco.swinger.text2gui.AbstractButtonConverter
A map from abbreviated property names to the actual property names used by AbstractButton.
_ABBREVIATED_JLABEL_PROPERTIES_MAP - Static variable in class com.taco.swinger.text2gui.JLabelConverter
A map from abbreviated property names to the actual property names used by JLabel.
_ABBREVIATED_JSPLITPANE_PROPERTIES_MAP - Static variable in class com.taco.swinger.text2gui.JSplitPaneConverter
A map from abbreviated property names to the actual property names used by JSplitPane.
_ABSTRACT_BUTTON_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.AbstractButtonConverter
 
_ABSTRACT_BUTTON_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.AbstractButtonConverter
 
_acceptDirectories - Variable in class com.taco.swinger.filechooser.ExtensionFileFilter
If true, accept directories.
_action - Variable in class com.taco.text.CompositeConverter.CompositeUpdater
The action that sets the property of the composite.
_addBundles(List, Set, String, Locale, ClassLoader, Locale) - Method in class com.taco.util.ChainedResourceBundleFactory
Given a list of bundles already created and the names of them in a set, for each name in baseNames, which is semicolon-separated, see if the name is already in the set.
_addCornersMapConsistencyListener(JScrollPane, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.JScrollPaneConverter
 
_addImports(Interpreter) - Method in class com.taco.text.StringToBeanShellInstanceConverter
Add the return type and the imports in _imports to the argument BeanShell interpreter.
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.AbstractButtonConverter
Add a listener to the button that updates the "selected" property when selection state of the button changes.
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.JColorChooserConverter
 
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.JComboBoxConverter
 
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.JComponentConverter
If propertyName is "alignX", "alignY", "minSize", "maxSize", or "prefSize", use the superclass's method which adds a property change listener, but use the full property name.
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.JFileChooserConverter
 
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.JFormattedTextFieldConverter
 
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.JInternalFrameConverter
 
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.JLabelConverter
 
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.JListConverter
 
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.JProgressBarConverter
 
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.JScrollBarConverter
 
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.JScrollPaneConverter
 
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.JSliderConverter
 
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.JSpinnerConverter
 
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.JSplitPaneConverter
 
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.JTabbedPaneConverter
 
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.JTableConverter
 
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.JTextComponentConverter
 
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.JTextFieldConverter
 
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.JToolBarConverter
 
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.JTreeConverter
 
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.JViewportConverter
 
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.swinger.text2gui.TableColumnConverter
 
_addMapConsistencyListener(Object, String, IObjectMapper, INoReturnMap, Object, Method) - Method in class com.taco.text.CompositeConverter
Add a listener to composite that will update the value associated with mapKey in observableMap when the propertyName property of the composite changes.
_addMapConsistencyListeners(KeyLookupRecord, Object, INoReturnMap) - Method in class com.taco.text.CompositeConverter
If composite is a bean and supports bound properties, add a property change listener to the bean that updates the observable map when the bean's property is changed.
_addMapConsistencyListeners(KeyLookupRecord, Object, INoReturnMap) - Method in class com.taco.text.ImmutableCompositeConverter
Do nothing, since properties cannot be changed after creation.
_addProperties(Object, Map, Collection, ResourceBundle, INoReturnMap, KeyLookupRecord, Map) - Method in class com.taco.text.BracedPropertyCompositeConverter
Given a map of property names to InterpolatedValueMatchResult, convert the results that are members of propertyNames to property values and put them in propertyMap.
_addProperties(Object, String, Collection, ResourceBundle, INoReturnMap, KeyLookupRecord, Map) - Method in class com.taco.text.CompositeConverter
Create all properties with the argument collection of property names, and put them in the property map.
_addStaticImports(Interpreter) - Method in class com.taco.text.StringToBeanShellInstanceConverter
Add the static imports in _staticImports to the argument BeanShell interpreter.
_addTab(JTabbedPane, int, Map) - Method in class com.taco.swinger.text2gui.JTabbedPaneConverter.TabAdder
Given a map of properties for a tab, add the tab to the tabbed pane.
_addUpdaterListeners(KeyLookupRecord, Object, INoReturnMap) - Method in class com.taco.text.CompositeConverter
Add listeners to the observable argument map, so that the composite's properties will be updated on changes to the argument map.
_addUpdaterListeners(KeyLookupRecord, Object, INoReturnMap) - Method in class com.taco.text.ImmutableCompositeConverter
Do nothing, since properties cannot be changed after creation.
_adjustFont(Locale, Font, Locale, Font) - Method in class com.taco.i18n.gui.FontUtilities.DefaultFontMapper
Once _getFont() has decided which font to use, return an adjusted the font which can replace the original font.
_argMap - Variable in class com.taco.i18n.gui.LocaleSelectorPanel
 
_argMap - Variable in class com.taco.text.CompositeConverter.AbstractMapConsistencyListener
The map to update.
_argMapReferenceToObject(InterpolatedValueMatchResult, ResourceBundle, INoReturnMap, KeyLookupRecord) - Method in class com.taco.text.InterpolatingConverter
Convert a result which is a reference to a value in the argument map to an object.
_ARGUMENT_MAP_REFERENCE_PREFIX_REGEX_STRING - Static variable in class com.taco.text.StringConverterUtilities
 
_array - Variable in class com.taco.util.ArrayIntMapper
 
_arrayList - Variable in class com.taco.data.ListToVectorAdapter
If the _list is an instance of ArrayList, this field is set to the casted version of _list.
_arrayToVector(Object[]) - Method in class com.taco.swinger.table.FastTableModel
Create a new vector that has a copy of the elements in array.
_ASSIGNMENT_CHARS - Static variable in class com.taco.util.MultiLineProperties
All characters used explicitly to denote an assignment operation between keys and values.
_availableLocales - Static variable in class com.taco.i18n.gui.LocaleSelectorPanel
An array of all available locales found on the system.
_BAD_OBJECT_MAPPER - Static variable in class com.taco.text.InterpolatingConverter
A value that signals an error occurred converting a string to a arg map value to/from property value converter.
_BEVEL_BORDER_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.border.BevelBorderConverter
 
_BORDER_CONSTRAINT_CONVERTER - Static variable in class com.taco.swinger.text2gui.BorderLayoutComponentAddStrategy
 
_BORDER_LAYOUT_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.DispatchingLayoutConverter.BorderLayoutConverter
 
_borderConverter - Variable in class com.taco.swinger.text2gui.border.CompoundBorderConverter
The converter used for the inner and outer borders.
_borderConverter - Variable in class com.taco.swinger.text2gui.border.TitledBorderConverter
The converter used for the border property of borders returned by this instance.
_BOX_CREATION_PROPERTY_NAMES - Static variable in class com.taco.swinger.text2gui.BoxConverter
 
_BOX_LAYOUT_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.DispatchingLayoutConverter.BoxLayoutConverter
 
_bundle - Variable in class com.taco.i18n.gui.LocaleSelectorPanel
 
_bundle - Variable in class com.taco.util.AccessibleResourceBundleAdapter
The bundle adapted by this instance.
_BUNDLE_KEY_REFERENCE_REGEX_STRING - Static variable in class com.taco.text.StringConverterUtilities
 
_BUNDLE_NAME_PATTERN - Static variable in class com.taco.util.ResourceBundleFactory
The regex pattern compiled from _BUNDLE_NAME_REGEX_STRING.
_BUNDLE_NAME_REGEX_STRING - Static variable in class com.taco.util.ResourceBundleFactory
A regex string for a bundle name.
_cachedEntrySet - Variable in class com.taco.data.ObservableMap
The entry set, lazily computed and cached.
_cachedEntrySet - Variable in class com.taco.data.WrappedKeyValueMap
The entry set, lazily computed, and cached.
_cachedHashCode - Variable in class com.taco.swinger.filechooser.ExtensionFileFilter
The hash code for this filter, lazily created and cached.
_cachedKeySet - Variable in class com.taco.util.CachedKeysResourceBundle
If _useSoftCache is false, this field maintains a strong reference to the key set computed the first time getKeys() is called.
_cachedNoReturnEntrySet - Variable in class com.taco.data.AbstractNoReturnMap
The lazily computed and cached no-return entry set.
_cachedResult - Variable in class com.taco.swinger.SwingDelayedResult
The cached result.
_cachedResult - Variable in class com.taco.util.CachedDelayedResult
The lazily computed and cached result.
_CARD_LAYOUT_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.DispatchingLayoutConverter.CardLayoutConverter
 
_checkType(Object) - Method in class com.taco.text.StringToInstanceConverter
Check that obj is an instance of each of the classes in classArray.
_CLASS_AND_INSTANCE_COLLECTION_CONVERTER - Static variable in class com.taco.swinger.text2gui.JTableConverter
 
_COMMENT_CHARS - Static variable in class com.taco.util.MultiLineProperties
All characters that mark the beginning of single line comments.
_commentChars() - Method in class com.taco.util.MultiLineProperties
Return a string consisting of all characters used to mark the beginning of single line comments.
_commentMap - Variable in class com.taco.util.MultiLineProperties
A map that holds the comments for each property key.
_COMPONENT_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.ComponentConverter
 
_COMPONENT_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.ComponentConverter
 
_componentAddStrategyProvider - Variable in class com.taco.swinger.text2gui.DispatchingComponentConverter
The provider of strategies for adding components to a container.
_componentConverter - Variable in class com.taco.swinger.text2gui.ComponentConstraintPairConverter
The converter of strings and resource bundles to components that are to be added to a container.
_componentConverter - Variable in class com.taco.swinger.text2gui.ContainerConverter
The converter to components embedded in the component created.
_componentConverter - Variable in class com.taco.swinger.text2gui.JAppletConverter
The converter that creates the content pane, glass pane, menu bar, and layered pane.
_componentConverter - Variable in class com.taco.swinger.text2gui.JColorChooserConverter
The converter for the preview panel.
_componentConverter - Variable in class com.taco.swinger.text2gui.JContainerConverter
The converter to components embedded in the component created.
_componentConverter - Variable in class com.taco.swinger.text2gui.JFileChooserConverter
The converter for the preview panel.
_componentConverter - Variable in class com.taco.swinger.text2gui.JInternalFrameConverter
The component converter used to create menu bars.
_componentConverter - Variable in class com.taco.swinger.text2gui.JLabelConverter
The converter used for the labelFor property.
_componentConverter - Variable in class com.taco.swinger.text2gui.JMenuConverter
The converter to components added to the menu.
_componentConverter - Variable in class com.taco.swinger.text2gui.JSliderConverter
The converter used to convert strings to components in the label table.
_componentConverter - Variable in class com.taco.swinger.text2gui.JTableConverter
The converter that creates the table header.
_componentConverter - Variable in class com.taco.swinger.text2gui.JViewportConverter
The component converter used to create the view.
_componentCornerPairCollectionConverter - Variable in class com.taco.swinger.text2gui.JScrollPaneConverter
The converter used for collections of component / corner pairs.
_composite - Variable in class com.taco.text.CompositeConverter.AbstractCompositeUpdater
The composite object to update.
_composite - Variable in class com.taco.text.CompositeConverter.NotUpdaterListenerFilter
 
_COMPOUND_BORDER_PROPERTY_NAMES - Static variable in class com.taco.swinger.text2gui.border.CompoundBorderConverter
 
_compute() - Method in class com.taco.swinger.SwingCompute
Run in the event-dispatch thread, and return whatever result should be returned by get().
_computeBundleNameCandidates(String, Locale) - Method in class com.taco.util.ResourceBundleFactory
Build a list of candidate bundle names for the given locale, in the following order: baseName + "_" + language baseName + "_" + language + "_" + country baseName + "_" + language + "_" + country + "_" + variant Candidate bundle names where the final component is an empty string are omitted.
_computeLocaleForBundleName(String) - Method in class com.taco.util.ResourceBundleFactory
Parse the name of a bundle to get the locale it corresponds to.
_computeResult() - Method in class com.taco.swinger.SwingDelayedResult
Compute the result.
_computeResult() - Method in class com.taco.text.CompositeConverter.DelayedConvertedResult
 
_computeResult() - Method in class com.taco.util.CachedDelayedResult
Compute the result.
_configureComposite(Object, String, ResourceBundle, INoReturnMap, Map, boolean, String) - Method in class com.taco.text.CompositeConverter
Configure the composite object, putting properties from the argument property map.
_configureGUI() - Method in class com.taco.i18n.gui.LocaleSelectorPanel
 
_constraintConverter - Variable in class com.taco.swinger.text2gui.ComponentAddStrategy
The string converter used to convert to constraints.
_container - Variable in class com.taco.swinger.text2gui.DispatchingLayoutConverter
The container the layout manager will manage.
_container - Variable in class com.taco.swinger.text2gui.DispatchingLayoutConverter.ContainerDependentLayoutConverter
The container the layout created by this instance will be for.
_container - Variable in class com.taco.swinger.text2gui.DispatchingLayoutConverter.OverlayLayoutConverter
The container the layout created by this instance will be for.
_CONTAINER_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.ContainerConverter
 
_CONTAINER_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.ContainerConverter
 
_converter - Variable in class com.taco.text.CompositeConverter.DelayedConvertedResult
 
_CORNER_ARRAY - Static variable in class com.taco.swinger.text2gui.JScrollPaneConverter
An array of all corner identifier strings.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.border.BevelBorderConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.border.CompoundBorderConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.border.EmptyBorderConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.border.EtchedBorderConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.border.LineBorderConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.border.MatteBorderConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.border.TitledBorderConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.BoxConverter
Return a new instance of Box using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.DialogConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.DimensionConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.DispatchingLayoutConverter.BorderLayoutConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.DispatchingLayoutConverter.BoxLayoutConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.DispatchingLayoutConverter.CardLayoutConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.DispatchingLayoutConverter.FlowLayoutConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.DispatchingLayoutConverter.GridLayoutConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.ExtensionFileFilterConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.FillerConverter
Return a new filler component.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.FrameConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.GlueConverter
Return a new glue component.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.GridBagConstraintsConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.ImageIconConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.InsetsConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JAppletConverter
A useless method that creates an applet.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JButtonConverter
Return a new instance of JButton using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JCheckBoxConverter
Return a new instance of JCheckBox using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JCheckBoxMenuItemConverter
Return a new instance of JCheckBoxMenuItem using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JColorChooserConverter
Return a new instance of JColorChooser using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JComboBoxConverter
Return a new instance of JComboBox using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JDesktopPaneConverter
Return a new instance of JLayeredPane using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JDialogConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JEditorPaneConverter
Return a new instance of JEditorPane using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JFileChooserConverter
Return a new instance of JFileChooser using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JFormattedTextFieldConverter
Return a new instance of JFormattedTextField using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JFrameConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JInternalFrameConverter
Return a new instance of JInternalFrame using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JLabelConverter
Return a new instance of JLabel using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JLayeredPaneConverter
Return a new instance of JLayeredPane using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JListConverter
Return a new instance of JList using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JMenuBarConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JMenuConverter
Return a new instance of JMenu using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JMenuItemConverter
Return a new instance of JMenuItem using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JOptionPaneConverter
Return a new instance of JOptionPane using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JPanelConverter
Return a new instance of JPanel using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JPasswordFieldConverter
Return a new instance of JPasswordField using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JPopupMenuConverter
Return a new instance of JPopupMenu using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JProgressBarConverter
Return a new instance of JProgressBar using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JRadioButtonConverter
Return a new instance of JRadioButton using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JRadioButtonMenuItemConverter
Return a new instance of JRadioButtonMenuItem using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JScrollBarConverter
Return a new instance of JScrollBar using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JScrollPaneConverter
Return a new instance of JTabbedPane using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JSeparatorConverter
Return a new instance of JSeparator using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JSliderConverter
Return a new instance of JSlider using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JSpinnerConverter
Return a new instance of JSpinner using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JSplitPaneConverter
Return a new instance of JSplitPane using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JTabbedPaneConverter
Return a new instance of JTabbedPane using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JTabbedPaneConverter.TabConverter
Return the property map; the map is used later when adding the tab to the tabbed pane.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JTableConverter
Return a new instance of JTable using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JTableHeaderConverter
Return a new instance of JTableHeader using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JTextAreaConverter
Return a new instance of JTextArea using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JTextFieldConverter
Return a new instance of JTextField using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JTextPaneConverter
Return a new instance of JTextPane using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JToolBarConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JTreeConverter
Return a new instance of JTree using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JViewportConverter
Return a new instance of JViewport using the default constructor.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JWindowConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.PointConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.RectangleConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.RigidAreaConverter
Return a new rigid area using the "size" property, which should be mapped to an instance of Dimension.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.SeparatorConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.StrutConverter
Return a new strut component.
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.TableColumnConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.TableColumnModelConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.WindowConverter
 
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.text.CompositeConverter
Given the property key / value map, return a composite object ready to have its properties set (if legal).
_createComposite(Map, ResourceBundle, INoReturnMap) - Method in class com.taco.text.IntArrayConverter
 
_createObjectListCore(String, Map, IStringToObjectConverter, IInterpolatingStringToObjectConverter, ResourceBundle, INoReturnMap) - Static method in class com.taco.text.StringListUtilities
Do the work of createObjectList().
_createUpdaterListener(Object, String, IObjectMapper) - Method in class com.taco.text.CompositeConverter
Create a property change listener to add to the observable argument map, so that the composite is updated when a value in the map changes.
_createVector(int) - Method in class com.taco.swinger.table.FastTableModel
Create a new vector with the argument size.
_currentPropertyName - Variable in class com.taco.text.KeyLookupRecord
The name of the current property whose value is being created.
_currentSoftValue - Variable in class com.taco.data.SoftValueMap.SoftValueEntrySet.SoftValueEntryIterator
The soft value of the entry returned by the last call to next().
_data - Variable in class com.taco.swinger.SwingWorker
An object that may be used to indicate a change of state for the worker thread.
_decoratee - Variable in class com.taco.data.NoReturnMapAdapter
The map that this instance decorates.
_decoratee - Variable in class com.taco.data.WrappedObservableMap.WrappedNotificationStrategy
The notification strategy wrapped by this instance.
_decoratee - Variable in class com.taco.decorator.java.util.SetDecorator
 
_decoratee - Variable in class com.taco.text.ChainedInterpolatingConverter
The interpolating converter used to get the intermediate result.
_defArgMap - Variable in class com.taco.text.AbstractInterpolatingStringToObjectConverter
The argument map used to resolve references in the implementation of IStringToObjectConverter.
_DEFAULT_COMPOSITE_CONVERTER_MAP - Static variable in class com.taco.text.CompositeConverter
A map from property names that this class handles to converters for the value of properties.
_DEFAULT_COMPOSITE_CREATION_PROPERTY_NAMES - Static variable in class com.taco.text.CompositeConverter
The property names every composite uses for creation.
_DEFAULT_LAYOUT_CLASS_TO_ADD_STRATEGY_MAP - Static variable in class com.taco.swinger.text2gui.ComponentAddStrategyProvider
A map from class objects of layout managers to instances of ComponentAddStrategy that specify how to add components to containers with the corresponding layouts.
_DEFAULT_SERIF_FONT - Static variable in class com.taco.i18n.gui.FontUtilities
A prototypical font for the current platform used to determine if the current platform can display characters in different locales.
_DEFAULT_VALUE_END_PATTERN - Static variable in class com.taco.text.StringConverterUtilities
 
_defaultValue - Variable in class com.taco.text.MappedStringToObjectConverter
The default value returned when the the string is not found in the map.
_defBundle - Variable in class com.taco.text.AbstractInterpolatingStringToObjectConverter
The resource bundle used to resolve references in the implementation of IStringToObjectConverter.
_delayedResult - Variable in class com.taco.text.CompositeConverter.DelayedConvertedResult
 
_description - Variable in class com.taco.swinger.filechooser.ExtensionFileFilter
The description of the filter, lazily created and cached if not set explicitly.
_descriptionExplicitlySet - Variable in class com.taco.swinger.filechooser.ExtensionFileFilter
True if the description was set with a non-null value by the user.
_DIALOG_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.DialogConverter
 
_DIALOG_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.DialogConverter
This is only a map of the Dialog-specific properties.
_DIALOG_PROPERTY_NAMES - Static variable in class com.taco.swinger.text2gui.DialogConverter
 
_DIMENSION_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.DimensionConverter
 
_DIMENSION_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.DimensionConverter
 
_DOTTED_NAME_REGEX_STRING - Static variable in class com.taco.text.StringConverterUtilities
 
_e - Variable in class com.taco.util.EnumerationToIteratorAdapter
The Enumeration that this adapter is based on.
_entry - Variable in class com.taco.data.AbstractNoReturnMap.NoReturnEntry
The map entry this instance decorates.
_entrySet - Variable in class com.taco.data.SoftValueMap
The entry set, lazily computed, and cached.
_entrySet - Variable in class com.taco.data.WrappedKeyValueMap.WrappedEntrySet
The entry set that this instance wraps.
_environment - Variable in class com.taco.text.StringToBeanShellInstanceConverter
A map of variables to values to be put into the bean shell environment before execution.
_ETCHED_BORDER_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.border.EtchedBorderConverter
 
_event - Variable in class com.taco.swinger.SwingNotificationStrategy.NotifyTask
The event to notify the listener of.
_EXTENSION_FILE_FILTER_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.ExtensionFileFilterConverter
 
_EXTENSION_FILE_FILTER_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.ExtensionFileFilterConverter
 
_extensions - Variable in class com.taco.swinger.filechooser.ExtensionFileFilter
An array of extensions to match.
_extractPropertiesSubSequence(CharSequence) - Method in class com.taco.text.BracedPropertyCompositeConverter
Given a literal string to convert, return the part of the string that is a series of property name / value pairs.
_extractPropertyValue(String, CharSequence) - Method in class com.taco.text.BracedPropertyCompositeConverter
Given a character sequence beginning with the string representation of a property value for the argument property name, return a new instance of InterpolatedValueMatchResult whose s field is the portion of the character sequence that represents the property value, and whose endIndex field is set to the index just after the property value representation.
_extraEnvironment - Variable in class com.taco.text.InstanceConverter
A map from names of extra variable names to their values.
_extraImports - Variable in class com.taco.text.InstanceConverter
The additional imports to add to the BeanShell interpreter when evaluating scripts.
_extraStaticImports - Variable in class com.taco.text.InstanceConverter
The additional static imports to add to the BeanShell interpreter when evaluating scripts.
_FILLER_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.FillerConverter
 
_FILLER_CREATION_PROPERTY_NAMES - Static variable in class com.taco.swinger.text2gui.FillerConverter
 
_finishOctalEscape(int) - Method in class com.taco.text.CPunctuationState
Finish an octal escape sequence, using digitBuffer to compute the last octal character (saved in outChar), and reseting the state.
_finishSequence(CharSequence, int, Pattern) - Static method in class com.taco.text.StringConverterUtilities
Give a character sequence and an index at which a value end pattern should match, return the index into the character sequence at which the end of the value sequence lies.
_FLOW_LAYOUT_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.DispatchingLayoutConverter.FlowLayoutConverter
 
_formatComment(CharSequence) - Method in class com.taco.util.MultiLineProperties
Convert a comment (just ordinary text) into text that can actually be put into a .properties file.
_formatMessage(CharSequence, ResourceBundle, INoReturnMap) - Method in class com.taco.text.QuotedStringConverter
Given a message format then an optional array of instances to use in the format, form the message and return it.
_FRAME_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.FrameConverter
 
_FRAME_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.FrameConverter
This is only a map of the Frame-specific properties.
_FRAME_CREATION_PROPERTY_NAMES - Static variable in class com.taco.swinger.text2gui.FrameConverter
 
_FRAME_PROPERTY_NAMES - Static variable in class com.taco.swinger.text2gui.FrameConverter
 
_fromMapValueConverter - Variable in class com.taco.text.CompositeConverter.AbstractCompositeUpdater
The converter from argument map values to composite property values.
_gatherPropertyMatchResults(CharSequence) - Method in class com.taco.text.BracedPropertyCompositeConverter
Return a new map from property names to instances of InterpolatedValueMatchResult that arise from parsing the argument character sequence.
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.AbstractButtonConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.ComponentConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.ContainerConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.DialogConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.DimensionConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.ExtensionFileFilterConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.FrameConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.GridBagConstraintsConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JAppletConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JButtonConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JCheckBoxConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JColorChooserConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JComboBoxConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JComponentConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JContainerConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JDesktopPaneConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JDialogConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JEditorPaneConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JFileChooserConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JFormattedTextFieldConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JFrameConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JInternalFrameConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JLabelConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JListConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JMenuBarConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JMenuConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JMenuItemConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JOptionPaneConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JPasswordFieldConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JPopupMenuConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JProgressBarConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JScrollBarConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JScrollPaneConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JSeparatorConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JSliderConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JSpinnerConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JSplitPaneConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JTabbedPaneConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JTabbedPaneConverter.TabConverter
No action is necessary since we are simply returning the property map.
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JTableConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JTableHeaderConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JTextAreaConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JTextComponentConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JTextFieldConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JToolBarConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JTreeConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JViewportConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.JWindowConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.PointConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.RectangleConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.TableColumnConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.TableColumnModelConverter
 
_getActionForProperty(String) - Method in class com.taco.swinger.text2gui.WindowConverter
 
_getActionForProperty(String) - Method in class com.taco.text.CompositeConverter
Return an instance ISetPropertyAction for the argument property name.
_getActionForProperty(String) - Method in class com.taco.text.ImmutableCompositeConverter
 
_getActionForProperty(String) - Method in class com.taco.text.IntArrayConverter
Return an instance ISetPropertyAction for the argument property name.
_getConstraintConverter() - Method in class com.taco.swinger.text2gui.ComponentConstraintPairConverter
Return the converter used for constraints.
_getConstraintConverter() - Method in class com.taco.swinger.text2gui.ComponentLayerPairConverter
Return the converter used for constraints.
_getFont(Locale, Font, Locale, Font[]) - Method in class com.taco.i18n.gui.FontUtilities.DefaultFontMapper
 
_getInterpreter() - Method in class com.taco.text.StringToBeanShellInstanceConverter
Return a BeanShell interpreter suitable for evaluating a BeanShell expression.
_getProperKeys() - Method in class com.taco.util.AccessibleResourceBundleAdapter
Return the keys of the decorated bundle.
_getProperKeys() - Method in class com.taco.util.CachedKeysResourceBundle
Return an iteration over the keys defined by this bundle only, not by its parents.
_getProperKeys() - Method in class com.taco.util.MultiLinePropertyResourceBundle
 
_getProperKeys() - Method in class com.taco.util.UIManagerResourceBundle
Return an iterator over the keys of UIManager.getLookAndFeelDefaults().
_getSimpleBundle(String, Locale, ClassLoader, Locale) - Method in class com.taco.util.ChainedResourceBundleFactory
Get a simple resource bundle using the argument locale and class loader.
_getStandardImports() - Method in class com.taco.text.InterpolatingConverter
Return a collection of imports to use for every invocation of _scriptSnippetToObject().
_getStandardStaticImports() - Method in class com.taco.text.InterpolatingConverter
Return a collection of static imports to use for every invocation of _scriptSnippetToObject().
_getTypeForSuffix(String) - Method in class com.taco.text.DispatchingConverter
Return the dispatch type for the argument suffix, which should be in lower-case.
_GLOBAL_ASSIGNMENT_PATTERN - Static variable in class com.taco.text.StringConverterUtilities
The pattern compiled from _GLOBAL_NAME_ASSIGNMENT_REGEX_STRING.
_GLOBAL_ASSIGNMENT_REGEX_STRING - Static variable in class com.taco.text.StringConverterUtilities
A regex string for the prefix before a literal indicating a property value.
_GLOBAL_REFERENCE_REGEX_STRING - Static variable in class com.taco.text.StringConverterUtilities
 
_GLUE_CREATION_PROPERTY_NAMES - Static variable in class com.taco.swinger.text2gui.GlueConverter
 
_GRID_LAYOUT_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.DispatchingLayoutConverter.GridLayoutConverter
 
_GRIDBAG_CONSTRAINTS_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.GridBagConstraintsConverter
 
_GRIDBAG_CONSTRAINTS_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.GridBagConstraintsConverter
 
_guessType(String) - Method in class com.taco.text.DispatchingConverter
The ".dispatchType" subkey was not found for the argument resource bundle key.
_hexDigitsToChar(CharSequence, int) - Static method in class com.taco.text.CPunctuationState
Convert the char sequence which is a sequence of hex digits to a character.
_IGNORE_PROPERTY_VALUE - Static variable in class com.taco.text.InterpolatingConverter
A value that indicates that a property value is to be monitored in the argument map, but not set by it.
_IMAGE_ICON_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.ImageIconConverter
 
_IMPORTS - Static variable in class com.taco.text.InterpolatingConverter
A collection of imports to add to the BeanShell interpreter.
_imports - Variable in class com.taco.text.StringToBeanShellInstanceConverter
An ordered collection of strings which are the imports to be added to the bean shell environment before execution.
_inChangeMethod - Variable in class com.taco.text.CompositeConverter.AbstractMapConsistencyListener
A flag that indicates we have already entered the method that responds to the change of one of the composite's properties.
_indexOf(Locale) - Static method in class com.taco.i18n.gui.LocaleSelectorPanel
Find the index of locale in the avaiable locale array.
_indexOfDefaultLocale - Static variable in class com.taco.i18n.gui.LocaleSelectorPanel
The index of the default locale in _availableLocales.
_init(Locale) - Method in class com.taco.i18n.gui.LocaleSelectorPanel
 
_innerEntry - Variable in class com.taco.data.SoftValueMap.SoftValueEntrySet.SoftValueMapEntry
The entry in the storage map that this instance wraps.
_innerEntry - Variable in class com.taco.data.WrappedKeyValueMap.WrappedEntry
The entry in the storage map that this instance wraps.
_innerFactory - Variable in class com.taco.util.ChainedResourceBundleFactory
The factory used to create inner bundles.
_innerIterator - Variable in class com.taco.data.SoftValueMap.SoftValueEntrySet.SoftValueEntryIterator
The iterator into the storage map's entry set that this iterator corresponds to.
_innerIterator - Variable in class com.taco.data.WrappedKeyValueMap.WrappedEntryIterator
The iterator into the storage map's entry set that this iterator corresponds to.
_innerMap - Variable in class com.taco.data.SoftValueMap
The map that provides the storage.
_innerMap - Variable in class com.taco.data.WrappedKeyValueMap
The map that stores wrapped keys and values.
_inPropertyChange - Variable in class com.taco.text.CompositeConverter.AbstractCompositeUpdater
A flag that indicates we have entered propertyChange() already; detects infinite recursion.
_INSETS_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.InsetsConverter
 
_installSuffixToTypeMappings() - Method in class com.taco.swinger.text2gui.DispatchingComponentConverter
Install mappings from resource bundle key suffixes to dispatch types, in case the ".dispatchType" subkey is not present.
_isInternalChange - Variable in class com.taco.i18n.gui.LocaleSelectorPanel
True if this instance is calling the setSelectedLocale() method -- use this to prevent infinite recursion.
_isParentSet - Variable in class com.taco.util.AccessibleResourceBundle
Has the parent been set yet?
_isSoft - Variable in class com.taco.swinger.text2gui.border.BevelBorderConverter
True if this instance is supposed to create soft bevel borders.
_it - Variable in class com.taco.data.AbstractNoReturnMap.NoReturnIterator
 
_it - Variable in class com.taco.data.ObservableMap.EntrySet.EntrySetIterator
The iterator over the entry set of the underlying storage.
_JAPPLET_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JAppletConverter
 
_JAPPLET_PROPERTY_NAMES - Static variable in class com.taco.swinger.text2gui.JAppletConverter
 
_JBUTTON_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JButtonConverter
 
_JBUTTON_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JButtonConverter
 
_JCHECKBOX_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JCheckBoxConverter
 
_JCHECKBOX_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JCheckBoxConverter
 
_JCOLORCHOOSER_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JColorChooserConverter
 
_JCOLORCHOOSER_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JColorChooserConverter
 
_JCOMBOBOX_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JComboBoxConverter
 
_JCOMBOBOX_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JComboBoxConverter
 
_JCOMPONENT_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JComponentConverter
 
_JCOMPONENT_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JComponentConverter
 
_JCONTAINER_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JContainerConverter
 
_JCONTAINER_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JContainerConverter
 
_JDESKTOPPANE_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JDesktopPaneConverter
Only the JDesktopPane specific actions.
_JDESKTOPPANE_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JDesktopPaneConverter
Only the JDesktopPane specific converters.
_JDESKTOPPANE_PROPERTY_NAMES - Static variable in class com.taco.swinger.text2gui.JDesktopPaneConverter
 
_JDIALOG_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JDialogConverter
 
_JDIALOG_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JDialogConverter
This is only a map of the JDialog-specific properties.
_JDIALOG_CREATION_PROPERTY_NAMES - Static variable in class com.taco.swinger.text2gui.JDialogConverter
 
_JDIALOG_PROPERTY_NAMES - Static variable in class com.taco.swinger.text2gui.JDialogConverter
 
_JEDITORPANE_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JEditorPaneConverter
 
_JEDITORPANE_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JEditorPaneConverter
 
_JFILECHOOSER_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JFileChooserConverter
 
_JFILECHOOSER_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JFileChooserConverter
 
_JFORMATTEDTEXTFIELD_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JFormattedTextFieldConverter
 
_JFORMATTEDTEXTFIELD_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JFormattedTextFieldConverter
 
_JFRAME_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JFrameConverter
 
_JFRAME_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JFrameConverter
This is only a map of the JFrame-specific properties.
_JFRAME_PROPERTY_NAMES - Static variable in class com.taco.swinger.text2gui.JFrameConverter
 
_JINTERNALFRAME_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JInternalFrameConverter
 
_JINTERNALFRAME_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JInternalFrameConverter
 
_JLABEL_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JLabelConverter
 
_JLABEL_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JLabelConverter
 
_JLIST_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JListConverter
 
_JLIST_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JListConverter
 
_JMENU_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JMenuConverter
 
_JMENUBAR_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JMenuBarConverter
 
_JMENUBAR_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JMenuBarConverter
 
_JMENUITEM_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JMenuItemConverter
 
_JMENUITEM_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JMenuItemConverter
 
_JOPTIONPANE_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JOptionPaneConverter
 
_JOPTIONPANE_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JOptionPaneConverter
 
_JPASSWORDFIELD_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JPasswordFieldConverter
 
_JPASSWORDFIELD_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JPasswordFieldConverter
 
_JPOPUPMENU_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JPopupMenuConverter
 
_JPOPUPMENU_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JPopupMenuConverter
 
_JPROGRESSBAR_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JProgressBarConverter
 
_JPROGRESSBAR_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JProgressBarConverter
 
_JSCROLLBAR_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JScrollBarConverter
 
_JSCROLLBAR_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JScrollBarConverter
 
_JSCROLLPANE_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JScrollPaneConverter
 
_JSCROLLPANE_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JScrollPaneConverter
 
_JSEPARATOR_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JSeparatorConverter
 
_JSEPARATOR_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JSeparatorConverter
 
_JSLIDER_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JSliderConverter
 
_JSLIDER_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JSliderConverter
 
_JSPINNER_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JSpinnerConverter
 
_JSPINNER_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JSpinnerConverter
 
_JSPLITPANE_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JSplitPaneConverter
 
_JSPLITPANE_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JSplitPaneConverter
 
_JTABBEDPANE_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JTabbedPaneConverter
 
_JTABBEDPANE_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JTabbedPaneConverter
 
_JTABLE_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JTableConverter
 
_JTABLE_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JTableConverter
 
_JTABLE_CREATION_PROPERTIES - Static variable in class com.taco.swinger.text2gui.JTableConverter
 
_JTABLEHEADER_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JTableHeaderConverter
 
_JTABLEHEADER_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JTableHeaderConverter
 
_JTEXTAREA_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JTextAreaConverter
 
_JTEXTAREA_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JTextAreaConverter
 
_JTEXTCOMPONENT_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JTextComponentConverter
 
_JTEXTCOMPONENT_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JTextComponentConverter
 
_JTEXTFIELD_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JTextFieldConverter
 
_JTEXTFIELD_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JTextFieldConverter
 
_JTOOLBAR_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JToolBarConverter
 
_JTOOLBAR_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JToolBarConverter
 
_JTREE_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JTreeConverter
 
_JTREE_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JTreeConverter
 
_JTREE_PROPERTY_SYNONYM_MAP - Static variable in class com.taco.swinger.text2gui.JTreeConverter
 
_JVIEWPORT_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JViewportConverter
Only the JViewport-specific actions.
_JVIEWPORT_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JViewportConverter
Only the JViewport-specific converters.
_JVIEWPORT_PROPERTY_NAMES - Static variable in class com.taco.swinger.text2gui.JViewportConverter
All JViewport property names, including those of its subclasses.
_JWINDOW_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.JWindowConverter
 
_JWINDOW_PROPERTY_NAMES - Static variable in class com.taco.swinger.text2gui.JWindowConverter
 
_KEEP_ENCLOSING_PUNCTUATION_PATTERN - Static variable in class com.taco.text.BracedPropertyCompositeConverter
A regex pattern for the prefix of a property assignment of a property of a property value, or for something starting with an opening punctuation character, '%', '$', or '&'.
_key - Variable in class com.taco.data.SimpleMapEntry
 
_key - Variable in class com.taco.data.SoftValueMap.SoftValue
The key that this value is for.
_KEY_ASSIGNMENT_PATTERN - Static variable in class com.taco.util.MultiLineProperties
The pattern to match for a key assignment.
_KEY_CHARS_TO_ESCAPE - Static variable in class com.taco.util.MultiLineProperties
Characters in a property key to escape with a backslash before output.
_keyCharsToEscape() - Method in class com.taco.util.MultiLineProperties
Return a string consisting of all characters in a property key that need to be escaped with a backslash before being output.
_keyConverter - Variable in class com.taco.text.MapConverter
The converter for key strings.
_keySetRef - Variable in class com.taco.util.CachedKeysResourceBundle
If _useSoftCache is false, this field is soft reference to the key set computed the first time getKeys() is called.
_keyToDescriptorMap - Variable in class com.taco.text.KeyLookupRecord
A map from keys for argument maps to instances of KeyDescriptor.
_keyUnwrapper - Variable in class com.taco.data.WrappedKeyValueMap
The key unwrapper.
_keyUnwrapper - Variable in class com.taco.data.WrappedObservableMap.WrappedNotificationStrategy
The key unwrapper.
_keyWrapper - Variable in class com.taco.data.WrappedKeyValueMap
The key wrapper.
_lastException - Variable in class com.taco.util.CachedDelayedResult
The exception thrown when _computeResult() was run.
_layout - Variable in class com.taco.swinger.text2gui.LayoutAndComponentAddStrategy
The layout manager associated with this instance.
_layoutClassToAddStrategyMap - Variable in class com.taco.swinger.text2gui.ComponentAddStrategyProvider
The map from layout classes to component add strategies.
_LINE_BORDER_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.border.LineBorderConverter
 
_LINE_END_PATTERN - Static variable in class com.taco.util.MultiLineProperties
 
_LINE_SEPARATOR - Static variable in class com.taco.util.MultiLineProperties
The system-dependent line separator.
_list - Variable in class com.taco.data.ListSet
The list that backs this collection.
_list - Variable in class com.taco.data.ListToVectorAdapter
The list that this instance decorates.
_listener - Variable in class com.taco.swinger.SwingNotificationStrategy.NotifyTask
The listener to be notified.
_listenerFilter - Variable in class com.taco.text.CompositeConverter.AbstractMapConsistencyListener
A filter that rejects updater listeners that update the same property of the same composite.
_listeners - Variable in class com.taco.data.ObservableMap.ValueElement
A collection of instances of PropertyChangeListener that listen to changes to the value mapped from the associated key.
_literalResultToObject(InterpolatedValueMatchResult, ResourceBundle, INoReturnMap, KeyLookupRecord) - Method in class com.taco.text.InterpolatingConverter
Convert a result which is a literal to an object.
_literalToObject(String, ResourceBundle, INoReturnMap, String) - Method in class com.taco.swinger.text2gui.ComponentConstraintPairConverter
 
_literalToObject(String, ResourceBundle, INoReturnMap, String) - Method in class com.taco.swinger.text2gui.DispatchingLayoutConverter
Set the container's layout once the layout has been converted.
_literalToObject(String, ResourceBundle, INoReturnMap, String) - Method in class com.taco.swinger.text2gui.DispatchingLayoutConverter.GridBagLayoutConverter
Return a new grid bag layout, without checking the argument bundle.
_literalToObject(String, ResourceBundle, INoReturnMap, String) - Method in class com.taco.swinger.text2gui.DispatchingLayoutConverter.OverlayLayoutConverter
Return a new overlay layout using the outer class's container, without checking the string.
_literalToObject(String, ResourceBundle, INoReturnMap, String) - Method in class com.taco.text.AtomConverter
Use the string converter to convert s.
_literalToObject(String, ResourceBundle, INoReturnMap, String) - Method in class com.taco.text.BracedPropertyCompositeConverter
First call _extractPropertiesSubSequence() to get the string representation of property name / value pairs, and then for each property, call _extractPropertyValueString() to eat the part of the string used for the property.
_literalToObject(String, ResourceBundle, INoReturnMap, String) - Method in class com.taco.text.CollectionConverter
 
_literalToObject(String, ResourceBundle, INoReturnMap, String) - Method in class com.taco.text.CompositeConverter
 
_literalToObject(String, ResourceBundle, INoReturnMap, String) - Method in class com.taco.text.DispatchingConverter
 
_literalToObject(String, ResourceBundle, INoReturnMap, String) - Method in class com.taco.text.InstanceConverter
If the trimmed version of s starts with '{' and ends with '}', treat the string as a script, and return the result of executing the script.
_literalToObject(String, ResourceBundle, INoReturnMap, String) - Method in class com.taco.text.InterpolatingConverter
Given s, which is a string literal, not a reference to a resource bundle key or a key in the argument map, convert s to an object.
_literalToObject(String, ResourceBundle, INoReturnMap, String) - Method in class com.taco.text.MapConverter
 
_literalToObject(String, ResourceBundle, INoReturnMap, String) - Method in class com.taco.text.MessageFormatConverter
 
_literalToObject(String, ResourceBundle, INoReturnMap, String) - Method in class com.taco.text.PunctuationStrippingConverter
 
_literalToObject(String, ResourceBundle, INoReturnMap, String) - Method in class com.taco.text.QuotedStringConverter
 
_literalToObject(String, ResourceBundle, INoReturnMap, String) - Method in class com.taco.text.RangeConverter
 
_loadOrphanBundle(String, Locale, ClassLoader) - Method in class com.taco.util.ResourceBundleFactory
This method is called when it has been determined that a resource bundle is not in the cache, and we want to load the bundle from the system.
_loadOrphanBundleFromClass(String, Locale, ClassLoader) - Method in class com.taco.util.ResourceBundleFactory
Load a bundle from a .class file.
_loadOrphanBundleFromProperties(String, ClassLoader) - Method in class com.taco.util.ResourceBundleFactory
Load an instance of MultiLinePropertyResourceBundle based on a resource with the bundle name as the main part of its filename, and ".properties" as its extension.
_loadOrphanBundleFromUIManager(String) - Method in class com.taco.util.ResourceBundleFactory
Load a bundle based on the UIManager.
_locale - Variable in class com.taco.util.AccessibleResourceBundle
The locale of this bundle.
_localeToFontsMap - Static variable in class com.taco.i18n.gui.FontUtilities
A map from locale to arrays of fonts that that can display characters in the locale, made plain and one-point.
_lookupBundleInCache(String, Locale, ClassLoader) - Method in class com.taco.util.ResourceBundleFactory
Look in the bundle cache to see if a bundle for the arguments has been cached.
_makeConstraintKey(String) - Method in class com.taco.swinger.text2gui.ComponentConstraintPairConverter
Given the base key of the component / constraint pair, return a key to lookup in the resource bundle for the constraint associated with the component.
_makeConstraintKey(String) - Method in class com.taco.swinger.text2gui.ComponentLayerPairConverter
This implementation returns the base key concatenated with ".layer".
_makeInitConverter(Object) - Method in class com.taco.text.CompositeConverter
Create a converter used for the preInit and postInit special properties.
_makeMapValue(Object) - Method in class com.taco.text.CompositeConverter.AbstractMapConsistencyListener
If there is a map value converter, convert propertyValue to the map value, and return the result.
_makePropertyValue(Object) - Method in class com.taco.text.CompositeConverter.AbstractCompositeUpdater
If there is a property value converter, convert mapValue to the property value, and return the result.
_map - Variable in class com.taco.data.MapToDictionaryAdapter
The map this instance adapts.
_map - Variable in class com.taco.data.ObservableMap
The map that provides the underlying storage.
_map - Variable in class com.taco.text.MappedStringToObjectConverter
The string to object map used for conversion.
_mapFactory - Variable in class com.taco.data.ObservableMap
The factory used to create new maps and copies of maps.
_mapFactory - Variable in class com.taco.text.MapConverter
The factory used to create the map to return in _literalToObject().
_mapKey - Variable in class com.taco.text.CompositeConverter.AbstractMapConsistencyListener
The key of the argument map associated with the updated value.
_mapper - Variable in class com.taco.text.ChainedInterpolatingConverter
The object mapper used to convert the intermediate result to the final result.
_MATTE_BORDER_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.border.MatteBorderConverter
 
_NO_DEFAULT_VALUE - Static variable in class com.taco.text.MappedStringToObjectConverter
A value for _defaultValue indicating that a ParseException should be thrown instead of returning a default value.
_noReturnMap - Variable in class com.taco.data.ObservableMap
If _map is an instance of INoReturnMap, this is a casted copy of _map.
_noReturnMap - Variable in class com.taco.data.WrappedKeyValueMap
If _innerMap is an instance of INoReturnMap, this is a casted copy of _innerMap.
_notificationStrategy - Variable in class com.taco.data.ObservableMap
The strategy that specifies how to notify listeners.
_notifyListeners(Object, Object, Object, Collection, IObjectFilter) - Method in class com.taco.data.ObservableMap
Notify all listeners of the change in the value mapped to the argument key.
_observableEntry - Variable in class com.taco.data.WrappedObservableMap.WrappedObservableEntry
The entry in the storage map that this instance wraps.
_observableMap - Variable in class com.taco.data.WrappedObservableMap
The observable map this instance decorates.
_octalDigitsToChar(CharSequence, int) - Static method in class com.taco.text.CPunctuationState
Convert the char sequence which is a sequence of octal digits to a character.
_optionMap - Variable in class com.taco.text.CollectionConverter
The option map used for StringListUtilities.createObjectList().
_options - Variable in class com.taco.text.CollectionToStringConverter
The options passed to StringListUtilities.createCollectionString().
_parent - Variable in class com.taco.swinger.text2gui.ComponentConstraintPairConverter
The parent container for components created by this instance.
_parseArgumentMapSuffix(CharSequence, int, InterpolatedValueMatchResult) - Static method in class com.taco.text.StringConverterUtilities
Given a character sequence that begins with a reference to an argument map key, the location of the end of the reference, and an instance of InterpolatedValueMatchResult which has its startIndex field set to the index in the original character sequence at which cs starts, set the fromMapValueConverterString, toMapValueConverterString fields of result.
_parseInstanceString(String) - Method in class com.taco.text.StringToInstanceConverter
Use s as a class name.
_parseJavaLiteral(String) - Method in class com.taco.text.StringToInstanceConverter
Parse s as a Java literal and return the String or primitive wrapper that corresponds to it.
_parseLiteral(CharSequence, Pattern, InterpolatedValueMatchResult) - Static method in class com.taco.text.StringConverterUtilities
Given that cs begins with a string literal, parse it an fill in the appropriate fields of result.
_POINT_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.PointConverter
 
_POINT_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.PointConverter
 
_popChar(LinkedList, char) - Static method in class com.taco.text.StringListUtilities
If the stack is empty, return false.
_properties - Variable in class com.taco.util.MultiLinePropertyResourceBundle
The properties that back this instance.
_propertyMap - Variable in class com.taco.util.MultiLineProperties
A map that holds the properties in the same order as read in.
_propertyName - Variable in class com.taco.text.CompositeConverter.AbstractCompositeUpdater
The name of the property to update.
_propertyName - Variable in class com.taco.text.CompositeConverter.NotUpdaterListenerFilter
 
_put(Object) - Method in class com.taco.text.CompositeConverter.AbstractMapConsistencyListener
Convert the value using _makeMapValue().
_putKeys - Variable in class com.taco.data.ObservableMap
A set of keys that have been put so far in the current call stack.
_RECTANGLE_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.RectangleConverter
 
_RECTANGLE_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.RectangleConverter
 
_referenceQueue - Variable in class com.taco.data.SoftValueMap
Cleared references are put here.
_result - Variable in class com.taco.swinger.SwingCompute
The result of compute().
_returnType - Variable in class com.taco.text.StringToInstanceConverter
The type returned objects must be instances of.
_RIGID_AREA_CREATION_PROPERTY_NAMES - Static variable in class com.taco.swinger.text2gui.RigidAreaConverter
 
_savedException - Variable in class com.taco.swinger.SwingCompute
The exception thrown by the last invocation of _compute(), if any.
_scriptSnippetToObject(String, ResourceBundle, INoReturnMap, KeyLookupRecord, Map, Collection, Collection) - Method in class com.taco.text.InterpolatingConverter
Given a code snippet, convert the code into an object.
_selectedLocale - Variable in class com.taco.i18n.gui.LocaleSelectorPanel
 
_SEPARATOR_PATTERN - Static variable in class com.taco.util.ChainedResourceBundleFactory
A regex pattern specifying how bundle names passed to getBundle() are separated.
_SEPARATOR_PROPERTY_NAMES - Static variable in class com.taco.swinger.text2gui.SeparatorConverter
 
_setBundle(Locale) - Method in class com.taco.i18n.gui.LocaleSelectorPanel
 
_setEnvironment(Interpreter) - Method in class com.taco.text.StringToBeanShellInstanceConverter
Add the variables in _environment to the argument BeanShell interpreter.
_setProperties(Object, Map, ResourceBundle, INoReturnMap) - Method in class com.taco.swinger.text2gui.JTabbedPaneConverter.TabConverter
For efficiency's sake, this method is overloaded to do nothing, since all properties are already set in the property map.
_setProperties(Object, Map) - Method in class com.taco.text.CompositeConverter
Given the partially created object and a map of property names to property values, configure the object to reflect all of the properties.
_setProperties(Object, Map, ResourceBundle, INoReturnMap) - Method in class com.taco.text.ImmutableCompositeConverter
Do nothing, since properties cannot be changed after creation.
_setSelectedLocaleIndex(int) - Method in class com.taco.i18n.gui.LocaleSelectorPanel
 
_SHOULD_READ_GLOBAL_NAME - Static variable in class com.taco.text.CompositeConverter
A string used for the globalName parameter which means that the global name should be read from the bundle.
_shouldCacheResult - Variable in class com.taco.swinger.SwingDelayedResult
True if the computed result should be cached.
_shouldKeepEnclosingPunctuation(String, CharSequence) - Method in class com.taco.text.BracedPropertyCompositeConverter
This method is called by _extractPropertyValueString() to determine if the opening and closing braces should be kept around a string representing a property value.
_SPACE_CHARS - Static variable in class com.taco.util.MultiLineProperties
 
_STATIC_IMPORTS - Static variable in class com.taco.text.InterpolatingConverter
A collection of static imports to add to the BeanShell interpreter.
_staticImports - Variable in class com.taco.text.StringToBeanShellInstanceConverter
An ordered collection of strings which are the static imports to be added to the bean shell environment before execution.
_stride - Variable in class com.taco.data.SoftValueMap.SoftValueEntrySet.SoftValueEntryIterator
_stride[i] indicates the number of elements to skip in the iteration of the entry set of _innerIterator before getting to the ith entry with a non-cleared value.
_strideIndex - Variable in class com.taco.data.SoftValueMap.SoftValueEntrySet.SoftValueEntryIterator
The index into _stride to look at for the next call to next().
_stringConverter - Variable in class com.taco.text.AtomConverter
The string converter that _literalToObject() uses.
_STRUT_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.StrutConverter
 
_STRUT_CREATION_PROPERTY_NAMES - Static variable in class com.taco.swinger.text2gui.StrutConverter
 
_suffixToTypeMap - Variable in class com.taco.text.DispatchingConverter
A map between resource bundle key suffixes (lower-case String)and dispatch types (String) that are guesses for the dispatch type corresponding to resource bundle keys ending with a suffix.
_TAB_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.JTabbedPaneConverter
The converter map for TabConverter.
_table - Variable in class com.taco.swinger.text2gui.JTableConverter.AbstractTableMapConsistencyListener
The table that this listener monitors.
_TABLE_COLUMN_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.TableColumnConverter
 
_TABLE_COLUMN_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.TableColumnConverter
 
_TABLE_COLUMN_MODEL_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.TableColumnModelConverter
 
_TABLE_COLUMN_MODEL_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.TableColumnModelConverter
 
_TITLED_BORDER_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.border.TitledBorderConverter
 
_TITLED_BORDER_JUSTIFICATION_MAP - Static variable in class com.taco.swinger.text2gui.border.TitledBorderConverter
A map between strings and justification types (wrapped in instances of Integer) for TitledBorder.
_TITLED_BORDER_POSITION_MAP - Static variable in class com.taco.swinger.text2gui.border.TitledBorderConverter
A map between strings and position types (wrapped in instances of Integer) for TitledBorder.
_TO_OBJECT_MAPPER_CONVERTER - Static variable in class com.taco.text.InterpolatingConverter
An converter to instances of IObjectMapper.
_toAlignment(String) - Static method in class com.taco.swinger.text2gui.DispatchingLayoutConverter.FlowLayoutConverter
Given a possibly null string representing the alignment, convert the string into an alignment value for a constructor of FlowLayout.
_toAxis(String) - Method in class com.taco.swinger.text2gui.DispatchingLayoutConverter.BoxLayoutConverter
Given a non-null string, return the corresponding axis value used for the constructor of BoxLayout.
_toMapValueConverter - Variable in class com.taco.text.CompositeConverter.AbstractMapConsistencyListener
The converter from the composite property value to the argument map value.
_toObject(ResourceBundle, String, INoReturnMap, KeyLookupRecord, String) - Method in class com.taco.swinger.text2gui.DispatchingLayoutConverter
Set the container's layout once the layout has been converted.
_toObject(ResourceBundle, String, INoReturnMap, KeyLookupRecord, String) - Method in class com.taco.swinger.text2gui.DispatchingLayoutConverter.GridBagLayoutConverter
Return a new grid bag layout, without checking the argument resource bundle.
_toObject(ResourceBundle, String, INoReturnMap, KeyLookupRecord, String) - Method in class com.taco.swinger.text2gui.DispatchingLayoutConverter.OverlayLayoutConverter
 
_toObject(ResourceBundle, String, INoReturnMap, KeyLookupRecord, String) - Method in class com.taco.text.CollectionConverter
If baseKey is mapped to a string, send it to toObject(String, ResourceBundle, INoReturnMap, String).
_toObject(ResourceBundle, String, INoReturnMap, KeyLookupRecord, String) - Method in class com.taco.text.CompositeConverter
 
_toObject(ResourceBundle, String, INoReturnMap, KeyLookupRecord, String) - Method in class com.taco.text.DispatchingConverter
 
_toObject(ResourceBundle, String, INoReturnMap, KeyLookupRecord, String) - Method in class com.taco.text.InterpolatingConverter
If the value associated with baseKey is a non-null string, use this instance to convert it to an object.
_toObject(ResourceBundle, String, INoReturnMap, KeyLookupRecord, String) - Method in class com.taco.text.MessageFormatConverter
 
_toObject(ResourceBundle, String, INoReturnMap, KeyLookupRecord, String) - Method in class com.taco.text.QuotedStringConverter
 
_toObject(ResourceBundle, String, INoReturnMap, KeyLookupRecord, String) - Method in class com.taco.text.RangeConverter
If the base key is mapped to an integer array, return it.
_toObject(ResourceBundle, String, INoReturnMap, KeyLookupRecord, String) - Method in class com.taco.text.StringConverter
If baseKey is mapped to null, return null.
_toObject(String) - Method in class com.taco.text.StringToBeanShellInstanceConverter
If the string starts with a brace, evaluate the string using the BeanShell intepreter returned by _getInterpreter().
_toObject(String) - Method in class com.taco.text.StringToInstanceConverter
Convert s to an object as in toObject(), but don't do any type checking.
_toObjectMapper(String, ResourceBundle, INoReturnMap) - Static method in class com.taco.text.InterpolatingConverter
Convert the string to an instance of IObjectMapper that converts to or from argument map values.
_TYPE_MAP - Static variable in class com.taco.swinger.text2gui.StringToCursorConverter
A map between lower case names and instances of Integer containing the corresponding type of cursor.
_typeToConfigurerMap - Variable in class com.taco.text.DispatchingConverter
A map between dispatch types (String) and instances of CompositeConverter that handle the corresponding types.
_typeToConverterMap - Variable in class com.taco.text.DispatchingConverter
A map between dispatch types (String) and instances of IInterpolatingConverter that handle the corresponding types.
_useSoftCache - Variable in class com.taco.util.CachedKeysResourceBundle
A flag indicating whether a soft reference to the key set should be maintained in _keySetRef.
_value - Variable in class com.taco.data.ObservableMap.ValueElement
The value actually mapped to the associated key.
_value - Variable in class com.taco.data.SimpleMapEntry
 
_VALUE_CHARS_TO_ESCAPE - Static variable in class com.taco.util.MultiLineProperties
Characters in a property value to escape with a backslash before output.
_valueCharsToEscape() - Method in class com.taco.util.MultiLineProperties
Return a string consisting of all characters in a property value that need to be escaped with a backslash before being output.
_valueConverter - Variable in class com.taco.text.MapConverter
The converter for value strings.
_values - Variable in class com.taco.data.SoftValueMap.SoftValueEntrySet.SoftValueEntryIterator
A list of values which provides the strong references needed to guarantee no references to values will be cleared.
_valueUnwrapper - Variable in class com.taco.data.WrappedKeyValueMap
The value unwrapper.
_valueUnwrapper - Variable in class com.taco.data.WrappedObservableMap.WrappedNotificationStrategy
The value unwrapper.
_valueWrapper - Variable in class com.taco.data.WrappedKeyValueMap
The value wrapper.
_VARIABLE_REFERENCE_PATTERN - Static variable in class com.taco.text.StringConverterUtilities
 
_VARIABLE_REFERENCE_REGEX_STRING - Static variable in class com.taco.text.StringConverterUtilities
 
_version - Variable in class com.taco.data.SoftValueMap
When the map is cleared, all instances of SoftValue shouldn't cause purgeClearedValues() to remove a new key/value pair when the soft reference is cleared.
_version - Variable in class com.taco.data.SoftValueMap.SoftValue
Initially, this is set to the version of the map at this instance's creation time.
_WINDOW_ACTION_MAP - Static variable in class com.taco.swinger.text2gui.WindowConverter
 
_WINDOW_CONVERTER_MAP - Static variable in class com.taco.swinger.text2gui.WindowConverter
This is only a map of the Window-specific properties.
_WINDOW_CREATION_PROPERTY_NAMES - Static variable in class com.taco.swinger.text2gui.WindowConverter
 
_WINDOW_PROPERTY_NAMES - Static variable in class com.taco.swinger.text2gui.WindowConverter
Move the location property to after locationRelativeTo, since the parent must be set for it to have any effect.

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