|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package com.taco.data |
---|
Class com.taco.data.DelayedResultObservableMap extends WrappedObservableMap implements Serializable |
---|
Class com.taco.data.ListSet extends java.util.AbstractSet implements Serializable |
---|
Serialized Fields |
---|
java.util.LinkedList _list
Class com.taco.data.ListToVectorAdapter extends java.util.Vector implements Serializable |
---|
Serialized Fields |
---|
java.util.List _list
java.util.ArrayList _arrayList
_list
is an instance of ArrayList
,
this field is set to the casted version of _list
. This is
not final so that this instance can be cloned.
Class com.taco.data.MapToDictionaryAdapter extends java.util.Dictionary implements Serializable |
---|
Serialized Fields |
---|
java.util.Map _map
Class com.taco.data.NoReturnMapAdapter extends AbstractNoReturnMap implements Serializable |
---|
Serialized Fields |
---|
java.util.Map _decoratee
Class com.taco.data.ObservableMap extends AbstractNoReturnMap implements Serializable |
---|
Serialized Fields |
---|
IMapFactory _mapFactory
java.util.Map _map
INoReturnMap _noReturnMap
_map
is an instance of INoReturnMap
, this
is a casted copy of _map
.
INotificationStrategy _notificationStrategy
java.util.Collection _putKeys
Class com.taco.data.SimpleMapEntry extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object _key
java.lang.Object _value
Class com.taco.data.SoftValueMap.SoftValueEntrySet.SoftValueMapEntry extends SimpleMapEntry implements Serializable |
---|
Serialized Fields |
---|
java.util.Map.Entry _innerEntry
Class com.taco.data.WrappedKeyValueMap extends AbstractNoReturnMap implements Serializable |
---|
Serialized Fields |
---|
java.util.Map _innerMap
IObjectMapper _keyWrapper
IObjectMapper _keyUnwrapper
IObjectMapper _valueWrapper
IObjectMapper _valueUnwrapper
INoReturnMap _noReturnMap
_innerMap
is an instance of INoReturnMap
,
this is a casted copy of _innerMap
.
Class com.taco.data.WrappedObservableMap extends WrappedKeyValueMap implements Serializable |
---|
Serialized Fields |
---|
INoReturnObservableMap _observableMap
Package com.taco.i18n.gui |
---|
Class com.taco.i18n.gui.LocaleSelectorPanel extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
java.util.Locale _selectedLocale
boolean _isInternalChange
setSelectedLocale()
method -- use this to prevent infinite recursion.
INoReturnObservableMap _argMap
java.util.ResourceBundle _bundle
Class com.taco.i18n.gui.LocaleSelectorPanel.LocaleCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable |
---|
Package com.taco.swinger |
---|
Class com.taco.swinger.SwingNotificationStrategy extends AbstractNotificationStrategy implements Serializable |
---|
Package com.taco.swinger.filechooser |
---|
Class com.taco.swinger.filechooser.ExtensionFileFilter extends javax.swing.filechooser.FileFilter implements Serializable |
---|
Serialized Fields |
---|
java.lang.String[] _extensions
boolean _acceptDirectories
java.lang.String _description
boolean _descriptionExplicitlySet
int _cachedHashCode
Package com.taco.swinger.table |
---|
Class com.taco.swinger.table.FastTableModel extends javax.swing.table.DefaultTableModel implements Serializable |
---|
Package com.taco.swinger.text2gui |
---|
Class com.taco.swinger.text2gui.DispatchingComponentConverter extends DispatchingConverter implements Serializable |
---|
Serialized Fields |
---|
IComponentAddStrategyProvider _componentAddStrategyProvider
Class com.taco.swinger.text2gui.DispatchingLayoutConverter extends DispatchingConverter implements Serializable |
---|
Serialized Fields |
---|
java.awt.Container _container
Class com.taco.swinger.text2gui.StringToBorderLayoutConstraintConverter extends MappedStringToObjectConverter implements Serializable |
---|
Class com.taco.swinger.text2gui.StringToCloseOperationConverter extends MappedStringToObjectConverter implements Serializable |
---|
Class com.taco.swinger.text2gui.StringToFontConverter extends AbstractStringToObjectConverter implements Serializable |
---|
Class com.taco.swinger.text2gui.StringToLayerConverter extends MappedStringToObjectConverter implements Serializable |
---|
Class com.taco.swinger.text2gui.StringToSelectionModeConverter extends MappedStringToObjectConverter implements Serializable |
---|
Class com.taco.swinger.text2gui.StringToSwingConstantConverter extends MappedStringToObjectConverter implements Serializable |
---|
Package com.taco.swinger.text2gui.border |
---|
Class com.taco.swinger.text2gui.border.DispatchingBorderConverter extends DispatchingConverter implements Serializable |
---|
Package com.taco.text |
---|
Class com.taco.text.CompositeConverter.CompositeUpdater extends CompositeConverter.AbstractCompositeUpdater implements Serializable |
---|
Serialized Fields |
---|
CompositeConverter.ISetPropertyAction _action
Class com.taco.text.CompositeConverter.DefaultMapConsistencyListener extends CompositeConverter.AbstractMapConsistencyListener implements Serializable |
---|
Class com.taco.text.CompositeConverter.DelayedConvertedResult extends CachedDelayedResult implements Serializable |
---|
Class com.taco.text.CompositeConverter.ReflectionSetPropertyAction extends java.lang.Object implements Serializable |
---|
Class com.taco.text.CPunctuationState extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
int parentheses
int brackets
int braces
boolean escaped
boolean octalEscaped
boolean unicodeEscaped
boolean inLineComment
int blockCommentState
java.lang.StringBuffer digitBuffer
null
, we are not in an octal or unicode escape.
char lastOctalChar
update()
can only return one character, so the octal
character built is saved here. If equal to
Character.MAX_VALUE
, the last character did not end an
octal sequence.
boolean doubleQuoted
boolean singleQuoted
char outChar
Character.MAX_VALUE
, the
character that was represented by the last character scanned. Ordinary,
this is the same as the last character, but in an escaped context, the
last character might mean another character. If equal to
Character.MAX_VALUE
, the last character was escaped so no
character was represented.
Class com.taco.text.DispatchingConverter extends InterpolatingConverter implements Serializable |
---|
Serialized Fields |
---|
java.util.Map _typeToConverterMap
String
) and instances of
IInterpolatingConverter
that handle the corresponding
types.
java.util.Map _typeToConfigurerMap
String
) and instances of
CompositeConverter
that handle the corresponding
types.
java.util.Map _suffixToTypeMap
String
)and dispatch types (String
) that are
guesses for the dispatch type corresponding to resource bundle keys
ending with a suffix.
Class com.taco.text.InterpolatedValueMatchResult extends MatchResult implements Serializable |
---|
Serialized Fields |
---|
java.lang.String bundleKey
null
.
java.lang.String argMapKey
null
.
java.lang.String fromMapValueConverterString
null
.
java.lang.String toMapValueConverterString
null
.
boolean readArgMap
true
.
boolean updateArgMap
true
.
boolean writeArgMap
false
.
java.lang.String argMapFallbackString
null
.
java.lang.String referencedGlobalName
null
.
java.lang.String assignedGlobalName
null
.
java.lang.String literal
null
.
Class com.taco.text.KeyLookupRecord extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.util.Map _keyToDescriptorMap
KeyDescriptor
.
java.lang.String _currentPropertyName
Class com.taco.text.KeyLookupRecord.KeyDescriptor extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String propertyName
IObjectMapper fromMapValueConverter
null
, no
conversion is required.
IObjectMapper toMapValueConverter
null
, no
conversion is required. If BAD_OBJECT_MAPPER
, an error
occurred parsing the converter, so no map consistency listener
should be added.
boolean readArgMap
boolean updateArgMap
boolean writeArgMap
Class com.taco.text.MappedStringToObjectConverter extends AbstractStringToObjectConverter implements Serializable |
---|
Serialized Fields |
---|
java.util.Map _map
java.lang.Object _defaultValue
_NO_DEFAULT_VALUE
, a
ParseException
is thrown instead.
Class com.taco.text.MatchResult extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String s
null
.
int startIndex
int endIndex
Class com.taco.text.ReversedCharSequence extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.CharSequence _forwardSequence
int _length
Class com.taco.text.StringToBeanShellInstanceConverter extends StringToInstanceConverter implements Serializable |
---|
Serialized Fields |
---|
java.util.Map _environment
java.util.Collection _imports
java.util.Collection _staticImports
Class com.taco.text.StringToBooleanConverter extends AbstractStringToObjectConverter implements Serializable |
---|
Class com.taco.text.StringToCharacterConverter extends AbstractStringToObjectConverter implements Serializable |
---|
Class com.taco.text.StringToClassConverter extends AbstractStringToObjectConverter implements Serializable |
---|
Class com.taco.text.StringToDoubleConverter extends AbstractStringToObjectConverter implements Serializable |
---|
Class com.taco.text.StringToFloatConverter extends AbstractStringToObjectConverter implements Serializable |
---|
Class com.taco.text.StringToInstanceConverter extends AbstractStringToObjectConverter implements Serializable |
---|
Serialized Fields |
---|
java.lang.Class _returnType
Class com.taco.text.StringToIntegerConverter extends AbstractStringToObjectConverter implements Serializable |
---|
Class com.taco.text.StringToLocaleConverter extends AbstractStringToObjectConverter implements Serializable |
---|
Class com.taco.text.StringToLongConverter extends AbstractStringToObjectConverter implements Serializable |
---|
Class com.taco.text.StringToPatternConverter extends AbstractStringToObjectConverter implements Serializable |
---|
Package com.taco.util |
---|
Class com.taco.util.AcceptAllObjectFilter extends java.lang.Object implements Serializable |
---|
Class com.taco.util.BooleanMapper extends java.lang.Object implements Serializable |
---|
Class com.taco.util.BooleanToIntegerMapper extends java.lang.Object implements Serializable |
---|
Class com.taco.util.CachedDelayedResult extends java.lang.Object implements Serializable |
---|
Serialization Methods |
---|
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
java.io.IOException
Serialized Fields |
---|
java.lang.Object _cachedResult
java.lang.Throwable _lastException
_computeResult()
was run.
Class com.taco.util.ChainedResourceBundleFactory extends AbstractResourceBundleFactory implements Serializable |
---|
Serialized Fields |
---|
IResourceBundleFactory _innerFactory
Class com.taco.util.ConstantIntMapper extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
int _value
map()
.
Class com.taco.util.InvertMapper extends java.lang.Object implements Serializable |
---|
Class com.taco.util.MultiLineProperties extends java.util.Properties implements Serializable |
---|
Serialized Fields |
---|
java.util.Map _propertyMap
java.util.Map _commentMap
Class com.taco.util.ResourceBundleFactory extends AbstractResourceBundleFactory implements Serializable |
---|
Serialized Fields |
---|
SoftValueMap _bundleCache
BundleCacheKey
. Resource bundles are referenced softly so
that they can be garbage collected if not in use.
This can't be final since the clone must have a different map.
A block must be synchronized on the bundle cache before accessing it
or the builder map. The bundle cache MUST NEVER be locked before
locking the instance.
java.lang.ref.ReferenceQueue _loaderReferenceQueue
_bundleCache
by cleanBundleCache()
.
This can't be final since the clone must have a different queue.
java.util.Map _cacheKeyToBuilderMap
BundleCacheKey
to the threads that
are currently building the corresponding resource bundle. Access to
this map MUST be synchronized with _bundleCache
.
This can't be final since the clone must have a different map.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |