|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IObjectFilter | |
---|---|
com.taco.data | |
com.taco.swinger | Provides utilities for programming with the Swing API, and specialized Swing components. |
com.taco.text | Provides converters to and from text, and other text processing and formatting capabilities. |
com.taco.util | Provides utility classes for a variety of purposes. |
Uses of IObjectFilter in com.taco.data |
---|
Methods in com.taco.data with parameters of type IObjectFilter | |
---|---|
protected void |
ObservableMap._notifyListeners(java.lang.Object key,
java.lang.Object oldValue,
java.lang.Object newValue,
java.util.Collection listeners,
IObjectFilter listenerFilter)
Notify all listeners of the change in the value mapped to the argument key. |
void |
WrappedObservableMap.WrappedNotificationStrategy.notifyListeners(java.lang.Object source,
java.lang.Object key,
java.lang.Object oldValue,
java.lang.Object newValue,
java.util.Collection listeners,
IObjectFilter listenerFilter)
Create a new instance of PropertyChangeEvent by
unwrapping the key and values, then call
notifyListeners() with the event. |
void |
INotificationStrategy.notifyListeners(java.lang.Object source,
java.lang.Object key,
java.lang.Object oldValue,
java.lang.Object newValue,
java.util.Collection listeners,
IObjectFilter listenerFilter)
Notify all listeners of a change of the value mapped to the argument key. |
void |
AbstractNotificationStrategy.notifyListeners(java.lang.Object source,
java.lang.Object key,
java.lang.Object oldValue,
java.lang.Object newValue,
java.util.Collection listeners,
IObjectFilter listenerFilter)
Create the property change event with the given arguments, and call notifyListeners() with the event. |
void |
WrappedObservableMap.WrappedNotificationStrategy.notifyListeners(java.beans.PropertyChangeEvent event,
java.util.Collection listeners,
IObjectFilter listenerFilter)
Notify the listeners using the wrapped strategy. |
void |
INotificationStrategy.notifyListeners(java.beans.PropertyChangeEvent event,
java.util.Collection listeners,
IObjectFilter listenerFilter)
Notify all listeners of the argument event. |
java.lang.Object |
WrappedObservableMap.put(java.lang.Object key,
java.lang.Object value,
IObjectFilter listenerFilter)
|
java.lang.Object |
ObservableMap.put(java.lang.Object key,
java.lang.Object value,
IObjectFilter listenerFilter)
|
java.lang.Object |
IObservableMap.put(java.lang.Object key,
java.lang.Object value,
IObjectFilter listenerFilter)
Put the key-value pair in the map. |
void |
WrappedObservableMap.putAll(java.util.Map source,
IObjectFilter listenerFilter)
|
void |
ObservableMap.putAll(java.util.Map sourceMap,
IObjectFilter filter)
|
void |
IObservableMap.putAll(java.util.Map source,
IObjectFilter listenerFilter)
Copy all of the mappings from the specified map to this map. |
void |
WrappedObservableMap.putNoReturn(java.lang.Object key,
java.lang.Object value,
IObjectFilter listenerFilter)
|
void |
ObservableMap.putNoReturn(java.lang.Object key,
java.lang.Object value,
IObjectFilter listenerFilter)
|
void |
INoReturnObservableMap.putNoReturn(java.lang.Object key,
java.lang.Object value,
IObjectFilter listenerFilter)
|
java.lang.Object |
WrappedObservableMap.WrappedObservableEntry.setValue(java.lang.Object value,
IObjectFilter listenerFilter)
|
java.lang.Object |
ObservableMap.EntrySet.ObservableEntry.setValue(java.lang.Object value,
IObjectFilter listenerFilter)
|
java.lang.Object |
IObservableMap.IObservableEntry.setValue(java.lang.Object value,
IObjectFilter listenerFilter)
Set the value and notify listeners that are accepted by the filter of the change. |
void |
WrappedObservableMap.WrappedObservableEntry.setValueNoReturn(java.lang.Object value,
IObjectFilter listenerFilter)
|
void |
ObservableMap.EntrySet.ObservableEntry.setValueNoReturn(java.lang.Object value,
IObjectFilter listenerFilter)
|
void |
INoReturnObservableMap.INoReturnObservableEntry.setValueNoReturn(java.lang.Object value,
IObjectFilter listenerFilter)
Set the value and notify listeners that are accepted by the filter of the change. |
Uses of IObjectFilter in com.taco.swinger |
---|
Methods in com.taco.swinger with parameters of type IObjectFilter | |
---|---|
void |
SwingNotificationStrategy.notifyListeners(java.beans.PropertyChangeEvent event,
java.util.Collection listeners,
IObjectFilter listenerFilter)
Notify all listeners of a new property change event. |
Uses of IObjectFilter in com.taco.text |
---|
Classes in com.taco.text that implement IObjectFilter | |
---|---|
protected static class |
CompositeConverter.NotUpdaterListenerFilter
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. |
Fields in com.taco.text declared as IObjectFilter | |
---|---|
protected IObjectFilter |
CompositeConverter.AbstractMapConsistencyListener._listenerFilter
A filter that rejects updater listeners that update the same property of the same composite. |
Uses of IObjectFilter in com.taco.util |
---|
Classes in com.taco.util that implement IObjectFilter | |
---|---|
class |
AcceptAllObjectFilter
An implementation of IObjectFilter that accepts all objects. |
Constructors in com.taco.util with parameters of type IObjectFilter | |
---|---|
FilteredIterator(java.util.Iterator it,
IObjectFilter filter)
Construct a new instance based on the argument iterator and the object filter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |