aspose file tools
The moose likes Swing / AWT / SWT and the fly likes firePropertyChange question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "firePropertyChange question" Watch "firePropertyChange question" New topic
Author

firePropertyChange question

shawn larkin
Ranch Hand

Joined: Feb 04, 2002
Posts: 34
firePropertyChange(String, oldValue, newValue). I'm having trouble understanding what the String references. I've read the javadocs on firePropertyChange, but I still don't get it. I know it informes the appropriate listeners, but how do they understand what property the string represents. I've gone through a bunch of UIDelegates, and model...but still I can't pass that barrier.
Help! Thanks
shawn larkin
Ranch Hand

Joined: Feb 04, 2002
Posts: 34
wow, it just clicked in. I got it!
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: firePropertyChange question
 
Similar Threads
Newbie Question about Java Beans
notification when a public attribute value changes
JTextPane as CellRenderer in JTable
Lock timeout
JScrollPane Frustrations