, (.. , ). GUI- (JGoodies, JSR295), , , .
, , , , X A Y B '. : A.x ↔ B.y
, Java. "x" "y" . ( ). , A. "x" ↔ B. "y"
, .
, . , 3 , - . :
public void setFoo(Foo foo){
Foo old = getFoo();
this.foo = foo;
changeSupport.firePropertyChange("foo", old, foo);
}
, , .
, . (, , , , PropertyChangeSupport 3 , ). , ( , Property) .
- -, (- registerFormProperties (myObject.firstname, myObject.lastname, someOtherObject.amount), - . , , , ( , ).
, , , - - , .