A B C D E F G H I L M N O P R S T U V

A

AbstractConverter - Class in com.jgoodies.binding.value
An abstract class that minimizes the effort required to implement a type converter.
AbstractConverter(ValueModel) - Constructor for class com.jgoodies.binding.value.AbstractConverter
Constructs an AbstractConverter on the given subject.
AbstractTableAdapter - Class in com.jgoodies.binding.adapter
An abstract implementation of the TableModel interface that converts a ListModel of row elements.
AbstractTableAdapter(ListModel) - Constructor for class com.jgoodies.binding.adapter.AbstractTableAdapter
Constructs an AbstractTableAdapter on the given ListModel.
AbstractTableAdapter(ListModel, String[]) - Constructor for class com.jgoodies.binding.adapter.AbstractTableAdapter
Constructs an AbstractTableAdapter on the given ListModel using the specified table column names.
AbstractValueModel - Class in com.jgoodies.binding.value
An abstract class that minimizes the effort required to implement the ValueModel interface.
AbstractValueModel() - Constructor for class com.jgoodies.binding.value.AbstractValueModel
 
AbstractVetoableValueModel - Class in com.jgoodies.binding.value
A ValueModel that allows to accept or reject proposed value changes.
AbstractVetoableValueModel(ValueModel) - Constructor for class com.jgoodies.binding.value.AbstractVetoableValueModel
Constructs an AbstractVetoableValueModel for the given ValueModel.
add(int, Object) - Method in class com.jgoodies.binding.list.ArrayListModel
Inserts the specified element at the specified position in this list.
add(Object) - Method in class com.jgoodies.binding.list.ArrayListModel
Appends the specified element to the end of this list.
add(int, Object) - Method in class com.jgoodies.binding.list.LinkedListModel
Inserts the specified element at the specified position in this list.
add(Object) - Method in class com.jgoodies.binding.list.LinkedListModel
Appends the specified element to the end of this list.
addAll(int, Collection) - Method in class com.jgoodies.binding.list.ArrayListModel
Inserts all of the elements in the specified Collection into this list, starting at the specified position.
addAll(Collection) - Method in class com.jgoodies.binding.list.ArrayListModel
Appends all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection) - Method in class com.jgoodies.binding.list.LinkedListModel
Inserts all of the elements in the specified Collection into this list, starting at the specified position.
addBeanPropertyChangeListener(PropertyChangeListener) - Method in class com.jgoodies.binding.beans.BeanAdapter
Adds a PropertyChangeListener to the list of bean listeners.
addBeanPropertyChangeListener(String, PropertyChangeListener) - Method in class com.jgoodies.binding.beans.BeanAdapter
Adds a PropertyChangeListener to the list of bean listeners for a specific property.
addBeanPropertyChangeListener(PropertyChangeListener) - Method in class com.jgoodies.binding.PresentationModel
Adds a PropertyChangeListener to the list of bean listeners.
addBeanPropertyChangeListener(String, PropertyChangeListener) - Method in class com.jgoodies.binding.PresentationModel
Adds a PropertyChangeListener to the list of bean listeners for a specific property.
addChangeListener(ChangeListener) - Method in class com.jgoodies.binding.adapter.BoundedRangeAdapter
Adds a ChangeListener.
addComponentPropertyHandler(JComponent, ValueModel) - Static method in class com.jgoodies.binding.adapter.Bindings
If the given model is a ComponentValueModel, a component property handler is registered with this model.
addDocumentListener(DocumentListener) - Method in class com.jgoodies.binding.adapter.DocumentAdapter
Registers the given observer to begin receiving notifications when changes are made to the document.
addFirst(Object) - Method in class com.jgoodies.binding.list.LinkedListModel
Inserts the given element at the beginning of this list.
addLast(Object) - Method in class com.jgoodies.binding.list.LinkedListModel
Appends the given element to the end of this list.
addListDataListener(ListDataListener) - Method in class com.jgoodies.binding.list.ArrayListModel
Adds a listener to the list that's notified each time a change to the data model occurs.
addListDataListener(ListDataListener) - Method in class com.jgoodies.binding.list.LinkedListModel
Adds a listener to the list that's notified each time a change to the data model occurs.
addListDataListener(ListDataListener) - Method in class com.jgoodies.binding.list.ListHolder
Adds a listener to the list that's notified each time a change to the data model occurs.
addListDataListener(ListDataListener) - Method in class com.jgoodies.binding.list.ListModelHolder
Adds a listener to the list that's notified each time a change to the data model occurs.
addListDataListener(ListDataListener) - Method in class com.jgoodies.binding.list.SelectionInList
Adds a listener to the list that's notified each time a change to the data model occurs.
addListSelectionListener(ListSelectionListener) - Method in class com.jgoodies.binding.adapter.SingleListSelectionAdapter
Add a listener to the list that's notified each time a change to the selection occurs.
addPropertyChangeListener(Object, Class, PropertyChangeListener) - Static method in class com.jgoodies.binding.beans.BeanUtils
Adds a property change listener to the given bean.
addPropertyChangeListener(Object, Class, String, PropertyChangeListener) - Static method in class com.jgoodies.binding.beans.BeanUtils
Adds a named property change listener to the given bean.
addPropertyChangeListener(Object, PropertyChangeListener) - Static method in class com.jgoodies.binding.beans.BeanUtils
Adds a property change listener to the given bean.
addPropertyChangeListener(Object, String, PropertyChangeListener) - Static method in class com.jgoodies.binding.beans.BeanUtils
Adds a named property change listener to the given bean.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.jgoodies.binding.beans.IndirectPropertyChangeSupport
Adds a PropertyChangeListener to the list of bean listeners.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.jgoodies.binding.beans.IndirectPropertyChangeSupport
Adds a PropertyChangeListener to the list of bean listeners for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.jgoodies.binding.beans.Model
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.jgoodies.binding.beans.Model
Adds a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.jgoodies.binding.beans.Observable
Adds the given PropertyChangeListener to the listener list.
addSelectionInterval(int, int) - Method in class com.jgoodies.binding.adapter.SingleListSelectionAdapter
Sets the selection interval using the given indices.
addUndoableEditListener(UndoableEditListener) - Method in class com.jgoodies.binding.adapter.DocumentAdapter
Registers the given observer to begin receiving notifications when undoable edits are made to the document.
addValueChangeListener(PropertyChangeListener) - Method in class com.jgoodies.binding.value.AbstractValueModel
Registers the given PropertyChangeListener with this model.
addValueChangeListener(PropertyChangeListener) - Method in interface com.jgoodies.binding.value.ValueModel
Registers the given PropertyChangeListener with this ValueModel.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.jgoodies.binding.beans.Model
Adds a VetoableChangeListener to the listener list.
addVetoableChangeListener(String, VetoableChangeListener) - Method in class com.jgoodies.binding.beans.Model
Adds a VetoableChangeListener to the listener list for a specific property.
afterBeanChange(Object, Object) - Method in class com.jgoodies.binding.PresentationModel
The underlying BeanAdapter has changed the target bean.
ArrayListModel - Class in com.jgoodies.binding.list
Adds ListModel capabilities to its superclass ArrayList, i. e. allows to observe changes in the content and structure.
ArrayListModel() - Constructor for class com.jgoodies.binding.list.ArrayListModel
Constructs an empty list with an initial capacity of ten.
ArrayListModel(int) - Constructor for class com.jgoodies.binding.list.ArrayListModel
Constructs an empty list with the specified initial capacity.
ArrayListModel(Collection) - Constructor for class com.jgoodies.binding.list.ArrayListModel
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.

B

BasicComponentFactory - Class in com.jgoodies.binding.adapter
Consists only of static methods that create and vend frequently used Swing components that are then bound to a given ValueModel.
BasicComponentFactory() - Constructor for class com.jgoodies.binding.adapter.BasicComponentFactory
 
BeanAdapter - Class in com.jgoodies.binding.beans
Converts multiple Java Bean properties into ValueModels.
BeanAdapter(Object) - Constructor for class com.jgoodies.binding.beans.BeanAdapter
Constructs a BeanAdapter for the given bean; does not observe changes.
BeanAdapter(Object, boolean) - Constructor for class com.jgoodies.binding.beans.BeanAdapter
Constructs a BeanAdapter for the given bean; observes changes if specified.
BeanAdapter(ValueModel) - Constructor for class com.jgoodies.binding.beans.BeanAdapter
Constructs a BeanAdapter for the given bean channel; does not observe changes.
BeanAdapter(ValueModel, boolean) - Constructor for class com.jgoodies.binding.beans.BeanAdapter
Constructs a BeanAdapter for the given bean channel; observes changes if specified.
BeanAdapter.SimplePropertyAdapter - Class in com.jgoodies.binding.beans
Implements the access to the individual bean properties.
BeanUtils - Class in com.jgoodies.binding.beans
Consists exclusively of static methods that provide convenience behavior for working with Java Bean properties.
beforeBeanChange(Object, Object) - Method in class com.jgoodies.binding.PresentationModel
The underlying BeanAdapter is about to change the bean.
bind(JCheckBox, ValueModel) - Static method in class com.jgoodies.binding.adapter.Bindings
Binds a JCheckBox to the given ValueModel and retains the enablement state.
bind(JCheckBoxMenuItem, ValueModel) - Static method in class com.jgoodies.binding.adapter.Bindings
Binds a JCheckBoxMenuItem to the given ValueModel and retains the enablement state.
bind(JColorChooser, ValueModel) - Static method in class com.jgoodies.binding.adapter.Bindings
Binds a JColorChooser to the given Color-typed ValueModel.
bind(JColorChooser, ValueModel, Color) - Static method in class com.jgoodies.binding.adapter.Bindings
Binds a JColorChooser to the given Color-typed ValueModel.
bind(JComboBox, SelectionInList) - Static method in class com.jgoodies.binding.adapter.Bindings
Binds a non-editable JComboBox to the given SelectionInList using the SelectionInList's ListModel as list data provider and the SelectionInList's selection index holder for the combo box model's selected item.
bind(JFormattedTextField, ValueModel) - Static method in class com.jgoodies.binding.adapter.Bindings
Binds the given JFormattedTextField to the specified ValueModel.
bind(JLabel, ValueModel) - Static method in class com.jgoodies.binding.adapter.Bindings
Binds the given JLabel to the specified ValueModel.
bind(JList, SelectionInList) - Static method in class com.jgoodies.binding.adapter.Bindings
Binds a JList to the given SelectionInList using the SelectionInList's ListModel as list data provider and the SelectionInList's selection index holder for the selection model.
bind(JRadioButton, ValueModel, Object) - Static method in class com.jgoodies.binding.adapter.Bindings
Binds a JRadioButton to the given ValueModel and retains the enablement state.
bind(JRadioButtonMenuItem, ValueModel, Object) - Static method in class com.jgoodies.binding.adapter.Bindings
Binds a JRadioButtonMenuItem to the given ValueModel and retains the enablement state.
bind(JTextArea, ValueModel) - Static method in class com.jgoodies.binding.adapter.Bindings
Binds a text area to the given ValueModel.
bind(JTextArea, ValueModel, boolean) - Static method in class com.jgoodies.binding.adapter.Bindings
Binds a text area to the given ValueModel.
bind(JTextArea, ValueModel, Document, boolean) - Static method in class com.jgoodies.binding.adapter.Bindings
Binds a text area to the given ValueModel.
bind(JTextField, ValueModel) - Static method in class com.jgoodies.binding.adapter.Bindings
Bind a text fields or password field to the given ValueModel.
bind(JTextField, ValueModel, boolean) - Static method in class com.jgoodies.binding.adapter.Bindings
Binds a text field or password field to the given ValueModel.
bind(JTextField, ValueModel, Document, boolean) - Static method in class com.jgoodies.binding.adapter.Bindings
Binds a text field or password field to the given ValueModel.
Bindings - Class in com.jgoodies.binding.adapter
Consists only of static methods that bind Swing components to ValueModels.
BindingUtils - Class in com.jgoodies.binding
Consists exclusively of static methods that provide convenience behavior used by the Binding classes.
booleanValue() - Method in class com.jgoodies.binding.value.AbstractValueModel
Converts this model's value and returns it as a boolean.
BoundedRangeAdapter - Class in com.jgoodies.binding.adapter
Converts a ValueModel to the BoundedRangeModel interface.
BoundedRangeAdapter(ValueModel, int, int, int) - Constructor for class com.jgoodies.binding.adapter.BoundedRangeAdapter
Constructs a BoundedRangeAdapter on the given subject using the specified extend, minimum and maximum values.
BufferedValueModel - Class in com.jgoodies.binding.value
A ValueModel that wraps another ValueModel, the subject, and delays changes of the subject's value.
BufferedValueModel(ValueModel, ValueModel) - Constructor for class com.jgoodies.binding.value.BufferedValueModel
Constructs a BufferedValueHolder on the given subject using the given trigger channel.

C

