< prev index next >

src/java.desktop/share/classes/javax/swing/JFileChooser.java

Print this page

        

*** 859,869 **** * @see #getControlButtonsAreShown * @see #CONTROL_BUTTONS_ARE_SHOWN_CHANGED_PROPERTY * @since 1.3 */ @BeanProperty(preferred = true, description ! = "Sets whether the approve &amp; cancel buttons are shown.") public void setControlButtonsAreShown(boolean b) { if(controlsShown == b) { return; } boolean oldValue = controlsShown; --- 859,869 ---- * @see #getControlButtonsAreShown * @see #CONTROL_BUTTONS_ARE_SHOWN_CHANGED_PROPERTY * @since 1.3 */ @BeanProperty(preferred = true, description ! = "Sets whether the approve & cancel buttons are shown.") public void setControlButtonsAreShown(boolean b) { if(controlsShown == b) { return; } boolean oldValue = controlsShown;
*** 1836,1846 **** * @return the string "FileChooserUI" * @see JComponent#getUIClassID * @see UIDefaults#getUI */ @BeanProperty(bound = false, expert = true, description ! = "A string that specifies the name of the L&amp;F class.") public String getUIClassID() { return uiClassID; } /** --- 1836,1846 ---- * @return the string "FileChooserUI" * @see JComponent#getUIClassID * @see UIDefaults#getUI */ @BeanProperty(bound = false, expert = true, description ! = "A string that specifies the name of the L&F class.") public String getUIClassID() { return uiClassID; } /**
< prev index next >