Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.jgoodies.binding.extras

Class Summary
AbstractVetoableValueModel A ValueModel that allows to accept or reject proposed value changes.
ChangeTracker Tracks changes in a set of bound bean properties.
DelayedValueModel A ValueModel that deferres value changes for a specified delay.
DelegatingTableModel This implementation of the TableModel interface delegates all requests to an underlying TableModel delegate.
DelegatingTableModel.DummyTableModel  
ListModelHolder A com.jgoodies.binding.value.ValueHolder implementation that holds instances of javax.swing.ListModel and that is a ListModel itself.
SpinnerAdapterFactory A factory that vends javax.swing.SpinnerModel implementations that are bound to a ValueModel Can be used to bind a ValueModel to instances of javax.swing.JSpinner.
SpinnerAdapterFactory.SpinnerToValueModelConnector