changedUpdate(DocumentEvent) - Method in class com.jgoodies.binding.adapter.DocumentAdapter
An attribute or set of attributes has changed; do nothing.
ChangeTracker - Class in com.jgoodies.binding.extras
Tracks changes in a set of bound bean properties.
ChangeTracker() - Constructor for class com.jgoodies.binding.extras.ChangeTracker
Constructs a change tracker with change state set to false.
clear() - Method in class com.jgoodies.binding.list.ArrayListModel
Removes all of the elements from this list.
clear() - Method in class com.jgoodies.binding.list.LinkedListModel
Removes all of the elements from this list.
clearSelection() - Method in class com.jgoodies.binding.adapter.SingleListSelectionAdapter
Changes the selection to have no index selected.
clearSelection() - Method in class com.jgoodies.binding.extras.SelectionInList2
Clears the selection of this SelectionInList2 - if any.
clearSelection() - Method in class com.jgoodies.binding.extras.SelectionInListModel
Clears the selection of this SelectionInList - if any.
clearSelection() - Method in class com.jgoodies.binding.list.SelectionInList
Clears the selection of this SelectionInList - if any.
ColorSelectionAdapter - Class in com.jgoodies.binding.adapter
Converts ValueModels to the ColorSelectionModel interface.
ColorSelectionAdapter(ValueModel) - Constructor for class com.jgoodies.binding.adapter.ColorSelectionAdapter
Constructs a ColorSelectionAdapter on the given subject ValueModel.
ColorSelectionAdapter(ValueModel, Color) - Constructor for class com.jgoodies.binding.adapter.ColorSelectionAdapter
Constructs a ColorSelectionAdapter on the given subject ValueModel.
com.jgoodies.binding - package com.jgoodies.binding
Contains utilities and the PresentationModel that combines many of the Binding features
com.jgoodies.binding.adapter - package com.jgoodies.binding.adapter
Contains adapters that convert ValueModels to Swing model interfaces.
com.jgoodies.binding.beans - package com.jgoodies.binding.beans
Contains classes to model and work with Java Beans and Java Bean properties.
com.jgoodies.binding.extras - package com.jgoodies.binding.extras
Contains optional classes that ship only with the source distribution.
com.jgoodies.binding.formatter - package com.jgoodies.binding.formatter
Contains AbstractFormatter classes for use in component factories when binding to JFormattedTextField
com.jgoodies.binding.list - package com.jgoodies.binding.list
Contains classes that operate on, hold and observe lists and list models.
com.jgoodies.binding.value - package com.jgoodies.binding.value
Contains the ValueModel interface and hierarchy.
ComboBoxAdapter - Class in com.jgoodies.binding.adapter
A ComboBoxModel implementation that holds the choice list and a selection.
ComboBoxAdapter(List, ValueModel) - Constructor for class com.jgoodies.binding.adapter.ComboBoxAdapter
Constructs a ComboBoxAdapter for the specified List of items and the given selection holder.
ComboBoxAdapter(ListModel, ValueModel) - Constructor for class com.jgoodies.binding.adapter.ComboBoxAdapter
Constructs a ComboBoxAdapter for the given ListModel and selection holder.
ComboBoxAdapter(Object[], ValueModel) - Constructor for class com.jgoodies.binding.adapter.ComboBoxAdapter
Constructs a ComboBoxAdapter for the specified List of items and the given selection holder.
ComboBoxAdapter(ValueModel, ValueModel) - Constructor for class com.jgoodies.binding.adapter.ComboBoxAdapter
Constructs a ComboBoxAdapter for the specified list holder and the given selection holder.
ComboBoxAdapter(SelectionInList) - Constructor for class com.jgoodies.binding.adapter.ComboBoxAdapter
Constructs a ComboBoxAdapter for the given SelectionInList.
ComboBoxAdapter(SelectionInList, ValueModel, boolean) - Constructor for class com.jgoodies.binding.adapter.ComboBoxAdapter
An internal constructor that accepts either a SelectionInList or a separate selection holder.
ComponentValueModel - Class in com.jgoodies.binding.value
A ValueModel that provides relevant GUI state in presentation models.
ComponentValueModel(ValueModel) - Constructor for class com.jgoodies.binding.value.ComponentValueModel
Constructs a ComponentValueModel for the given ValueModel.
connect(SpinnerModel, ValueModel, Object) - Static method in class com.jgoodies.binding.adapter.SpinnerAdapterFactory
Connects the given ValueModel and SpinnerModel by synchronizing their values.
connect(SpinnerModel, ValueModel, Object) - Static method in class com.jgoodies.binding.adapter.SpinnerToValueModelConnector
Establishes a synchronization between the SpinnerModel and ValueModel.
connect(Object, String, Object, String) - Static method in class com.jgoodies.binding.beans.PropertyConnector
Synchronizes the two bound bean properties as specified by the given pairs of bean and associated property name.
ConverterFactory - Class in com.jgoodies.binding.value
A factory that vends ValueModels that convert types, for example Dates to Strings.
ConverterFactory.BooleanNegator - Class in com.jgoodies.binding.value
Negates Booleans leaving null unchanged.
ConverterFactory.BooleanToStringConverter - Class in com.jgoodies.binding.value
Converts Booleans to Strings and vice-versa using given texts for true, false, and null.
ConverterFactory.DoubleConverter - Class in com.jgoodies.binding.value
Converts Doubles using a given multiplier.
ConverterFactory.DoubleToIntegerConverter - Class in com.jgoodies.binding.value
Converts Doubles to Integers and vice-versa.
ConverterFactory.FloatConverter - Class in com.jgoodies.binding.value
Converts Floats using a given multiplier.
ConverterFactory.FloatToIntegerConverter - Class in com.jgoodies.binding.value
Converts Floats to Integers and vice-versa.
ConverterFactory.IntegerConverter - Class in com.jgoodies.binding.value
Converts Integers using a given multiplier.
ConverterFactory.LongConverter - Class in com.jgoodies.binding.value
Converts Longs using a given multiplier.
ConverterFactory.LongToIntegerConverter - Class in com.jgoodies.binding.value
Converts Longs to Integers and vice-versa.
ConverterFactory.StringConverter - Class in com.jgoodies.binding.value
Converts Values to Strings and vice-versa using a given Format.
convertFromSubject(Object) - Method in class com.jgoodies.binding.value.AbstractConverter
Converts a value from the subject to the type or format used by this converter.
convertFromSubject(Object) - Method in class com.jgoodies.binding.value.ConverterFactory.BooleanNegator
Negates Booleans leaving null unchanged.
convertFromSubject(Object) - Method in class com.jgoodies.binding.value.ConverterFactory.BooleanToStringConverter
Converts the subject value to associated text representation.
convertFromSubject(Object) - Method in class com.jgoodies.binding.value.ConverterFactory.DoubleConverter
Converts the subject's value and returns a corresponding Double using the multiplier.
convertFromSubject(Object) - Method in class com.jgoodies.binding.value.ConverterFactory.DoubleToIntegerConverter
Converts the subject's value and returns a corresponding Integer value using the multiplier.
convertFromSubject(Object) - Method in class com.jgoodies.binding.value.ConverterFactory.FloatConverter
Converts the subject's value and returns a corresponding Float using the multiplier.
convertFromSubject(Object) - Method in class com.jgoodies.binding.value.ConverterFactory.FloatToIntegerConverter
Converts the subject's value and returns a corresponding Integer using the multiplier.
convertFromSubject(Object) - Method in class com.jgoodies.binding.value.ConverterFactory.IntegerConverter
Converts the subject's value and returns a corresponding Integer using the multiplier.
convertFromSubject(Object) - Method in class com.jgoodies.binding.value.ConverterFactory.LongConverter
Converts the subject's value and returns a corresponding Long using the multiplier.
convertFromSubject(Object) - Method in class com.jgoodies.binding.value.ConverterFactory.LongToIntegerConverter
Converts the subject's value and returns a corresponding Integer.
convertFromSubject(Object) - Method in class com.jgoodies.binding.value.ConverterFactory.StringConverter
Formats the subject value and returns a String representation.
createBooleanNegator(ValueModel) - Static method in class com.jgoodies.binding.value.ConverterFactory
Creates and returns a ValueModel that negates Booleans and leaves null unchanged.
createBooleanToStringConverter(ValueModel, String, String) - Static method in class com.jgoodies.binding.value.ConverterFactory
Creates and returns a ValueModel that converts Booleans to the associated of the two specified strings, and vice versa.
createBooleanToStringConverter(ValueModel, String, String, String) - Static method in class com.jgoodies.binding.value.ConverterFactory
Creates and returns a ValueModel that converts Booleans to the associated of the two specified strings, and vice versa.
createChangeHandler() - Method in class com.jgoodies.binding.adapter.AbstractTableAdapter
Creates and returns a listener that handles changes in the underlying list model.
createCheckBox(ValueModel, String) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a check box with the specified text label that is bound to the given ValueModel.
createColorChooser(ValueModel) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a JColorChooser that has the color selection bound to the given ValueModel.
createColorChooser(ValueModel, Color) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a JColorChooser that has the color selection bound to the given ValueModel.
createComboBox(SelectionInList) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a non-editable JComboBox that is bound to the given SelectionInList.
createComboBox(SelectionInList, ListCellRenderer) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a non-editable JComboBox that is bound to the given SelectionInList using the given cell renderer.
createDateAdapter(ValueModel, Date) - Static method in class com.jgoodies.binding.adapter.SpinnerAdapterFactory
Creates and returns a SpinnerDateModel bound to the given valueModel.
createDateAdapter(ValueModel, Date, Comparable, Comparable, int) - Static method in class com.jgoodies.binding.adapter.SpinnerAdapterFactory
Creates and returns a SpinnerDateModel that represents a sequence of dates and is bound to the given valueModel.
createDateField(ValueModel) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a formatted text field that is bound to the Date value of the given ValueModel.
createDoubleConverter(ValueModel, double) - Static method in class com.jgoodies.binding.value.ConverterFactory
Creates and returns a ValueModel that converts Doubles using the specified multiplier.
createDoubleToIntegerConverter(ValueModel) - Static method in class com.jgoodies.binding.value.ConverterFactory
Creates and returns a ValueModel that converts Doubles to Integer, and vice versa.
createDoubleToIntegerConverter(ValueModel, int) - Static method in class com.jgoodies.binding.value.ConverterFactory
Creates and returns a ValueModel that converts Doubles to Integer, and vice versa.
createFloatConverter(ValueModel, float) - Static method in class com.jgoodies.binding.value.ConverterFactory
Creates and returns a ValueModel that converts Floats using the specified multiplier.
createFloatToIntegerConverter(ValueModel) - Static method in class com.jgoodies.binding.value.ConverterFactory
Creates and returns a ValueModel that converts Floats to Integer, and vice versa.
createFloatToIntegerConverter(ValueModel, int) - Static method in class com.jgoodies.binding.value.ConverterFactory
Creates and returns a ValueModel that converts Floats to Integer, and vice versa.
createFormattedTextField(ValueModel, Format) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a formatted text field that binds its value to the given model and converts Strings to values using the given Format.
createFormattedTextField(ValueModel, JFormattedTextField.AbstractFormatter) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a formatted text field that binds its value to the given model and converts Strings to values using the given Formatter.
createFormattedTextField(ValueModel, JFormattedTextField.AbstractFormatterFactory) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a formatted text field that binds its value to the given model and converts Strings to values using Formatters provided by the given AbstractFormatterFactory.
createFormattedTextField(ValueModel, String) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a formatted text field that binds its value to the given model and converts Strings to values using a MaskFormatter that is based on the given mask.
createIntegerConverter(ValueModel, double) - Static method in class com.jgoodies.binding.value.ConverterFactory
Creates and returns a ValueModel that converts Integers using the specified multiplier.
createIntegerField(ValueModel) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a formatted text field that is bound to the Integer value of the given ValueModel.
createIntegerField(ValueModel, int) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a formatted text field that is bound to the Integer value of the given ValueModel.
createIntegerField(ValueModel, NumberFormat) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a formatted text field that is bound to the Integer value of the given ValueModel.
createIntegerField(ValueModel, NumberFormat, int) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a formatted text field that is bound to the Integer value of the given ValueModel.
createIntegerField(ValueModel, NumberFormat, Integer) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a formatted text field that is bound to the Integer value of the given ValueModel.
createLabel(ValueModel) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a text label that is bound to the given ValueModel.
createLabel(ValueModel, Format) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a text label that is bound to the given ValueModel that is wrapped by a StringConverter.
createList(SelectionInList) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a JList for the given SelectionInList.
createList(SelectionInList, ListCellRenderer) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a JList for the given SelectionInList using the specified optional ListCellRenderer to render cells.
createListDataChangeHandler() - Method in class com.jgoodies.binding.extras.SelectionInListModel
Creates and returns the ListDataListener used to observe changes in the underlying ListModel.
createListDataChangeHandler() - Method in class com.jgoodies.binding.list.ListModelHolder
Creates and returns the ListDataListener used to observe changes in the underlying ListModel.
createLongConverter(ValueModel, double) - Static method in class com.jgoodies.binding.value.ConverterFactory
Creates and returns a ValueModel that converts Long using the specified multiplier.
createLongField(ValueModel) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a formatted text field that is bound to the Long value of the given ValueModel.
createLongField(ValueModel, long) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a formatted text field that is bound to the Long value of the given ValueModel.
createLongField(ValueModel, NumberFormat) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a formatted text field that is bound to the Long value of the given ValueModel.
createLongField(ValueModel, NumberFormat, long) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a formatted text field that is bound to the Long value of the given ValueModel.
createLongField(ValueModel, NumberFormat, Long) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a formatted text field that is bound to the Long value of the given ValueModel.
createLongToIntegerConverter(ValueModel) - Static method in class com.jgoodies.binding.value.ConverterFactory
Creates and returns a ValueModel that converts Longs to Integer and vice versa.
createLongToIntegerConverter(ValueModel, int) - Static method in class com.jgoodies.binding.value.ConverterFactory
Creates and returns a ValueModel that converts Longs to Integer and vice versa.
createNumberAdapter(ValueModel, int, int, int, int) - Static method in class com.jgoodies.binding.adapter.SpinnerAdapterFactory
Creates and returns a SpinnerNumberModel that is connected to the given ValueModel and that honors the specified minimum, maximum and step values.
createNumberAdapter(ValueModel, Number, Comparable, Comparable, Number) - Static method in class com.jgoodies.binding.adapter.SpinnerAdapterFactory
Creates and returns a SpinnerNumberModel that is connected to the given ValueModel and that honors the specified minimum, maximum and step values.
createPasswordField(ValueModel) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a JPasswordField with the content bound to the given ValueModel.
createPasswordField(ValueModel, boolean) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a JPasswordField with the content bound to the given ValueModel.
createPosition(int) - Method in class com.jgoodies.binding.adapter.DocumentAdapter
This method allows an application to mark a place in a sequence of character content.
createRadioButton(ValueModel, Object, String) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a radio button with the specified text label that is bound to the given ValueModel.
createReadAccessException(Object, PropertyDescriptor, Throwable) - Static method in exception com.jgoodies.binding.beans.PropertyAccessException
Creates and returns a new PropertyAccessException instance for a failed read access for the specified bean, property descriptor and cause.
createStringConverter(ValueModel, Format) - Static method in class com.jgoodies.binding.value.ConverterFactory
Creates and returns a ValueModel that converts objects to Strings and vice versa.
createTextArea(ValueModel) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a text area with the content bound to the given ValueModel.
createTextArea(ValueModel, boolean) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a text area with the content bound to the given ValueModel.
createTextField(ValueModel) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a text field with the content bound to the given ValueModel.
createTextField(ValueModel, boolean) - Static method in class com.jgoodies.binding.adapter.BasicComponentFactory
Creates and returns a text field with the content bound to the given ValueModel.
createWriteAccessException(Object, Object, PropertyDescriptor, Throwable) - Static method in exception com.jgoodies.binding.beans.PropertyAccessException
Creates and returns a new PropertyAccessException instance for a failed write access for the specified bean, value, property descriptor and cause.

D

