Generated by
JDiff

Class javax.swing.JFileChooser

Added Methods
boolean getControlButtonsAreShown() Returns a boolean indicating whether the accept and cancel buttons are shown in the file chooser.
boolean isAcceptAllFileFilterUsed() Returns whether the AcceptAll FileFilter is used.
void setAcceptAllFileFilterUsed(boolean) Determines if the AcceptAll FileFilter is used.
void setControlButtonsAreShown(boolean) Sets whether the approve and cancel buttons are shown in the file chooser.
 

Added Fields
String ACCEPT_ALL_FILE_FILTER_USED_CHANGED_PROPERTY Identifies whether a the AcceptAllFileFilter is used or not.
String CONTROL_BUTTONS_ARE_SHOWN_CHANGED_PROPERTY Instruction to display the control buttons.