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

Quick Search    Search Deep

Package com.jgoodies.binding.tutorial.basics

Class Summary
CommitStylesExample Demonstrates three different styles when to commit changes: on key typed, on focus lost, on OK/Apply pressed.
CommitStylesExample.TextBean  
ComponentsExample Demonstrates how to bind different value types to Swing components.
ComponentsExample.ExampleBean  
ComponentsExample.ExamplePresentationModel  
EditorBoundExample Builds an editor with components bound to the domain object properties using adapting ValueModels created by a PresentationModel.
EditorBufferedExample Builds an editor with components bound to the domain object properties using buffered adapting ValueModels created by a PresentationModel.
EditorCopyingExample Builds an editor that copies data from the domain back and forth.
MasterDetailsBoundExample Builds a list of Albums with an attached editor that edits the current list selection.
MasterDetailsBoundExample.CloseAction  
MasterDetailsCopyingExample Builds a list of Albums with an attached editor that edits the current list selection.
MasterDetailsCopyingExample.CloseAction  
MasterDetailsSelectionInListExample Builds a list of Albums with an attached editor that edits the current list selection.
MasterDetailsSelectionInListExample.CloseAction