DEFAULT_DELAY - Static variable in class com.jgoodies.binding.beans.DelayedPropertyChangeHandler
The delay in milliseconds used as default in the no-arg constructor.
delayedPropertyChange(PropertyChangeEvent) - Method in class com.jgoodies.binding.beans.DelayedPropertyChangeHandler
This method gets called after this handler's delay if a bound property has changed.
DelayedPropertyChangeHandler - Class in com.jgoodies.binding.beans
A PropertyChangeListener that is intended to handle property changes after a specified delay.
DelayedPropertyChangeHandler() - Constructor for class com.jgoodies.binding.beans.DelayedPropertyChangeHandler
Constructs a DelayedPropertyChangeHandler with a default delay.
DelayedPropertyChangeHandler(int) - Constructor for class com.jgoodies.binding.beans.DelayedPropertyChangeHandler
Constructs a DelayedPropertyChangeHandler with the specified Timer delay and the coalesce disabled.
DelayedPropertyChangeHandler(int, boolean) - Constructor for class com.jgoodies.binding.beans.DelayedPropertyChangeHandler
Constructs a DelayedPropertyChangeHandler with the specified Timer delay and the given coalesce mode.
DelayedReadValueModel - Class in com.jgoodies.binding.value
A ValueModel that deferres updates and read-access for a specified delay.
DelayedReadValueModel(ValueModel, int) - Constructor for class com.jgoodies.binding.value.DelayedReadValueModel
Constructs a DelayedReadValueModel for the given subject ValueModel and the specified Timer delay in milliseconds with coalescing disabled.
DelayedReadValueModel(ValueModel, int, boolean) - Constructor for class com.jgoodies.binding.value.DelayedReadValueModel
Constructs a DelayedReadValueModel for the given subject ValueModel and the specified Timer delay in milliseconds using the given coalesce mode.
DelayedWriteValueModel - Class in com.jgoodies.binding.extras
A ValueModel that deferres write-access for a specified delay.
DelayedWriteValueModel(ValueModel, int) - Constructor for class com.jgoodies.binding.extras.DelayedWriteValueModel
Constructs a DelayedWriteValueModel for the given subject ValueModel and the specified Timer delay in milliseconds with coalescing disabled.
DelayedWriteValueModel(ValueModel, int, boolean) - Constructor for class com.jgoodies.binding.extras.DelayedWriteValueModel
Constructs a DelayedWriteValueModel for the given subject ValueModel and the specified Timer delay in milliseconds with coalescing disabled.
DocumentAdapter - Class in com.jgoodies.binding.adapter
Converts the ValueModel interface into the Document interface, which is the model interface for Swing text components.
DocumentAdapter(ValueModel) - Constructor for class com.jgoodies.binding.adapter.DocumentAdapter
Constructs a DocumentAdapter on the specified String-typed subject ValueModel.
DocumentAdapter(ValueModel, boolean) - Constructor for class com.jgoodies.binding.adapter.DocumentAdapter
Constructs a DocumentAdapter on the specified String-typed subject ValueModel.
DocumentAdapter(ValueModel, Document) - Constructor for class com.jgoodies.binding.adapter.DocumentAdapter
Constructs a DocumentAdapter on the specified String-typed subject ValueModel.
DocumentAdapter(ValueModel, Document, boolean) - Constructor for class com.jgoodies.binding.adapter.DocumentAdapter
Constructs a DocumentAdapter on the specified subject.
doubleValue() - Method in class com.jgoodies.binding.value.AbstractValueModel
Converts this model's value and returns it as a double.

E

EmptyDateFormatter - Class in com.jgoodies.binding.formatter
In addition to its superclass DateFormatter, this class converts to/from the empty string.
EmptyDateFormatter() - Constructor for class com.jgoodies.binding.formatter.EmptyDateFormatter
Constructs an EmptyDateFormatter that converts null to the empty string and vice versa.
EmptyDateFormatter(DateFormat) - Constructor for class com.jgoodies.binding.formatter.EmptyDateFormatter
Constructs an EmptyDateFormatter configured with the specified Format; maps null to the empty string and vice versa.
EmptyDateFormatter(Date) - Constructor for class com.jgoodies.binding.formatter.EmptyDateFormatter
Constructs an EmptyDateFormatter that converts the given emptyValue to the empty string and vice versa.
EmptyDateFormatter(DateFormat, Date) - Constructor for class com.jgoodies.binding.formatter.EmptyDateFormatter
Constructs an EmptyDateFormatter configured with the specified Format; maps null to the given emptyValue and vice versa.
EmptyNumberFormatter - Class in com.jgoodies.binding.formatter
In addition to its superclass NumberFormatter, this class converts to/from the empty string.
EmptyNumberFormatter() - Constructor for class com.jgoodies.binding.formatter.EmptyNumberFormatter
Constructs an EmptyNumberFormatter that converts null to the empty string and vice versa.
EmptyNumberFormatter(NumberFormat) - Constructor for class com.jgoodies.binding.formatter.EmptyNumberFormatter
Constructs an EmptyNumberFormatter configured with the specified Format; converts null to the empty string and vice versa.
EmptyNumberFormatter(Number) - Constructor for class com.jgoodies.binding.formatter.EmptyNumberFormatter
Constructs an EmptyNumberFormatter that converts the given emptyValue to the empty string and vice versa.
EmptyNumberFormatter(NumberFormat, Number) - Constructor for class com.jgoodies.binding.formatter.EmptyNumberFormatter
Constructs an EmptyNumberFormatter configured with the specified Format; converts null to the given emptyValue and vice versa.
equals(Object, Object) - Method in class com.jgoodies.binding.beans.Model
Checks and answers if the two objects are both null or equal.
equals(Object, Object) - Static method in class com.jgoodies.binding.BindingUtils
Checks and answers if the two objects are both null or equal.
ExtendedPropertyChangeSupport - Class in com.jgoodies.binding.beans
Differs from its superclass PropertyChangeSupport in that it can check for changed values using #equals or ==.
ExtendedPropertyChangeSupport(Object) - Constructor for class com.jgoodies.binding.beans.ExtendedPropertyChangeSupport
Constructs an ExtendedPropertyChangeSupport object.
ExtendedPropertyChangeSupport(Object, boolean) - Constructor for class com.jgoodies.binding.beans.ExtendedPropertyChangeSupport
Constructs an ExtendedPropertyChangeSupport object with the specified default test method for differences between the old and new property values.

F

fireContentsChanged(int) - Method in class com.jgoodies.binding.list.ArrayListModel
Notifies all registered ListDataListeners that the element at the specified index has changed.
fireContentsChanged(int) - Method in class com.jgoodies.binding.list.LinkedListModel
Notifies all registered ListDataListeners that the element at the specified index has changed.
fireContentsChanged(int, int) - Method in class com.jgoodies.binding.list.ListHolder
Notifies all registered ListDataListeners that the contents of one or more list elements has changed.
fireContentsChanged(int, int) - Method in class com.jgoodies.binding.list.ListModelHolder
Notifies all registered ListDataListeners that the contents of one or more list elements has changed.
fireContentsChanged(int, int) - Method in class com.jgoodies.binding.list.SelectionInList
Notifies all registered ListDataListeners that the contents of one or more list elements has changed.
fireIntervalAdded(int, int) - Method in class com.jgoodies.binding.list.ListHolder
Notifies all registered ListDataListeners that one or more elements have been added to this SelectionInList's List/ListModel.
fireIntervalAdded(int, int) - Method in class com.jgoodies.binding.list.ListModelHolder
Notifies all registered ListDataListeners that one or more elements have been added to this SelectionInList's List/ListModel.
fireIntervalAdded(int, int) - Method in class com.jgoodies.binding.list.SelectionInList
Notifies all registered ListDataListeners that one or more elements have been added to this SelectionInList's List/ListModel.
fireIntervalRemoved(int, int) - Method in class com.jgoodies.binding.list.ListHolder
Notifies all registered ListDataListeners that one or more elements have been removed from this SelectionInList's List/ListModel.
fireIntervalRemoved(int, int) - Method in class com.jgoodies.binding.list.ListModelHolder
Notifies all registered ListDataListeners that one or more elements have been removed from this SelectionInList's List/ListModel.
fireIntervalRemoved(int, int) - Method in class com.jgoodies.binding.list.SelectionInList
Notifies all registered ListDataListeners that one or more elements have been removed from this SelectionInList's List/ListModel.
fireListChanged(int, int) - Method in class com.jgoodies.binding.list.ListHolder
Notifies all registered ListDataListeners that this ListModel has changed from an old list to a new list content.
fireListChanged(int, int) - Method in class com.jgoodies.binding.list.ListModelHolder
Notifies all registered ListDataListeners that this ListModel has changed from an old list to a new list content.
fireMulticastPropertyChange() - Method in class com.jgoodies.binding.beans.Model
Deprecated. Replaced by Model.fireMultiplePropertiesChanged().
fireMultiplePropertiesChanged() - Method in class com.jgoodies.binding.beans.Model
Indicates that an arbitrary set of bound properties have changed.
firePropertyChange(PropertyChangeEvent) - Method in class com.jgoodies.binding.beans.ExtendedPropertyChangeSupport
Fires the specified PropertyChangeEvent to any registered listeners.
firePropertyChange(String, Object, Object) - Method in class com.jgoodies.binding.beans.ExtendedPropertyChangeSupport
Reports a bound property update to any registered listeners.
firePropertyChange(PropertyChangeEvent, boolean) - Method in class com.jgoodies.binding.beans.ExtendedPropertyChangeSupport
Fires an existing PropertyChangeEvent to any registered listeners.
firePropertyChange(String, Object, Object, boolean) - Method in class com.jgoodies.binding.beans.ExtendedPropertyChangeSupport
Reports a bound property update to any registered listeners.
firePropertyChange(String, Object, Object) - Method in class com.jgoodies.binding.beans.Model
Support for reporting bound property changes for Object properties.
firePropertyChange(String, Object, Object, boolean) - Method in class com.jgoodies.binding.beans.Model
Support for reporting bound property changes for Object properties.
firePropertyChange(String, boolean, boolean) - Method in class com.jgoodies.binding.beans.Model
Support for reporting bound property changes for boolean properties.
firePropertyChange(String, double, double) - Method in class com.jgoodies.binding.beans.Model
Support for reporting bound property changes for integer properties.
firePropertyChange(String, float, float) - Method in class com.jgoodies.binding.beans.Model
Support for reporting bound property changes for integer properties.
firePropertyChange(String, int, int) - Method in class com.jgoodies.binding.beans.Model
Support for reporting bound property changes for integer properties.
firePropertyChange(String, long, long) - Method in class com.jgoodies.binding.beans.Model
Support for reporting bound property changes for integer properties.
fireSelectedContentsChanged() - Method in class com.jgoodies.binding.extras.SelectionInList2
Notifies all registered ListDataListeners that the contents of the selected list item - if any - has changed.
fireSelectedContentsChanged() - Method in class com.jgoodies.binding.extras.SelectionInListModel
Notifies all registered ListDataListeners that the contents of the selected list item - if any - has changed.
fireSelectedContentsChanged() - Method in class com.jgoodies.binding.list.SelectionInList
Notifies all registered ListDataListeners that the contents of the selected list item - if any - has changed.
fireStateChanged() - Method in class com.jgoodies.binding.adapter.BoundedRangeAdapter
Runs each ChangeListeners stateChanged() method.
fireValueChange(Object, Object) - Method in class com.jgoodies.binding.value.AbstractValueModel
Notifies all listeners that have registered interest for notification on this event type.
fireValueChange(Object, Object, boolean) - Method in class com.jgoodies.binding.value.AbstractValueModel
Notifies all listeners that have registered interest for notification on this event type.
fireValueChange(boolean, boolean) - Method in class com.jgoodies.binding.value.AbstractValueModel
Notifies all listeners that have registered interest for notification on this event type.
fireValueChange(int, int) - Method in class com.jgoodies.binding.value.AbstractValueModel
Notifies all listeners that have registered interest for notification on this event type.
fireValueChange(long, long) - Method in class com.jgoodies.binding.value.AbstractValueModel
Notifies all listeners that have registered interest for notification on this event type.
fireValueChange(double, double) - Method in class com.jgoodies.binding.value.AbstractValueModel
Notifies all listeners that have registered interest for notification on this event type.
fireValueChange(float, float) - Method in class com.jgoodies.binding.value.AbstractValueModel
Notifies all listeners that have registered interest for notification on this event type.
fireVetoableChange(String, Object, Object) - Method in class com.jgoodies.binding.beans.Model
Support for reporting changes for constrained Object properties.
fireVetoableChange(String, boolean, boolean) - Method in class com.jgoodies.binding.beans.Model
Support for reporting changes for constrained boolean properties.
fireVetoableChange(String, double, double) - Method in class com.jgoodies.binding.beans.Model
Support for reporting changes for constrained integer properties.
fireVetoableChange(String, int, int) - Method in class com.jgoodies.binding.beans.Model
Support for reporting changes for constrained integer properties.
fireVetoableChange(String, float, float) - Method in class com.jgoodies.binding.beans.Model
Support for reporting changes for constrained integer properties.
fireVetoableChange(String, long, long) - Method in class com.jgoodies.binding.beans.Model
Support for reporting changes for constrained integer properties.
floatValue() - Method in class com.jgoodies.binding.value.AbstractValueModel
Converts this model's value and returns it as a float.

G

