Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- RBRACK - Static variable in interface org.jdesktop.el.impl.parser.ELParserConstants
- READ - Enum constant in enum org.jdesktop.beansbinding.AutoBinding.UpdateStrategy
-
An update strategy where the
AutoBinding
tries to keep the target in sync with the source. - READ_ONCE - Enum constant in enum org.jdesktop.beansbinding.AutoBinding.UpdateStrategy
-
An update strategy where the
AutoBinding
tries to sync the target from the source only once, at bind time. - READ_WRITE - Enum constant in enum org.jdesktop.beansbinding.AutoBinding.UpdateStrategy
-
An update strategy where the
AutoBinding
tries to keep both the source and target in sync with each other. - readChar() - Method in class org.jdesktop.el.impl.parser.SimpleCharStream
- readExternal(ObjectInput) - Method in class org.jdesktop.el.impl.lang.FunctionMapperImpl.Function
- readExternal(ObjectInput) - Method in class org.jdesktop.el.impl.lang.FunctionMapperImpl
- readExternal(ObjectInput) - Method in class org.jdesktop.el.impl.lang.VariableMapperImpl
- readExternal(ObjectInput) - Method in class org.jdesktop.el.impl.MethodExpressionImpl
- readExternal(ObjectInput) - Method in class org.jdesktop.el.impl.MethodExpressionLiteral
- readExternal(ObjectInput) - Method in class org.jdesktop.el.impl.ValueExpressionImpl
- readExternal(ObjectInput) - Method in class org.jdesktop.el.impl.ValueExpressionLiteral
- ReflectionUtil - Class in org.jdesktop.el.impl.util
-
Utilities for Managing Serialization and Reflection
- refresh() - Method in class org.jdesktop.beansbinding.Binding
-
Fetches the value of the source property for the source object and sets it as the value of the target property for the target object.
- refreshAndNotify() - Method in class org.jdesktop.beansbinding.Binding
-
The same as
Binding.refresh()
with the additional behavior of notifying all registeredBindingListeners
withsynced
ifrefresh
returnsnull
orsyncFailed
ifrefresh
returns aSyncFailure
. - refreshAndNotifyUnmanaged() - Method in class org.jdesktop.beansbinding.Binding
-
A protected version of
Binding.refreshAndNotify()
that allows managed subclasses to refresh and notify without throwing an exception for being managed. - refreshUnmanaged() - Method in class org.jdesktop.beansbinding.Binding
-
A protected version of
Binding.refresh()
that allows managed subclasses to refresh without throwing an exception for being managed. - ReInit(InputStream) - Method in class org.jdesktop.el.impl.parser.ELParser
- ReInit(InputStream) - Method in class org.jdesktop.el.impl.parser.SimpleCharStream
- ReInit(InputStream, int, int) - Method in class org.jdesktop.el.impl.parser.SimpleCharStream
- ReInit(InputStream, int, int, int) - Method in class org.jdesktop.el.impl.parser.SimpleCharStream
- ReInit(Reader) - Method in class org.jdesktop.el.impl.parser.ELParser
- ReInit(Reader) - Method in class org.jdesktop.el.impl.parser.SimpleCharStream
- ReInit(Reader, int, int) - Method in class org.jdesktop.el.impl.parser.SimpleCharStream
- ReInit(Reader, int, int, int) - Method in class org.jdesktop.el.impl.parser.SimpleCharStream
- ReInit(ELParserTokenManager) - Method in class org.jdesktop.el.impl.parser.ELParser
- ReInit(SimpleCharStream) - Method in class org.jdesktop.el.impl.parser.ELParserTokenManager
- ReInit(SimpleCharStream, int) - Method in class org.jdesktop.el.impl.parser.ELParserTokenManager
- removeBinding(Binding) - Method in class org.jdesktop.beansbinding.BindingGroup
-
Removes a
Binding
from this group. - removeBindingListener(BindingListener) - Method in class org.jdesktop.beansbinding.Binding
-
Removes a
BindingListener
from theBinding
. - removeBindingListener(BindingListener) - Method in class org.jdesktop.beansbinding.BindingGroup
-
Removes a
BindingListener
from the group. - removeColumnBinding(int) - Method in class org.jdesktop.swingbinding.JTableBinding
-
Removes the
ColumnBinding
with the given index from the list maintained by thisJTableBinding
. - removeColumnBinding(JTableBinding.ColumnBinding) - Method in class org.jdesktop.swingbinding.JTableBinding
-
Removes the given
ColumnBinding
from the list maintained by thisJTableBinding
. - removed(int, int) - Method in class org.jdesktop.swingbinding.impl.ListBindingManager
- removeObservableListListener(ObservableListListener) - Method in interface org.jdesktop.observablecollections.ObservableList
-
Removes a listener.
- removeObservableMapListener(ObservableMapListener) - Method in interface org.jdesktop.observablecollections.ObservableMap
-
Removes a listener from this observable map.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.jdesktop.beansbinding.Binding
-
Removes a
PropertyChangeListener
from theBinding
. - removePropertyChangeListener(PropertyChangeListener) - Method in class org.jdesktop.swingbinding.adapters.BeanAdapterBase
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.jdesktop.beansbinding.Binding
-
Removes a
PropertyChangeListener
from theBinding
for the given property name. - removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.jdesktop.swingbinding.adapters.BeanAdapterBase
- removePropertyStateListener(S, PropertyStateListener) - Method in class org.jdesktop.beansbinding.ObjectProperty
-
Does nothing; the state of an
ObjectProperty
never changes so listeners aren't useful. - removePropertyStateListener(S, PropertyStateListener) - Method in class org.jdesktop.beansbinding.Property
-
Removes a
PropertyStateListener
for the given source. - removePropertyStateListener(S, PropertyStateListener) - Method in class org.jdesktop.beansbinding.PropertyHelper
-
Removes a
PropertyStateListener
for the given source. - Resolution of Model Objects and their Properties - Search tag in package org.jdesktop.el
- Section
- RESOLVABLE_AT_DESIGN_TIME - Static variable in class org.jdesktop.el.ELResolver
-
The attribute name of the named attribute in the
FeatureDescriptor
that specifies whether the variable or property can be resolved at runtime. - resolvedIdentifier(Object, Object) - Method in class org.jdesktop.el.impl.lang.EvaluationContext
- resolvedProperty(Object, Object) - Method in class org.jdesktop.el.impl.lang.EvaluationContext
- ResolvedProperty(Object, Object) - Constructor for class org.jdesktop.el.Expression.ResolvedProperty
- resolveFunction(String, String) - Method in class org.jdesktop.el.FunctionMapper
-
Resolves the specified prefix and local name into a
java.lang.Method
. - resolveFunction(String, String) - Method in class org.jdesktop.el.impl.lang.FunctionMapperFactory
- resolveFunction(String, String) - Method in class org.jdesktop.el.impl.lang.FunctionMapperImpl
- resolveVariable(String) - Method in class org.jdesktop.el.impl.lang.VariableMapperFactory
- resolveVariable(String) - Method in class org.jdesktop.el.impl.lang.VariableMapperImpl
- resolveVariable(String) - Method in class org.jdesktop.el.VariableMapper
- ResourceBundleELResolver - Class in org.jdesktop.el
-
Defines property resolution behavior on instances of
ResourceBundle
. - ResourceBundleELResolver() - Constructor for class org.jdesktop.el.ResourceBundleELResolver
- Result(Object, String) - Constructor for class org.jdesktop.beansbinding.Validator.Result
-
Creates a
Result
with the given error code and description. - Result(Expression.Result.Type, Object, List<Expression.ResolvedProperty>) - Constructor for class org.jdesktop.el.Expression.Result
- RPAREN - Static variable in interface org.jdesktop.el.impl.parser.ELParserConstants
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form