Field SELECTED_FILE_CHANGED_PROPERTY
Field type: java.lang.String
Member of: javax.swing.JFileChooser
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 if (prop.equals(JFileChooser.SELECTED_FILE_CHANGED_PROPERTY))
2 if (prop == JFileChooser.SELECTED_FILE_CHANGED_PROPERTY)
3 if (prop == JFileChooser.SELECTED_FILE_CHANGED_PROPERTY)
4 JFileChooser.SELECTED_FILE_CHANGED_PROPERTY,
5 ( ! JFileChooser.SELECTED_FILE_CHANGED_PROPERTY.equals(e.getPropertyName()))) {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.