getAnchorSelectionIndex() - Method in class com.jgoodies.binding.adapter.SingleListSelectionAdapter
Returns the selection index.
getBean() - Method in class com.jgoodies.binding.beans.BeanAdapter
Returns the Java Bean that holds the adapted properties.
getBean() - Method in class com.jgoodies.binding.beans.IndirectPropertyChangeSupport
Returns the Java Bean that holds the observed properties.
getBean() - Method in class com.jgoodies.binding.beans.PropertyAdapter
Returns the Java Bean that holds the adapted property.
getBean() - Method in class com.jgoodies.binding.PresentationModel
Returns the bean that holds the adapted properties.
getBean1() - Method in class com.jgoodies.binding.beans.PropertyConnector
Returns the Java Bean that holds the first property.
getBean2() - Method in class com.jgoodies.binding.beans.PropertyConnector
Returns the Java Bean that holds the first property.
getBeanChannel() - Method in class com.jgoodies.binding.PresentationModel
Returns the ValueModel that holds the bean that in turn holds the adapted properties.
getBeanPropertyChangeListeners() - Method in class com.jgoodies.binding.beans.BeanAdapter
Returns an array of all the property change listeners registered on this component.
getBeanPropertyChangeListeners(String) - Method in class com.jgoodies.binding.beans.BeanAdapter
Returns an array of all the listeners which have been associated with the named property.
getBeanPropertyChangeListeners() - Method in class com.jgoodies.binding.PresentationModel
Returns an array of all the property change listeners registered on this component.
getBeanPropertyChangeListeners(String) - Method in class com.jgoodies.binding.PresentationModel
Returns an array of all the listeners which have been associated with the named property.
getBoolean() - Method in class com.jgoodies.binding.adapter.PreferencesAdapter
Looks up, converts and returns the stored value from the preferences.
getBufferedComponentModel(String) - Method in class com.jgoodies.binding.PresentationModel
Looks up or creates a buffered component adapter to the read-write property with the given name on this PresentationModel's bean channel.
getBufferedModel(String) - Method in class com.jgoodies.binding.PresentationModel
Looks up or creates a buffered adapter to the read-write property with the given name on this PresentationModel's bean channel.
getBufferedModel(String, String, String) - Method in class com.jgoodies.binding.PresentationModel
Looks up or creates a buffered adapter to the read-write property with the given name on this PresentationModel's bean channel using the specified getter and setter name to read and write values.
getBufferedValue(String) - Method in class com.jgoodies.binding.PresentationModel
Returns the value of specified buffered bean property.
getColumnCount() - Method in class com.jgoodies.binding.adapter.AbstractTableAdapter
Returns the number of columns in the model.
getColumnName(int) - Method in class com.jgoodies.binding.adapter.AbstractTableAdapter
Returns the name of the column at the given column index.
getComponentModel(String) - Method in class com.jgoodies.binding.PresentationModel
Looks up and lazily creates a ComponentValueModel that adapts the bound property with the specified name.
getDefaultRootElement() - Method in class com.jgoodies.binding.adapter.DocumentAdapter
Returns the root element that views should be based upon, unless some other mechanism for assigning views to element structures is provided.
getDelay() - Method in class com.jgoodies.binding.extras.DelayedWriteValueModel
Returns the delay, in milliseconds, that is used to defer value commits.
getDelay() - Method in class com.jgoodies.binding.value.DelayedReadValueModel
Returns the delay, in milliseconds, that is used to defer value change notifications.
getDouble() - Method in class com.jgoodies.binding.adapter.PreferencesAdapter
Looks up, converts and returns the stored value from the preferences.
getElementAt(int) - Method in class com.jgoodies.binding.adapter.ComboBoxAdapter
Returns the value at the specified index.
getElementAt(int) - Method in class com.jgoodies.binding.list.ArrayListModel
Returns the value at the specified index.
getElementAt(int) - Method in class com.jgoodies.binding.list.LinkedListModel
Returns the value at the specified index.
getElementAt(int) - Method in class com.jgoodies.binding.list.ListHolder
Returns the value at the specified index.
getElementAt(int) - Method in class com.jgoodies.binding.list.ListModelHolder
Returns the value at the specified index.
getElementAt(int) - Method in class com.jgoodies.binding.list.SelectionInList
Returns the value at the specified index, null if the list model is null.
getEndPosition() - Method in class com.jgoodies.binding.adapter.DocumentAdapter
Returns a position that represents the end of the document.
getExtent() - Method in class com.jgoodies.binding.adapter.BoundedRangeAdapter
Returns this model's extent.
getFloat() - Method in class com.jgoodies.binding.adapter.PreferencesAdapter
Looks up, converts and returns the stored value from the preferences.
getInt() - Method in class com.jgoodies.binding.adapter.PreferencesAdapter
Looks up, converts and returns the stored value from the preferences.
getLeadSelectionIndex() - Method in class com.jgoodies.binding.adapter.SingleListSelectionAdapter
Returns the selection index.
getLength() - Method in class com.jgoodies.binding.adapter.DocumentAdapter
Returns number of characters of content currently in the document.
getList() - Method in class com.jgoodies.binding.list.ListHolder
Returns the contents of the list holder.
getListDataListeners() - Method in class com.jgoodies.binding.list.ArrayListModel
Returns an array of all the list data listeners registered on this ArrayListModel.
getListDataListeners() - Method in class com.jgoodies.binding.list.LinkedListModel
Returns an array of all the list data listeners registered on this LinkedListModel.
getListDataListeners() - Method in class com.jgoodies.binding.list.ListHolder
Returns an array of all the list data listeners registered on this SelectionInList.
getListDataListeners() - Method in class com.jgoodies.binding.list.ListModelHolder
Returns an array of all the list data listeners registered on this SelectionInList.
getListDataListeners() - Method in class com.jgoodies.binding.list.SelectionInList
Returns an array of all the list data listeners registered on this SelectionInList.
getListHolder() - Method in class com.jgoodies.binding.list.ListHolder
Returns the ValueModel that holds the List we delegate to.
getListHolder() - Method in class com.jgoodies.binding.list.SelectionInList
Returns the list holder.
getListModel() - Method in class com.jgoodies.binding.list.ListModelHolder
Returns the contents of the list model holder.
getListModel() - Method in class com.jgoodies.binding.list.SelectionInList
Returns the contents of the list holder as ListModel.
getListModelHolder() - Method in class com.jgoodies.binding.list.ListModelHolder
Returns the ValueModel that holds the ListModel we delegate to.
getListSelectionListeners() - Method in class com.jgoodies.binding.adapter.SingleListSelectionAdapter
Returns an array of all the list selection listeners registered on this DefaultListSelectionModel.
getLong() - Method in class com.jgoodies.binding.adapter.PreferencesAdapter
Looks up, converts and returns the stored value from the preferences.
getMaximum() - Method in class com.jgoodies.binding.adapter.BoundedRangeAdapter
Returns this model's upper bound, the maximum.
getMaxSelectionIndex() - Method in class com.jgoodies.binding.adapter.SingleListSelectionAdapter
Returns the selection index.
getMinimum() - Method in class com.jgoodies.binding.adapter.BoundedRangeAdapter
Returns this model's lower bound, the minimum.
getMinSelectionIndex() - Method in class com.jgoodies.binding.adapter.SingleListSelectionAdapter
Returns the selection index.
getModel(String) - Method in class com.jgoodies.binding.PresentationModel
Looks up and lazily creates a ValueModel that adapts the bound property with the specified name.
getModel(String, String, String) - Method in class com.jgoodies.binding.PresentationModel
Looks up and lazily creates a ValueModel that adapts the bound property with the given name.
getNamedPCLAdder(Class) - Static method in class com.jgoodies.binding.beans.BeanUtils
Looks up and returns the method that adds a PropertyChangeListener for a specified property name to instances of the given class.
getNamedPCLRemover(Class) - Static method in class com.jgoodies.binding.beans.BeanUtils
Looks up and returns the method that removes a PropertyChangeListener for a specified property name from instances of the given class.
getObserveChanges() - Method in class com.jgoodies.binding.beans.BeanAdapter
Answers whether this adapter observes changes in the adapted Bean properties.
getObserveChanges() - Method in class com.jgoodies.binding.beans.PropertyAdapter
Answers whether this adapter observes changes in the adapted Bean property.
getPCLAdder(Class) - Static method in class com.jgoodies.binding.beans.BeanUtils
Looks up and returns the method that adds a multicast PropertyChangeListener to instances of the given class.
getPCLRemover(Class) - Static method in class com.jgoodies.binding.beans.BeanUtils
Looks up and returns the method that removes a multicast PropertyChangeListener from instances of the given class.
getProperty(Object) - Method in class com.jgoodies.binding.adapter.DocumentAdapter
Gets the properties associated with the document.
getProperty1Name() - Method in class com.jgoodies.binding.beans.PropertyConnector
Returns the name of the first Java Bean property.
getProperty2Name() - Method in class com.jgoodies.binding.beans.PropertyConnector
Returns the name of the second Java Bean property.
getPropertyChangeListeners() - Method in class com.jgoodies.binding.beans.IndirectPropertyChangeSupport
Returns an array of all the property change listeners registered on this component.
getPropertyChangeListeners(String) - Method in class com.jgoodies.binding.beans.IndirectPropertyChangeSupport
Returns an array of all the listeners which have been associated with the named property.
getPropertyChangeListeners() - Method in class com.jgoodies.binding.beans.Model
Returns an array of all the property change listeners registered on this component.
getPropertyChangeListeners(String) - Method in class com.jgoodies.binding.beans.Model
Returns an array of all the listeners which have been associated with the named property.
getPropertyDescriptor(Class, String) - Static method in class com.jgoodies.binding.beans.BeanUtils
Looks up and returns a PropertyDescriptor for the given Java Bean class and property name using the standard Java Bean introspection behavior.
getPropertyDescriptor(Class, String, String, String) - Static method in class com.jgoodies.binding.beans.BeanUtils
Looks up and returns a PropertyDescriptor for the given Java Bean class and property name.
getPropertyDescriptor(Object, String) - Static method in class com.jgoodies.binding.beans.BeanUtils
Deprecated. Replaced by BeanUtils.getPropertyDescriptor(Class, String).
getPropertyDescriptor(Object, String, String, String) - Static method in class com.jgoodies.binding.beans.BeanUtils
Deprecated. Replaced by BeanUtils.getPropertyDescriptor(Class, String, String, String).
getPropertyName() - Method in class com.jgoodies.binding.beans.PropertyAdapter
Returns the name of the adapted Java Bean property.
getRootElements() - Method in class com.jgoodies.binding.adapter.DocumentAdapter
Returns all of the root elements that are defined.
getRow(int) - Method in class com.jgoodies.binding.adapter.AbstractTableAdapter
Returns the row at the specified row index.
getRowCount() - Method in class com.jgoodies.binding.adapter.AbstractTableAdapter
Returns the number of rows in the model.
getSelectedColor() - Method in class com.jgoodies.binding.adapter.ColorSelectionAdapter
Returns the selected Color which should be non-null.
getSelectedItem() - Method in class com.jgoodies.binding.adapter.ComboBoxAdapter
Returns the selected item by requesting the current value from the either the selection holder or the SelectionInList's selection.
getSelection() - Method in class com.jgoodies.binding.extras.SelectionInList2
Looks up and returns the current selection using the current selection index.
getSelection() - Method in class com.jgoodies.binding.extras.SelectionInListModel
Looks up and returns the current selection using the current selection index.
getSelection() - Method in class com.jgoodies.binding.list.SelectionInList
Looks up and returns the current selection using the current selection index.
getSelectionHolder() - Method in class com.jgoodies.binding.extras.SelectionInList2
Returns the selection holder.
getSelectionHolder() - Method in class com.jgoodies.binding.extras.SelectionInListModel
Returns the selection holder.
getSelectionHolder() - Method in class com.jgoodies.binding.list.SelectionInList
Returns the selection holder.
getSelectionIndex() - Method in class com.jgoodies.binding.extras.SelectionInList2
Returns the selection index.
getSelectionIndex() - Method in class com.jgoodies.binding.extras.SelectionInListModel
Returns the selection index.
getSelectionIndex() - Method in class com.jgoodies.binding.list.SelectionInList
Returns the selection index.
getSelectionIndexHolder() - Method in class com.jgoodies.binding.extras.SelectionInList2
Returns the selection index holder.
getSelectionIndexHolder() - Method in class com.jgoodies.binding.extras.SelectionInListModel
Returns the selection index holder.
getSelectionIndexHolder() - Method in class com.jgoodies.binding.list.SelectionInList
Returns the selection index holder.
getSelectionMode() - Method in class com.jgoodies.binding.adapter.SingleListSelectionAdapter
Returns the fixed selection mode SINGLE_SELECTION.
getSize() - Method in class com.jgoodies.binding.adapter.ComboBoxAdapter
Returns the length of the item list.
getSize() - Method in class com.jgoodies.binding.list.ArrayListModel
Returns the length of the list or 0 if there's no list.
getSize() - Method in class com.jgoodies.binding.list.LinkedListModel
Returns the length of the list or 0 if there's no list.
getSize() - Method in class com.jgoodies.binding.list.ListHolder
Returns the length of the list, 0 if the list is null.
getSize(List) - Method in class com.jgoodies.binding.list.ListHolder
Returns the lists size or 0 if the list is null.
getSize() - Method in class com.jgoodies.binding.list.ListModelHolder
Returns the length of the list, 0 if the list model is null.
getSize(ListModel) - Method in class com.jgoodies.binding.list.ListModelHolder
Returns the lists size or 0 if the list is null.
getSize() - Method in class com.jgoodies.binding.list.SelectionInList
Returns the length of the list, 0 if the list model is null.
getStartPosition() - Method in class com.jgoodies.binding.adapter.DocumentAdapter
Returns a position that represents the start of the document.
getString() - Method in class com.jgoodies.binding.adapter.PreferencesAdapter
Looks up, converts and returns the stored value from the preferences.
getString() - Method in class com.jgoodies.binding.value.AbstractValueModel
Converts this model's value and returns it as a String.
getSubject() - Method in class com.jgoodies.binding.value.BufferedValueModel
Returns the subject, i.e. the underlying ValueModel that provides the unbuffered value.
getText(int, int) - Method in class com.jgoodies.binding.adapter.DocumentAdapter
Fetches the text contained within the given portion of the document.
getText(int, int, Segment) - Method in class com.jgoodies.binding.adapter.DocumentAdapter
Fetches the text contained within the given portion of the document.
getTriggerChannel() - Method in class com.jgoodies.binding.PresentationModel
Returns a ValueModel that can be shared and used to trigger commit and flush events in BufferedValueModels.
getTriggerChannel() - Method in class com.jgoodies.binding.value.BufferedValueModel
Returns the ValueModel that is used to trigger commit and flush events.
getValue() - Method in class com.jgoodies.binding.adapter.BoundedRangeAdapter
Returns the current subject value, or the minimum if the subject value is null.
getValue() - Method in class com.jgoodies.binding.adapter.PreferencesAdapter
Looks up and returns the value from the preferences.
getValue(String) - Method in class com.jgoodies.binding.beans.BeanAdapter
Returns the value of specified bean property, null if the current bean is null.
getValue() - Method in class com.jgoodies.binding.beans.BeanAdapter.SimplePropertyAdapter
Returns the value of the adapted bean property, or null if the bean is null.
getValue(Object, PropertyDescriptor) - Static method in class com.jgoodies.binding.beans.BeanUtils
Returns the value of the specified property of the given non-null bean.
getValue() - Method in class com.jgoodies.binding.beans.PropertyAdapter
Returns the value of the bean's adapted property, null if the current bean is null.
getValue() - Method in class com.jgoodies.binding.extras.DelayedWriteValueModel
Returns the subject's value or in case of a pending commit, the pending new value.
getValue() - Method in class com.jgoodies.binding.extras.NonNullValueModel
Returns this model's current subject value.
getValue() - Method in class com.jgoodies.binding.list.SelectionInList
Returns the current selection, null if the selection index does not represent a selection in the list.
getValue(String) - Method in class com.jgoodies.binding.PresentationModel
Returns the value of specified bean property, null if the current bean is null.
getValue() - Method in class com.jgoodies.binding.value.AbstractConverter
Converts the subject's value and returns the converted value.
getValue() - Method in class com.jgoodies.binding.value.AbstractVetoableValueModel
Returns this model's current subject value.
getValue() - Method in class com.jgoodies.binding.value.BufferedValueModel
Returns the subject's value if no value has been set since the last commit or flush, and returns the buffered value otherwise.
getValue() - Method in class com.jgoodies.binding.value.ComponentValueModel
Returns this model's current subject value.
getValue() - Method in class com.jgoodies.binding.value.DelayedReadValueModel
Returns the subject's value or in case of a pending commit, the pending new value.
getValue() - Method in class com.jgoodies.binding.value.Trigger
Returns a Boolean that indicates the current trigger state.
getValue() - Method in class com.jgoodies.binding.value.ValueHolder
Returns the observed value.
getValue() - Method in interface com.jgoodies.binding.value.ValueModel
Returns this model's value.
getValueIsAdjusting() - Method in class com.jgoodies.binding.adapter.BoundedRangeAdapter
Returns true if the value is in the process of changing as a result of actions being taken by the user.
getValueIsAdjusting() - Method in class com.jgoodies.binding.adapter.SingleListSelectionAdapter
Returns true if the value is undergoing a series of changes.
getValueModel(String) - Method in class com.jgoodies.binding.beans.BeanAdapter
Looks up and lazily creates a ValueModel that adapts the bound property with the specified name.
getValueModel(String, String, String) - Method in class com.jgoodies.binding.beans.BeanAdapter
Looks up and lazily creates a ValueModel that adapts the bound property with the specified name.
getVetoableChangeListeners() - Method in class com.jgoodies.binding.beans.Model
Returns an array of all the property change listeners registered on this component.
getVetoableChangeListeners(String) - Method in class com.jgoodies.binding.beans.Model
Returns an array of all the listeners which have been associated with the named property.

H

hasSelection() - Method in class com.jgoodies.binding.extras.SelectionInList2
Checks and answers if an element is selected.
hasSelection() - Method in class com.jgoodies.binding.extras.SelectionInListModel
Checks and answers if an element is selected.
hasSelection() - Method in class com.jgoodies.binding.list.SelectionInList
Checks and answers if an element is selected.

I

indexOf(Object) - Method in class com.jgoodies.binding.list.SelectionInList
Returns the index in the list of the first occurrence of the specified element, or -1 if the list does not contain this element.
IndirectPropertyChangeSupport - Class in com.jgoodies.binding.beans
A helper class for observing changes in bound bean properties where the target bean changes.
IndirectPropertyChangeSupport() - Constructor for class com.jgoodies.binding.beans.IndirectPropertyChangeSupport
Constructs an IndirectPropertyChangeSupport that has no bean set.
IndirectPropertyChangeSupport(Object) - Constructor for class com.jgoodies.binding.beans.IndirectPropertyChangeSupport
Constructs an IndirectPropertyChangeSupport with the given initial bean.
IndirectPropertyChangeSupport(ValueModel) - Constructor for class com.jgoodies.binding.beans.IndirectPropertyChangeSupport
Constructs an IndirectPropertyChangeSupport using the given bean channel.
insertIndexInterval(int, int, boolean) - Method in class com.jgoodies.binding.adapter.SingleListSelectionAdapter
Inserts length indices beginning before/after index.
insertString(int, String, AttributeSet) - Method in class com.jgoodies.binding.adapter.DocumentAdapter
Inserts a string of content.
insertUpdate(DocumentEvent) - Method in class com.jgoodies.binding.adapter.DocumentAdapter
There was an insert into the document; update the subject.
intValue() - Method in class com.jgoodies.binding.value.AbstractValueModel
Converts this model's value and returns it as an int.
isBlank(String) - Static method in class com.jgoodies.binding.BindingUtils
Checks and answers if the given string is whitespace, empty ("") or null.
isBuffering() - Method in class com.jgoodies.binding.PresentationModel
Answers whether any of the buffered models is buffering.
isBuffering() - Method in class com.jgoodies.binding.value.BufferedValueModel
Returns whether this model buffers a value or not, that is, whether a value has been assigned since the last commit or flush.
isChanged() - Method in class com.jgoodies.binding.beans.BeanAdapter
Answers whether a bean property has changed since the changed state has been reset.
isChanged() - Method in class com.jgoodies.binding.beans.PropertyAdapter
Answers whether a bean property has changed since the changed state has been reset.
isChanged() - Method in class com.jgoodies.binding.extras.ChangeTracker
Answers whether one of the registered ValueModels has changed since this tracker has been reset last time.
isChanged() - Method in class com.jgoodies.binding.PresentationModel
Answers whether one of the registered ValueModels has changed since the changed state has been reset last time.
isCoalesce() - Method in class com.jgoodies.binding.beans.DelayedPropertyChangeHandler
Returns if this model coalesces all pending changes or not.
isCoalesce() - Method in class com.jgoodies.binding.extras.DelayedWriteValueModel
Returns if this model coalesces all pending changes or not.
isCoalesce() - Method in class com.jgoodies.binding.value.DelayedReadValueModel
Returns if this model coalesces all pending changes or not.
isEditable() - Method in class com.jgoodies.binding.value.ComponentValueModel
Returns if this model represents the editable or non-editable text component state.
isEmpty(String) - Static method in class com.jgoodies.binding.BindingUtils
Checks and answers if the given string is empty ("") or null.
isEmpty() - Method in class com.jgoodies.binding.list.ListHolder
Checks and answers if the list is empty or null.
isEmpty() - Method in class com.jgoodies.binding.list.ListModelHolder
Checks and answers if the ListModel is empty or null.
isEmpty() - Method in class com.jgoodies.binding.list.SelectionInList
Checks and answers if the list is empty or null.
isEnabled() - Method in class com.jgoodies.binding.value.ComponentValueModel
Returns if this model represents an enabled or disabled component state.
isIdentityCheckEnabled() - Method in class com.jgoodies.binding.value.ValueHolder
Answers whether this ValueHolder fires value change events if and only if the old and new value are not the same.
isSelectedIndex(int) - Method in class com.jgoodies.binding.adapter.SingleListSelectionAdapter
Checks and answers if the given index is selected or not.
isSelectionEmpty() - Method in class com.jgoodies.binding.adapter.SingleListSelectionAdapter
Returns true if no index is selected.
isSelectionEmpty() - Method in class com.jgoodies.binding.extras.SelectionInList2
Checks and answers whether the selection is empty or not.
isSelectionEmpty() - Method in class com.jgoodies.binding.extras.SelectionInListModel
Checks and answers whether the selection is empty or not.
isSelectionEmpty() - Method in class com.jgoodies.binding.list.SelectionInList
Checks and answers whether the selection is empty or not.
isVisible() - Method in class com.jgoodies.binding.value.ComponentValueModel
Returns if this model represents the visible or invisible component state.

L

LinkedListModel - Class in com.jgoodies.binding.list
Adds ListModel capabilities to its superclass LinkedList, i. e. allows to observe changes in the content and structure.
LinkedListModel() - Constructor for class com.jgoodies.binding.list.LinkedListModel
Constructs an empty linked list.
LinkedListModel(Collection) - Constructor for class com.jgoodies.binding.list.LinkedListModel
Constructs a linked list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
list - Variable in class com.jgoodies.binding.list.ListHolder
Holds a copy of the listHolder's value.
listDataChangeHandler - Variable in class com.jgoodies.binding.list.ListModelHolder
Holds the change handler that fires changes is the ListModel changes.
ListHolder - Class in com.jgoodies.binding.list
A ListModel implementation that looks up its elements from a List held by a ValueModel.
ListHolder() - Constructor for class com.jgoodies.binding.list.ListHolder
Constructs a ListHolder with an empty initial ArrayList.
ListHolder(List) - Constructor for class com.jgoodies.binding.list.ListHolder
Constructs a ListHolder on the given List.
ListHolder(ValueModel) - Constructor for class com.jgoodies.binding.list.ListHolder
Constructs a ListHolder on the given List.
listIterator(int) - Method in class com.jgoodies.binding.list.LinkedListModel
Returns a list-iterator of the elements in this list (in proper sequence), starting at the specified position in the list.
listModel - Variable in class com.jgoodies.binding.list.ListModelHolder
Holds a copy of the listModelHolder's value.
ListModelHolder - Class in com.jgoodies.binding.list
A ListModel implementation that delegates to a ListModel held by a ValueModel.
ListModelHolder() - Constructor for class com.jgoodies.binding.list.ListModelHolder
Constructs a ListModelHolder with an empty initial ArrayListModel.
ListModelHolder(ListModel) - Constructor for class com.jgoodies.binding.list.ListModelHolder
Constructs a ListModelHolder on the given ListModel.
ListModelHolder(ValueModel) - Constructor for class com.jgoodies.binding.list.ListModelHolder
Constructs a ListModelHolder on the given ListModel.
longValue() - Method in class com.jgoodies.binding.value.AbstractValueModel
Converts this model's value and returns it as a long.

M

Model - Class in com.jgoodies.binding.beans
An abstract superclass that minimizes the effort required to provide change support for bound and constrained Bean properties.
Model() - Constructor for class com.jgoodies.binding.beans.Model
 

N

NonNullValueModel - Class in com.jgoodies.binding.extras
A ValueModel implementation that avoids null values.
NonNullValueModel(ValueModel, Object) - Constructor for class com.jgoodies.binding.extras.NonNullValueModel
Constructs an NonNullValueModel for the given ValueModel.

O

Observable - Interface in com.jgoodies.binding.beans
Describes objects that provide bound properties as specified in the Java Bean Secification.
ObservableList - Interface in com.jgoodies.binding.list
Combines the List and ListModel interfaces.
observe(Object, String) - Method in class com.jgoodies.binding.extras.ChangeTracker
Observes the specified readable bound bean property in the given bean.
observe(ValueModel) - Method in class com.jgoodies.binding.extras.ChangeTracker
Observes value changes in the given ValueModel.
observeChanged(Object, String) - Method in class com.jgoodies.binding.PresentationModel
Observes the specified readable bound bean property in the given bean.
observeChanged(ValueModel) - Method in class com.jgoodies.binding.PresentationModel
Observes value changes in the given ValueModel.

P

PreferencesAdapter - Class in com.jgoodies.binding.adapter
A ValueModel implementation that reads and writes values from/to a key of a given Preferences node under a specified key.
PreferencesAdapter(Preferences, String, Object) - Constructor for class com.jgoodies.binding.adapter.PreferencesAdapter
Constructs a PreferencesAdapter on the given Preferences using the specified key and default value, all which must be non-null.
PresentationModel - Class in com.jgoodies.binding
The standard base class to implement the Presentation Model pattern, that represents the state and behavior of a presentation independently of the GUI components used in the interface.
PresentationModel(Object) - Constructor for class com.jgoodies.binding.PresentationModel
Constructs a PresentationModel that adapts properties of the given bean.
PresentationModel(Object, ValueModel) - Constructor for class com.jgoodies.binding.PresentationModel
Constructs a PresentationModel on the given bean using the given trigger channel.
PresentationModel(ValueModel) - Constructor for class com.jgoodies.binding.PresentationModel
Constructs a PresentationModel on the given bean channel.
PresentationModel(ValueModel, ValueModel) - Constructor for class com.jgoodies.binding.PresentationModel
Constructs a PresentationModel on the given bean channel using the given trigger channel.
PropertyAccessException - Exception in com.jgoodies.binding.beans
A runtime exception that describes read and write access problems when getting/setting a Java Bean property.
PropertyAccessException(String, Throwable) - Constructor for exception com.jgoodies.binding.beans.PropertyAccessException
Constructs a new exception instance with the specified detail message and cause.
PropertyAdapter - Class in com.jgoodies.binding.beans
Converts a single Java Bean property into the generic ValueModel interface.
PropertyAdapter(Object, String) - Constructor for class com.jgoodies.binding.beans.PropertyAdapter
Constructs a PropertyAdapter for the given bean and property name; does not observe changes.
PropertyAdapter(Object, String, boolean) - Constructor for class com.jgoodies.binding.beans.PropertyAdapter
Constructs a PropertyAdapter for the given bean and property name; observes changes if specified.
PropertyAdapter(Object, String, String, String) - Constructor for class com.jgoodies.binding.beans.PropertyAdapter
Constructs a PropertyAdapter for the given bean, property name, getter and setter name; does not observe changes.
PropertyAdapter(Object, String, String, String, boolean) - Constructor for class com.jgoodies.binding.beans.PropertyAdapter
Constructs a PropertyAdapter for the given bean, property name, getter and setter name; observes changes if specified.
PropertyAdapter(ValueModel, String) - Constructor for class com.jgoodies.binding.beans.PropertyAdapter
Constructs a PropertyAdapter for the given bean channel and property name; does not observe changes.
PropertyAdapter(ValueModel, String, boolean) - Constructor for class com.jgoodies.binding.beans.PropertyAdapter
Constructs a PropertyAdapter for the given bean channel and property name; observes changes if specified.
PropertyAdapter(ValueModel, String, String, String) - Constructor for class com.jgoodies.binding.beans.PropertyAdapter
Constructs a PropertyAdapter for the given bean channel, property name, getter and setter name; does not observe changes.
PropertyAdapter(ValueModel, String, String, String, boolean) - Constructor for class com.jgoodies.binding.beans.PropertyAdapter
Constructs a PropertyAdapter for the given bean channel, property name, getter and setter name; observes changes if specified.
propertyChange(PropertyChangeEvent) - Method in class com.jgoodies.binding.beans.DelayedPropertyChangeHandler
This handler has been notified about a change in a bound property.
propertyChange(PropertyChangeEvent) - Method in class com.jgoodies.binding.value.AbstractConverter
Notifies listeners about a change in the underlying subject.
PropertyConnector - Class in com.jgoodies.binding.beans
Keeps two Java Bean properties in synch.
PropertyConnector(Object, String, Object, String) - Constructor for class com.jgoodies.binding.beans.PropertyConnector
Constructs a PropertyConnector that synchronizes the two bound bean properties as specified by the given pairs of bean and associated property name.
PropertyException - Exception in com.jgoodies.binding.beans
A runtime exception that is the abstract superclass for all exceptions around Java Bean properties in the JGoodies Data Binding framework.
PropertyException(String) - Constructor for exception com.jgoodies.binding.beans.PropertyException
Constructs a new exception instance with the specified detail message.
PropertyException(String, Throwable) - Constructor for exception com.jgoodies.binding.beans.PropertyException
Constructs a new exception instance with the specified detail message and cause.
PROPERTYNAME_AFTER_BEAN - Static variable in class com.jgoodies.binding.beans.BeanAdapter
The property name used in the PropertyChangeEvent that is fired after the bean property fires its PropertyChangeEvent.
PROPERTYNAME_AFTER_BEAN - Static variable in class com.jgoodies.binding.beans.PropertyAdapter
The property name used in the PropertyChangeEvent that is fired after the bean property fires its PropertyChangeEvent.
PROPERTYNAME_AFTER_BEAN - Static variable in class com.jgoodies.binding.PresentationModel
The property name used in the PropertyChangeEvent that is fired after the bean property fires its PropertyChangeEvent.
PROPERTYNAME_BEAN - Static variable in class com.jgoodies.binding.beans.BeanAdapter
The name of the read-write bound property that holds the target bean.
PROPERTYNAME_BEAN - Static variable in class com.jgoodies.binding.beans.PropertyAdapter
The name of the read-write bound property that holds the target bean.
PROPERTYNAME_BEAN - Static variable in class com.jgoodies.binding.PresentationModel
The name of the read-write bound property that holds the target bean.
PROPERTYNAME_BEFORE_BEAN - Static variable in class com.jgoodies.binding.beans.BeanAdapter
The property name used in the PropertyChangeEvent that is fired before the bean property fires its PropertyChangeEvent.
PROPERTYNAME_BEFORE_BEAN - Static variable in class com.jgoodies.binding.beans.PropertyAdapter
The property name used in the PropertyChangeEvent that is fired before the bean property fires its PropertyChangeEvent.
PROPERTYNAME_BEFORE_BEAN - Static variable in class com.jgoodies.binding.PresentationModel
The property name used in the PropertyChangeEvent that is fired before the bean property fires its PropertyChangeEvent.
PROPERTYNAME_BUFFERING - Static variable in class com.jgoodies.binding.PresentationModel
The name of the read-only bound bean property that indicates whether one of the buffered models is buffering.
PROPERTYNAME_BUFFERING - Static variable in class com.jgoodies.binding.value.BufferedValueModel
The name of the bound read-only bean property that indicates whether this models is buffering or in write-through state.
PROPERTYNAME_CHANGED - Static variable in class com.jgoodies.binding.beans.BeanAdapter
The name of the read-only bound bean property that indicates whether one of the observed properties has changed.
PROPERTYNAME_CHANGED - Static variable in class com.jgoodies.binding.beans.PropertyAdapter
The name of the read-only bound bean property that indicates whether one of the observed properties has changed.
PROPERTYNAME_CHANGED - Static variable in class com.jgoodies.binding.extras.ChangeTracker
The name of the read-only bound bean property that indicates whether one of the observed properties has changed.
PROPERTYNAME_CHANGED - Static variable in class com.jgoodies.binding.PresentationModel
The name of the read-only bound bean property that indicates whether one of the observed models has changed.
PROPERTYNAME_EDITABLE - Static variable in class com.jgoodies.binding.value.ComponentValueModel
The name of the property used to synchronize this model with the editable property of JTextComponents.
PROPERTYNAME_ENABLED - Static variable in class com.jgoodies.binding.value.ComponentValueModel
The name of the property used to synchronize this model with the enabled property of JComponents.
PROPERTYNAME_LIST - Static variable in class com.jgoodies.binding.list.ListHolder
The name of the bound read-write list property.
PROPERTYNAME_LIST - Static variable in class com.jgoodies.binding.list.SelectionInList
The name of the bound write-only list property.
PROPERTYNAME_LIST_HOLDER - Static variable in class com.jgoodies.binding.list.ListHolder
The name of the bound read-write listHolder property.
PROPERTYNAME_LIST_HOLDER - Static variable in class com.jgoodies.binding.list.SelectionInList
The name of the bound read-write listHolder property.
PROPERTYNAME_LIST_MODEL - Static variable in class com.jgoodies.binding.list.ListModelHolder
The name of the bound read-write listModel property.
PROPERTYNAME_LIST_MODEL_HOLDER - Static variable in class com.jgoodies.binding.list.ListModelHolder
The name of the bound read-write listModelHolder property.
PROPERTYNAME_SELECTION - Static variable in class com.jgoodies.binding.extras.SelectionInList2
The name of the bound read-write selection property.
PROPERTYNAME_SELECTION - Static variable in class com.jgoodies.binding.extras.SelectionInListModel
The name of the bound read-write selection property.
PROPERTYNAME_SELECTION - Static variable in class com.jgoodies.binding.list.SelectionInList
The name of the bound read-write selection property.
PROPERTYNAME_SELECTION_EMPTY - Static variable in class com.jgoodies.binding.extras.SelectionInList2
The name of the bound read-only selectionEmpty property.
PROPERTYNAME_SELECTION_EMPTY - Static variable in class com.jgoodies.binding.extras.SelectionInListModel
The name of the bound read-only selectionEmpty property.
PROPERTYNAME_SELECTION_EMPTY - Static variable in class com.jgoodies.binding.list.SelectionInList
The name of the bound read-only selectionEmpty property.
PROPERTYNAME_SELECTION_HOLDER - Static variable in class com.jgoodies.binding.extras.SelectionInList2
The name of the bound read-write selection holder property.
PROPERTYNAME_SELECTION_HOLDER - Static variable in class com.jgoodies.binding.extras.SelectionInListModel
The name of the bound read-write selection holder property.
PROPERTYNAME_SELECTION_HOLDER - Static variable in class com.jgoodies.binding.list.SelectionInList
The name of the bound read-write selection holder property.
PROPERTYNAME_SELECTION_INDEX - Static variable in class com.jgoodies.binding.extras.SelectionInList2
The name of the bound read-write selectionIndex property.
PROPERTYNAME_SELECTION_INDEX - Static variable in class com.jgoodies.binding.extras.SelectionInListModel
The name of the bound read-write selectionIndex property.
PROPERTYNAME_SELECTION_INDEX - Static variable in class com.jgoodies.binding.list.SelectionInList
The name of the bound read-write selectionIndex property.
PROPERTYNAME_SELECTION_INDEX_HOLDER - Static variable in class com.jgoodies.binding.extras.SelectionInList2
The name of the bound read-write selection index holder property.
PROPERTYNAME_SELECTION_INDEX_HOLDER - Static variable in class com.jgoodies.binding.extras.SelectionInListModel
The name of the bound read-write selection index holder property.
PROPERTYNAME_SELECTION_INDEX_HOLDER - Static variable in class com.jgoodies.binding.list.SelectionInList
The name of the bound read-write selection index holder property.
PROPERTYNAME_SUBJECT - Static variable in class com.jgoodies.binding.value.BufferedValueModel
The name of the bound read-write bean property for the subject.
PROPERTYNAME_TRIGGER_CHANNEL - Static variable in class com.jgoodies.binding.value.BufferedValueModel
The name of the bound read-write bean property for the trigger channel.
PROPERTYNAME_TRIGGERCHANNEL - Static variable in class com.jgoodies.binding.PresentationModel
The name of the read-write bound bean property for the trigger channel that is shared by all PropertyAdapters that are created via #getBufferedModel.
PROPERTYNAME_VALUE - Static variable in class com.jgoodies.binding.value.AbstractValueModel
The name of the bound property value.
PROPERTYNAME_VISIBLE - Static variable in class com.jgoodies.binding.value.ComponentValueModel
The name of the property used to synchronize this model with the visible property of JComponents.
PropertyNotBindableException - Exception in com.jgoodies.binding.beans
A runtime exception that describes problems that arise when a bound property cannot be bound properly.
PropertyNotBindableException(String) - Constructor for exception com.jgoodies.binding.beans.PropertyNotBindableException
Constructs a new exception instance with the specified detail message.
PropertyNotBindableException(String, Throwable) - Constructor for exception com.jgoodies.binding.beans.PropertyNotBindableException
Constructs a new exception instance with the specified detail message and cause.
PropertyNotFoundException - Exception in com.jgoodies.binding.beans
A runtime exception that describes that a Java Bean property could not be found.
PropertyNotFoundException(String, Object) - Constructor for exception com.jgoodies.binding.beans.PropertyNotFoundException
Constructs a new exception instance with the specified detail message.
PropertyNotFoundException(String, Object, Throwable) - Constructor for exception com.jgoodies.binding.beans.PropertyNotFoundException
Constructs a new exception instance with the specified detail message and cause.
PropertyNotFoundException(String, Class, Throwable) - Constructor for exception com.jgoodies.binding.beans.PropertyNotFoundException
Constructs a new exception instance with the specified detail message and cause.
PropertyUnboundException - Exception in com.jgoodies.binding.beans
A runtime exception that describes that a Java Bean does not support bound properties.
PropertyUnboundException(String) - Constructor for exception com.jgoodies.binding.beans.PropertyUnboundException
Constructs a new exception instance with the specified detail message.
PropertyUnboundException(String, Throwable) - Constructor for exception com.jgoodies.binding.beans.PropertyUnboundException
Constructs a new exception instance with the specified detail message and cause.
proposedChange(Object, Object) - Method in class com.jgoodies.binding.value.AbstractVetoableValueModel
Checks and answers whether the proposed value change shall be accepted or rejected.
putProperty(Object, Object) - Method in class com.jgoodies.binding.adapter.DocumentAdapter
Associates a property with the document.

R

RadioButtonAdapter - Class in com.jgoodies.binding.adapter
Converts ValueModels to the ToggleButtonModel interface.
RadioButtonAdapter(ValueModel, Object) - Constructor for class com.jgoodies.binding.adapter.RadioButtonAdapter
Constructs a RadioButtonAdapter on the given subject ValueModel for the specified choice.
release() - Method in class com.jgoodies.binding.beans.BeanAdapter
Removes the PropertyChangeHandler from the observed bean, if the bean is not null and if bean property changes are observed.
release() - Method in class com.jgoodies.binding.beans.PropertyAdapter
Removes the PropertyChangeHandler from the observed bean, if the bean is not null and if property changes are observed.
release() - Method in class com.jgoodies.binding.beans.PropertyConnector
Removes the PropertyChangeHandler from the observed bean, if the bean is not null and if property changes are not observed.
release() - Method in class com.jgoodies.binding.value.BufferedValueModel
Removes the PropertyChangeListeners from the subject and trigger channel.
remove(int, int) - Method in class com.jgoodies.binding.adapter.DocumentAdapter
Removes a portion of the content of the document.
remove(int) - Method in class com.jgoodies.binding.list.ArrayListModel
Removes the element at the specified position in this list.
remove(Object) - Method in class com.jgoodies.binding.list.ArrayListModel
Removes a single instance of the specified element from this list, if it is present (optional operation).
remove(int) - Method in class com.jgoodies.binding.list.LinkedListModel
Removes the element at the specified position in this list.
remove(Object) - Method in class com.jgoodies.binding.list.LinkedListModel
Removes a single instance of the specified element from this collection, if it is present (optional operation).
removeAll() - Method in class com.jgoodies.binding.beans.IndirectPropertyChangeSupport
Removes all registered PropertyChangeListeners from the current target bean - if any.
removeBeanPropertyChangeListener(PropertyChangeListener) - Method in class com.jgoodies.binding.beans.BeanAdapter
Removes a PropertyChangeListener from the list of bean listeners.
removeBeanPropertyChangeListener(String, PropertyChangeListener) - Method in class com.jgoodies.binding.beans.BeanAdapter
Removes a PropertyChangeListener from the listener list for a specific property.
removeBeanPropertyChangeListener(PropertyChangeListener) - Method in class com.jgoodies.binding.PresentationModel
Removes a PropertyChangeListener from the list of bean listeners.
removeBeanPropertyChangeListener(String, PropertyChangeListener) - Method in class com.jgoodies.binding.PresentationModel
Removes a PropertyChangeListener from the listener list for a specific property.
removeChangeListener(ChangeListener) - Method in class com.jgoodies.binding.adapter.BoundedRangeAdapter
Removes a ChangeListener.
removeComponentPropertyHandler(JComponent) - Static method in class com.jgoodies.binding.adapter.Bindings
If the given component holds a ComponentValueModel and a ComponentPropertyHandler in its client properties, the handler is removed as listener from the model, and the model and handler are removed from the client properties.
removeDocumentListener(DocumentListener) - Method in class com.jgoodies.binding.adapter.DocumentAdapter
Unregisters the given observer from the notification list so it will no longer receive change updates.
removeFirst() - Method in class com.jgoodies.binding.list.LinkedListModel
Removes and returns the first element from this list.
removeIndexInterval(int, int) - Method in class com.jgoodies.binding.adapter.SingleListSelectionAdapter
Remove the indices in the interval index0,index1 (inclusive) from the selection model.
removeLast() - Method in class com.jgoodies.binding.list.LinkedListModel
Removes and returns the last element from this list.
removeListDataListener(ListDataListener) - Method in class com.jgoodies.binding.list.ArrayListModel
Removes a listener from the list that's notified each time a change to the data model occurs.
removeListDataListener(ListDataListener) - Method in class com.jgoodies.binding.list.LinkedListModel
Removes a listener from the list that's notified each time a change to the data model occurs.
removeListDataListener(ListDataListener) - Method in class com.jgoodies.binding.list.ListHolder
Removes a listener from the list that's notified each time a change to the data model occurs.
removeListDataListener(ListDataListener) - Method in class com.jgoodies.binding.list.ListModelHolder
Removes a listener from the list that's notified each time a change to the data model occurs.
removeListDataListener(ListDataListener) - Method in class com.jgoodies.binding.list.SelectionInList
Removes a listener from the list that's notified each time a change to the data model occurs.
removeListSelectionListener(ListSelectionListener) - Method in class com.jgoodies.binding.adapter.SingleListSelectionAdapter
Remove a listener from the list that's notified each time a change to the selection occurs.
removePropertyChangeListener(Object, Class, PropertyChangeListener) - Static method in class com.jgoodies.binding.beans.BeanUtils
Removes a property change listener from the given bean.
removePropertyChangeListener(Object, Class, String, PropertyChangeListener) - Static method in class com.jgoodies.binding.beans.BeanUtils
Removes a named property change listener from the given bean.
removePropertyChangeListener(Object, PropertyChangeListener) - Static method in class com.jgoodies.binding.beans.BeanUtils
Removes a property change listener from the given bean.
removePropertyChangeListener(Object, String, PropertyChangeListener) - Static method in class com.jgoodies.binding.beans.BeanUtils
Removes a named property change listener from the given bean.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.jgoodies.binding.beans.IndirectPropertyChangeSupport
Removes a PropertyChangeListener from the list of bean listeners.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class com.jgoodies.binding.beans.IndirectPropertyChangeSupport
Removes a PropertyChangeListener from the listener list for a specific property.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.jgoodies.binding.beans.Model
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class com.jgoodies.binding.beans.Model
Removes a PropertyChangeListener from the listener list for a specific property.
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.jgoodies.binding.beans.Observable
Removes the given PropertyChangeListener from the listener list.
removeRange(int, int) - Method in class com.jgoodies.binding.list.ArrayListModel
Removes from this List all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(int, int) - Method in class com.jgoodies.binding.list.LinkedListModel
Removes from this List all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeSelectionInterval(int, int) - Method in class com.jgoodies.binding.adapter.SingleListSelectionAdapter
Clears the selection if it is equals to index0.
removeUndoableEditListener(UndoableEditListener) - Method in class com.jgoodies.binding.adapter.DocumentAdapter
Unregisters the given observer from the notification list so it will no longer receive updates.
removeUpdate(DocumentEvent) - Method in class com.jgoodies.binding.adapter.DocumentAdapter
A portion of the document has been removed; update the subject.
removeValueChangeListener(PropertyChangeListener) - Method in class com.jgoodies.binding.value.AbstractValueModel
Removes the given PropertyChangeListener from the model.
removeValueChangeListener(PropertyChangeListener) - Method in interface com.jgoodies.binding.value.ValueModel
Deregisters the given PropertyChangeListener from this ValueModel.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.jgoodies.binding.beans.Model
Removes a VetoableChangeListener from the listener list.
removeVetoableChangeListener(String, VetoableChangeListener) - Method in class com.jgoodies.binding.beans.Model
Removes a VetoableChangeListener from the listener list for a specific property.
render(Runnable) - Method in class com.jgoodies.binding.adapter.DocumentAdapter
This allows the model to be safely rendered in the presence of currency, if the model supports being updated asynchronously.
reset() - Method in class com.jgoodies.binding.extras.ChangeTracker
Resets this tracker's changed state to false.
resetChanged() - Method in class com.jgoodies.binding.beans.BeanAdapter
Resets this tracker's changed state to false.
resetChanged() - Method in class com.jgoodies.binding.beans.PropertyAdapter
Resets this tracker's changed state to false.
resetChanged() - Method in class com.jgoodies.binding.PresentationModel
Resets this model's changed state to false.
retractInterestFor(Object, String) - Method in class com.jgoodies.binding.extras.ChangeTracker
Retracts interest for the specified readable bound bean property in the given bean.
retractInterestFor(ValueModel) - Method in class com.jgoodies.binding.extras.ChangeTracker
Retracts interest for value changes in the given ValueModel.
retractInterestFor(Object, String) - Method in class com.jgoodies.binding.PresentationModel
Retracts interest for the specified readable bound bean property in the given bean.
retractInterestFor(ValueModel) - Method in class com.jgoodies.binding.PresentationModel
Retracts interest for value changes in the given ValueModel.

S

SelectionInList - Class in com.jgoodies.binding.list
Represents a selection in a list of objects.
SelectionInList() - Constructor for class com.jgoodies.binding.list.SelectionInList
Constructs a SelectionInList with an empty initial ArrayListModel using defaults for the selection holder and selection index holder.
SelectionInList(Object[]) - Constructor for class com.jgoodies.binding.list.SelectionInList
Constructs a SelectionInList on the given item array using defaults for the selection holder and selection index holder.
SelectionInList(Object[], ValueModel) - Constructor for class com.jgoodies.binding.list.SelectionInList
Constructs a SelectionInList on the given item array and selection holder using a default selection index holder.
SelectionInList(Object[], ValueModel, ValueModel) - Constructor for class com.jgoodies.binding.list.SelectionInList
Constructs a SelectionInList on the given item array and selection holder using a default selection index holder.
SelectionInList(List) - Constructor for class com.jgoodies.binding.list.SelectionInList
Constructs a SelectionInList on the given list using defaults for the selection holder and selection index holder.
SelectionInList(List, ValueModel) - Constructor for class com.jgoodies.binding.list.SelectionInList
Constructs a SelectionInList on the given list and selection holder using a default selection index holder.
SelectionInList(List, ValueModel, ValueModel) - Constructor for class com.jgoodies.binding.list.SelectionInList
Constructs a SelectionInList on the given list, selection holder, and selection index holder.
SelectionInList(ListModel) - Constructor for class com.jgoodies.binding.list.SelectionInList
Constructs a SelectionInList on the given list model using defaults for the selection holder and selection index holder.
SelectionInList(ListModel, ValueModel) - Constructor for class com.jgoodies.binding.list.SelectionInList
Constructs a SelectionInList on the given list model and selection holder using a default selection index holder.
SelectionInList(ListModel, ValueModel, ValueModel) - Constructor for class com.jgoodies.binding.list.SelectionInList
Constructs a SelectionInList on the given list model, selection holder, and selection index holder.
SelectionInList(ValueModel) - Constructor for class com.jgoodies.binding.list.SelectionInList
Constructs a SelectionInList on the given list holder using defaults for the selection holder and selection index holder.
SelectionInList(ValueModel, ValueModel) - Constructor for class com.jgoodies.binding.list.SelectionInList
Constructs a SelectionInList on the given list holder, selection holder and selection index holder.
SelectionInList(ValueModel, ValueModel, ValueModel) - Constructor for class com.jgoodies.binding.list.SelectionInList
Constructs a SelectionInList on the given list holder, selection holder and selection index holder.
SelectionInList2 - Class in com.jgoodies.binding.extras
Represents a selection in a List.
SelectionInList2() - Constructor for class com.jgoodies.binding.extras.SelectionInList2
Constructs a SelectionInList2 with an empty initial ArrayList using defaults for the selection holder and selection index holder.
SelectionInList2(Object[]) - Constructor for class com.jgoodies.binding.extras.SelectionInList2
Constructs a SelectionInList2 on the given item array using defaults for the selection holder and selection index holder.
SelectionInList2(Object[], ValueModel) - Constructor for class com.jgoodies.binding.extras.SelectionInList2
Constructs a SelectionInList2 on the given item array and selection holder using a default selection index holder.
SelectionInList2(Object[], ValueModel, ValueModel) - Constructor for class com.jgoodies.binding.extras.SelectionInList2
Constructs a SelectionInList2 on the given item array and selection holder using a default selection index holder.
SelectionInList2(List) - Constructor for class com.jgoodies.binding.extras.SelectionInList2
Constructs a SelectionInList2 on the given List using defaults for the selection holder and selection index holder.
SelectionInList2(List, ValueModel) - Constructor for class com.jgoodies.binding.extras.SelectionInList2
Constructs a SelectionInList2 on the given List and selection holder using a default selection index holder.
SelectionInList2(List, ValueModel, ValueModel) - Constructor for class com.jgoodies.binding.extras.SelectionInList2
Constructs a SelectionInList2 on the given List, selection holder, and selection index holder.
SelectionInList2(ValueModel) - Constructor for class com.jgoodies.binding.extras.SelectionInList2
Constructs a SelectionInList2 on the given list holder using defaults for the selection holder and selection index holder.
SelectionInList2(ValueModel, ValueModel) - Constructor for class com.jgoodies.binding.extras.SelectionInList2
Constructs a SelectionInList2 on the given list holder, selection holder and selection index holder.
SelectionInList2(ValueModel, ValueModel, ValueModel) - Constructor for class com.jgoodies.binding.extras.SelectionInList2
Constructs a SelectionInList2 on the given list holder, selection holder and selection index holder.
SelectionInListModel - Class in com.jgoodies.binding.extras
Represents a selection in a ListModel.
SelectionInListModel() - Constructor for class com.jgoodies.binding.extras.SelectionInListModel
Constructs a SelectionInList with an empty initial ArrayListModel using defaults for the selection holder and selection index holder.
SelectionInListModel(ListModel) - Constructor for class com.jgoodies.binding.extras.SelectionInListModel
Constructs a SelectionInList on the given ListModel using defaults for the selection holder and selection index holder.
SelectionInListModel(ListModel, ValueModel) - Constructor for class com.jgoodies.binding.extras.SelectionInListModel
Constructs a SelectionInList on the given ListModel and selection holder using a default selection index holder.
SelectionInListModel(ListModel, ValueModel, ValueModel) - Constructor for class com.jgoodies.binding.extras.SelectionInListModel
Constructs a SelectionInList on the given ListModel, selection holder, and selection index holder.
SelectionInListModel(ValueModel) - Constructor for class com.jgoodies.binding.extras.SelectionInListModel
Constructs a SelectionInList on the given ListModel holder using defaults for the selection holder and selection index holder.
SelectionInListModel(ValueModel, ValueModel) - Constructor for class com.jgoodies.binding.extras.SelectionInListModel
Constructs a SelectionInList on the given ListModel holder, selection holder and selection index holder.
SelectionInListModel(ValueModel, ValueModel, ValueModel) - Constructor for class com.jgoodies.binding.extras.SelectionInListModel
Constructs a SelectionInList on the given ListModel holder, selection holder and selection index holder.
set(int, Object) - Method in class com.jgoodies.binding.list.ArrayListModel
Replaces the element at the specified position in this list with the specified element.
set(int, Object) - Method in class com.jgoodies.binding.list.LinkedListModel
Replaces the element at the specified position in this list with the specified element.
setAnchorSelectionIndex(int) - Method in class com.jgoodies.binding.adapter.SingleListSelectionAdapter
Sets the selection index.
setBean(Object) - Method in class com.jgoodies.binding.beans.BeanAdapter
Sets a new Java Bean as holder of the adapted properties.
setBean(Object) - Method in class com.jgoodies.binding.beans.IndirectPropertyChangeSupport
Sets a new Java Bean as holder of the observed properties.
setBean(Object) - Method in class com.jgoodies.binding.beans.PropertyAdapter
Sets a new Java Bean as holder of the adapted property.
setBean(Object) - Method in class com.jgoodies.binding.PresentationModel
Sets a new bean as content of the bean channel.
setBoolean(boolean) - Method in class com.jgoodies.binding.adapter.PreferencesAdapter
Converts the given value to an Object and stores it in this adapter's Preferences under this adapter's preferences key.
setBufferedValue(String, Object) - Method in class com.jgoodies.binding.PresentationModel
Buffers the given value for the specified bean property.
setChanged(boolean) - Method in class com.jgoodies.binding.PresentationModel
 
setCoalesce(boolean) - Method in class com.jgoodies.binding.beans.DelayedPropertyChangeHandler
Sets if this model shall coalesce all pending changes or not.
setCoalesce(boolean) - Method in class com.jgoodies.binding.extras.DelayedWriteValueModel
Sets if this model shall coalesce all pending changes or not.
setCoalesce(boolean) - Method in class com.jgoodies.binding.value.DelayedReadValueModel
Sets if this model shall coalesce all pending changes or not.
setDelay(int) - Method in class com.jgoodies.binding.extras.DelayedWriteValueModel
Sets the delay, in milliseconds, that is used to defer value commits.
setDelay(int) - Method in class com.jgoodies.binding.value.DelayedReadValueModel
Sets the delay, in milliseconds, that is used to defer value change notifications.
setDouble(double) - Method in class com.jgoodies.binding.adapter.PreferencesAdapter
Converts the given value to an Object and stores it in this adapter's Preferences under this adapter's preferences key.
setEditable(boolean) - Method in class com.jgoodies.binding.value.ComponentValueModel
Sets this model state to editable or non-editable, which in turn will make all text components bound to this model editable or non-editable.
setEnabled(boolean) - Method in class com.jgoodies.binding.value.ComponentValueModel
Enables or disabled this model, which in turn will enable or disable all Swing components bound to this model.
setExtent(int) - Method in class com.jgoodies.binding.adapter.BoundedRangeAdapter
Sets the extent to n.
setFloat(float) - Method in class com.jgoodies.binding.adapter.PreferencesAdapter
Converts the given value to an Object and stores it in this adapter's Preferences under this adapter's preferences key.
setGroup(ButtonGroup) - Method in class com.jgoodies.binding.adapter.RadioButtonAdapter
Throws an UnsupportedOperationException if the group is not null.
setIdentityCheckEnabled(boolean) - Method in class com.jgoodies.binding.value.ValueHolder
Sets the comparison that is used to check differences between the old and new value when firing value change events.
setInt(int) - Method in class com.jgoodies.binding.adapter.PreferencesAdapter
Converts the given value to an Object and stores it in this adapter's Preferences under this adapter's preferences key.
setLeadSelectionIndex(int) - Method in class com.jgoodies.binding.adapter.SingleListSelectionAdapter
Sets the selection index.
setList(List) - Method in class com.jgoodies.binding.list.ListHolder
Sets the given List as value of the list holder.
setList(List) - Method in class com.jgoodies.binding.list.SelectionInList
Sets the given list as value of the list holder.
setListHolder(ValueModel) - Method in class com.jgoodies.binding.list.ListHolder
Sets a new List holder.
setListHolder(ValueModel) - Method in class com.jgoodies.binding.list.SelectionInList
Sets a new list holder.
setListModel(ListModel) - Method in class com.jgoodies.binding.list.ListModelHolder
Sets the given list model as value of the list holder.
setListModel(ListModel) - Method in class com.jgoodies.binding.list.SelectionInList
Sets the given list model as value of the list holder.
setListModelHolder(ValueModel) - Method in class com.jgoodies.binding.list.ListModelHolder
Sets a new ListModel holder.
setLong(long) - Method in class com.jgoodies.binding.adapter.PreferencesAdapter
Converts the given value to an Object and stores it in this adapter's Preferences under this adapter's preferences key.
setMaximum(int) - Method in class com.jgoodies.binding.adapter.BoundedRangeAdapter
Sets the maximum to n.
setMinimum(int) - Method in class com.jgoodies.binding.adapter.BoundedRangeAdapter
Sets the minimum to n.
setRangeProperties(int, int, int, int, boolean) - Method in class com.jgoodies.binding.adapter.BoundedRangeAdapter
Sets all of the BoundedRangeModel properties after forcing the arguments to obey the usual constraints: minimum <= value <= value+extent <= maximum At most, one ChangeEvent is generated.
setSelected(boolean) - Method in class com.jgoodies.binding.adapter.RadioButtonAdapter
First, the subject value is set to this adapter's choice value if the argument is true.
setSelected(boolean) - Method in class com.jgoodies.binding.adapter.ToggleButtonAdapter
First, the subject value is set to this adapter's selected value if the argument is true, to the deselected value otherwise.
setSelectedColor(Color) - Method in class com.jgoodies.binding.adapter.ColorSelectionAdapter
Sets the selected color to color.
setSelectedItem(Object) - Method in class com.jgoodies.binding.adapter.ComboBoxAdapter
Sets the selected item.
setSelection(Object) - Method in class com.jgoodies.binding.extras.SelectionInList2
Sets the first list element that equals the given new selection as new selection.
setSelection(Object) - Method in class com.jgoodies.binding.extras.SelectionInListModel
Sets the first list element that equals the given new selection as new selection.
setSelection(Object) - Method in class com.jgoodies.binding.list.SelectionInList
Sets the first list element that equals the given new selection as new selection.
setSelectionHolder(ValueModel) - Method in class com.jgoodies.binding.extras.SelectionInList2
Sets a new selection holder.
setSelectionHolder(ValueModel) - Method in class com.jgoodies.binding.extras.SelectionInListModel
Sets a new selection holder.
setSelectionHolder(ValueModel) - Method in class com.jgoodies.binding.list.SelectionInList
Sets a new selection holder.
setSelectionIndex(int) - Method in class com.jgoodies.binding.extras.SelectionInList2
Sets a new selection index.
setSelectionIndex(int) - Method in class com.jgoodies.binding.extras.SelectionInListModel
Sets a new selection index.
setSelectionIndex(int) - Method in class com.jgoodies.binding.list.SelectionInList
Sets a new selection index.
setSelectionIndexHolder(ValueModel) - Method in class com.jgoodies.binding.extras.SelectionInList2
Sets a new selection index holder.
setSelectionIndexHolder(ValueModel) - Method in class com.jgoodies.binding.extras.SelectionInListModel
Sets a new selection index holder.
setSelectionIndexHolder(ValueModel) - Method in class com.jgoodies.binding.list.SelectionInList
Sets a new selection index holder.
setSelectionInterval(int, int) - Method in class com.jgoodies.binding.adapter.SingleListSelectionAdapter
Sets the selection index to index1.
setSelectionMode(int) - Method in class com.jgoodies.binding.adapter.SingleListSelectionAdapter
Sets the selection mode.
setString(String) - Method in class com.jgoodies.binding.adapter.PreferencesAdapter
Converts the given value to an Object and stores it in this adapter's Preferences under this adapter's preferences key.
setSubject(ValueModel) - Method in class com.jgoodies.binding.value.BufferedValueModel
Sets a new subject ValueModel, i.e. the model that provides the unbuffered value.
setTriggerChannel(ValueModel) - Method in class com.jgoodies.binding.PresentationModel
Sets the given ValueModel as this model's new trigger channel.
setTriggerChannel(ValueModel) - Method in class com.jgoodies.binding.value.BufferedValueModel
Sets the ValueModel that triggers the commit and flush events.
setValue(int) - Method in class com.jgoodies.binding.adapter.BoundedRangeAdapter
Sets the current value of the model.
setValue(Object) - Method in class com.jgoodies.binding.adapter.PreferencesAdapter
Converts the given value to a string and puts it into the preferences.
setValue(String, Object) - Method in class com.jgoodies.binding.beans.BeanAdapter
Sets the given new value for the specified bean property.
setValue(Object) - Method in class com.jgoodies.binding.beans.BeanAdapter.SimplePropertyAdapter
Sets the given object as new value of the adapted bean property.
setValue(Object, PropertyDescriptor, Object) - Static method in class com.jgoodies.binding.beans.BeanUtils
Sets the given object as new value of the specified property of the given non-null bean.
setValue(Object) - Method in class com.jgoodies.binding.beans.PropertyAdapter
Sets the given object as new value of the adapted bean property.
setValue(Object) - Method in class com.jgoodies.binding.extras.DelayedWriteValueModel
Sets the given new value after this model's delay.
setValue(Object) - Method in class com.jgoodies.binding.extras.NonNullValueModel
Sets the given value to the wrapped ValueModel.
setValue(Object) - Method in class com.jgoodies.binding.list.SelectionInList
Sets the first list element that equals the given value as selection.
setValue(String, Object) - Method in class com.jgoodies.binding.PresentationModel
Sets the given new value for the specified bean property.
setValue(boolean) - Method in class com.jgoodies.binding.value.AbstractValueModel
Converts the given boolean to a Boolean and sets it as new value.
setValue(double) - Method in class com.jgoodies.binding.value.AbstractValueModel
Converts the given double to a Double and sets it as new value.
setValue(float) - Method in class com.jgoodies.binding.value.AbstractValueModel
Converts the given float to a Float and sets it as new value.
setValue(int) - Method in class com.jgoodies.binding.value.AbstractValueModel
Converts the given int to an Integer and sets it as new value.
setValue(long) - Method in class com.jgoodies.binding.value.AbstractValueModel
Converts the given long to a Long and sets it as new value.
setValue(Object) - Method in class com.jgoodies.binding.value.AbstractVetoableValueModel
Sets the given value as new subject value if and only if 1) the new value differs from the old value and 2) the proposed change is accepted as checked by proposedChange(oldValue, newValue).
setValue(Object) - Method in class com.jgoodies.binding.value.BufferedValueModel
Sets a new buffered value and turns this BufferedValueModel into the buffering state.
setValue(Object) - Method in class com.jgoodies.binding.value.ComponentValueModel
Sets the given value as new subject value.
setValue(Object) - Method in class com.jgoodies.binding.value.ConverterFactory.BooleanNegator
Inverts the given Boolean and sets it as the subject's new value.
setValue(Object) - Method in class com.jgoodies.binding.value.ConverterFactory.BooleanToStringConverter
Converts the given String and sets the associated Boolean as the subject's new value.
setValue(Object) - Method in class com.jgoodies.binding.value.ConverterFactory.DoubleConverter
Converts a Double using the multiplier and sets it as new value.
setValue(Object) - Method in class com.jgoodies.binding.value.ConverterFactory.DoubleToIntegerConverter
Converts a Double using the multiplier and sets it as new value.
setValue(Object) - Method in class com.jgoodies.binding.value.ConverterFactory.FloatConverter
Converts a Float using the multiplier and sets it as new value.
setValue(Object) - Method in class com.jgoodies.binding.value.ConverterFactory.FloatToIntegerConverter
Converts a Float using the multiplier and sets it as new value.
setValue(Object) - Method in class com.jgoodies.binding.value.ConverterFactory.IntegerConverter
Converts a Integer using the multiplier and sets it as new value.
setValue(Object) - Method in class com.jgoodies.binding.value.ConverterFactory.LongConverter
Converts a Long using the multiplier and sets it as new value.
setValue(Object) - Method in class com.jgoodies.binding.value.ConverterFactory.LongToIntegerConverter
Converts an Integer to Long and sets it as new value.
setValue(Object) - Method in class com.jgoodies.binding.value.ConverterFactory.StringConverter
Parses the given String encoding and sets it as the subject's new value.
setValue(Object) - Method in class com.jgoodies.binding.value.DelayedReadValueModel
Sets the given new value immediately as the subject's new value.
setValue(Object) - Method in class com.jgoodies.binding.value.Trigger
Sets a new Boolean value and rejects all non-Boolean values.
setValue(Object) - Method in class com.jgoodies.binding.value.ValueHolder
Sets a new value.
setValue(Object, boolean) - Method in class com.jgoodies.binding.value.ValueHolder
Sets a new value.
setValue(Object) - Method in interface com.jgoodies.binding.value.ValueModel
Sets a new value and notifies any registered value listeners if the value has changed.
setValueIsAdjusting(boolean) - Method in class com.jgoodies.binding.adapter.BoundedRangeAdapter
Sets the valueIsAdjusting property.
setValueIsAdjusting(boolean) - Method in class com.jgoodies.binding.adapter.SingleListSelectionAdapter
This property is true if upcoming changes to the value of the model should be considered a single event.
setVetoableValue(String, Object) - Method in class com.jgoodies.binding.beans.BeanAdapter
Sets a new value for the specified bean property.
setVetoableValue(Object) - Method in class com.jgoodies.binding.beans.BeanAdapter.SimplePropertyAdapter
Sets the given object as new value of the adapted bean property.
setVetoableValue(Object) - Method in class com.jgoodies.binding.beans.PropertyAdapter
Sets the given object as new value of the adapted bean property.
setVetoableValue(String, Object) - Method in class com.jgoodies.binding.PresentationModel
Sets a new value for the specified bean property.
setVisible(boolean) - Method in class com.jgoodies.binding.value.ComponentValueModel
Sets this model state to visible or invisible, which in turn will make all Swing components bound to this model visible or invisible.
SingleListSelectionAdapter - Class in com.jgoodies.binding.adapter
A ListSelectionModel implementation that has the list index bound to a ValueModel.
SingleListSelectionAdapter(ValueModel) - Constructor for class com.jgoodies.binding.adapter.SingleListSelectionAdapter
Constructs a SingleListSelectionAdapter with the given selection index holder.
SpinnerAdapterFactory - Class in com.jgoodies.binding.adapter
A factory that vends SpinnerModel implementations that are bound to a ValueModel.
SpinnerToValueModelConnector - Class in com.jgoodies.binding.adapter
Synchronizes a SpinnerModel with a ValueModel.
SpinnerToValueModelConnector(SpinnerModel, ValueModel, Object) - Constructor for class com.jgoodies.binding.adapter.SpinnerToValueModelConnector
Constructs a SpinnerToValueModelConnector that establishes a Synchronization between the SpinnerModel and ValueModel.
stringToValue(String) - Method in class com.jgoodies.binding.formatter.EmptyDateFormatter
Returns the Object representation of the String text.
stringToValue(String) - Method in class com.jgoodies.binding.formatter.EmptyNumberFormatter
Returns the Object representation of the String text.
subject - Variable in class com.jgoodies.binding.value.AbstractConverter
Holds the ValueModel that in turn holds the source value.
supportsBoundProperties(Class) - Static method in class com.jgoodies.binding.beans.BeanUtils
Checks and answers whether the given class supports bound properties, i.e. it provides a pair of multicast event listener registration methods for PropertyChangeListeners: public void addPropertyChangeListener(PropertyChangeListener x); public void removePropertyChangeListener(PropertyChangeListener x);

T

ToggleButtonAdapter - Class in com.jgoodies.binding.adapter
Converts ValueModels to the ToggleButtonModel interface.
ToggleButtonAdapter(ValueModel) - Constructor for class com.jgoodies.binding.adapter.ToggleButtonAdapter
Constructs a ToggleButtonAdapter on the given subject ValueModel.
ToggleButtonAdapter(ValueModel, Object, Object) - Constructor for class com.jgoodies.binding.adapter.ToggleButtonAdapter
Constructs a ToggleButtonAdapter on the given subject ValueModel using the specified values for the selected and deselected state.
toString() - Method in class com.jgoodies.binding.adapter.BoundedRangeAdapter
Returns a string that displays all of the BoundedRangeModel properties.
toString() - Method in class com.jgoodies.binding.value.AbstractValueModel
Returns a string representation of this value model.
Trigger - Class in com.jgoodies.binding.value
A ValueModel implementation that is intended to be used as trigger channel for instances of BufferedValueModel.
Trigger() - Constructor for class com.jgoodies.binding.value.Trigger
Constructs a Trigger set to neutral.
triggerCommit() - Method in class com.jgoodies.binding.PresentationModel
Sets the trigger channel to true which in turn triggers commit events in all BufferedValueModels that share this trigger.
triggerCommit() - Method in class com.jgoodies.binding.value.Trigger
Triggers a commit event in BufferedValueModels that share this Trigger.
triggerFlush() - Method in class com.jgoodies.binding.PresentationModel
Sets the trigger channel to false which in turn triggers flush events in all BufferedValueModels that share this trigger.
triggerFlush() - Method in class com.jgoodies.binding.value.Trigger
Triggers a flush event in BufferedValueModels that share this Trigger.

U

updateList(List, List) - Method in class com.jgoodies.binding.extras.SelectionInList2
Updates the selection index and fires a property change for the list and a contents change event.
updateList(List, List) - Method in class com.jgoodies.binding.list.ListHolder
Fires a property change for list and a ListModel contents change event.
updateListModel(ListModel, ListModel) - Method in class com.jgoodies.binding.extras.SelectionInListModel
Removes the list data change handler from the old list in case it is a ListModel and adds it to new one in case it is a ListModel.
updateListModel(ListModel, ListModel) - Method in class com.jgoodies.binding.list.ListModelHolder
Removes the list data change handler from the old list in case it is not null and adds it to new one in case it is a not null.
updateProperty1() - Method in class com.jgoodies.binding.beans.PropertyConnector
Reads the value of the second bean property and sets it as new value of the first bean property.
updateProperty2() - Method in class com.jgoodies.binding.beans.PropertyConnector
Reads the value of the first bean property and sets it as new value of the second bean property.
updateSpinnerModel() - Method in class com.jgoodies.binding.adapter.SpinnerToValueModelConnector
Sets the subject value as spinner value.
updateValueModel() - Method in class com.jgoodies.binding.adapter.SpinnerToValueModelConnector
Sets the spinner value as value model's value.

V

ValueHolder - Class in com.jgoodies.binding.value
A simple ValueModel implementation that holds a generic value.
ValueHolder() - Constructor for class com.jgoodies.binding.value.ValueHolder
Constructs a ValueHolder with null as initial value.
ValueHolder(Object) - Constructor for class com.jgoodies.binding.value.ValueHolder
Constructs a ValueHolder with the given initial value.
ValueHolder(Object, boolean) - Constructor for class com.jgoodies.binding.value.ValueHolder
Constructs a ValueHolder with the given initial value.
ValueHolder(boolean) - Constructor for class com.jgoodies.binding.value.ValueHolder
Constructs a ValueHolder with the specified initial boolean value that is converted to a Boolean object.
ValueHolder(double) - Constructor for class com.jgoodies.binding.value.ValueHolder
Constructs a ValueHolder with the specified initial double value that is converted to a Double object.
ValueHolder(float) - Constructor for class com.jgoodies.binding.value.ValueHolder
Constructs a ValueHolder with the specified initial float value that is converted to a Float object.
ValueHolder(int) - Constructor for class com.jgoodies.binding.value.ValueHolder
Constructs a ValueHolder with the specified initial int value that is converted to an Integer object.
ValueHolder(long) - Constructor for class com.jgoodies.binding.value.ValueHolder
Constructs a ValueHolder with the specified initial long value that is converted to a Long object.
ValueModel - Interface in com.jgoodies.binding.value
Describes models with a generic access to a single value that allow to observe value changes.
valueToString(Object) - Method in class com.jgoodies.binding.formatter.EmptyDateFormatter
Returns a String representation of the Object value.
valueToString(Object) - Method in class com.jgoodies.binding.formatter.EmptyNumberFormatter
Returns a String representation of the Object value.

A B C D E F G H I L M N O P R S T U V

Copyright © 2002-2006 JGoodies Karsten Lentzsch. All Rights Reserved.