< prev index next >

src/java.desktop/share/classes/javax/swing/plaf/basic/BasicInternalFrameTitlePane.java

Print this page

        

*** 47,57 **** * Serialized objects of this class will not be compatible with * future Swing releases. The current serialization support is * appropriate for short term storage or RMI between applications running * the same version of Swing. As of 1.4, support for long term storage * of all JavaBeans&trade; ! * has been added to the <code>java.beans</code> package. * Please see {@link java.beans.XMLEncoder}. * * @author David Kloba * @author Steve Wilson */ --- 47,57 ---- * Serialized objects of this class will not be compatible with * future Swing releases. The current serialization support is * appropriate for short term storage or RMI between applications running * the same version of Swing. As of 1.4, support for long term storage * of all JavaBeans&trade; ! * has been added to the {@code java.beans} package. * Please see {@link java.beans.XMLEncoder}. * * @author David Kloba * @author Steve Wilson */
*** 718,728 **** } } /** * This class should be treated as a &quot;protected&quot; inner class. ! * Instantiate it only within subclasses of <code>Foo</code>. */ public class PropertyChangeHandler implements PropertyChangeListener { // NOTE: This class exists only for backward compatibility. All // its functionality has been moved into Handler. If you need to add // new functionality add it to the Handler, but make sure this --- 718,728 ---- } } /** * This class should be treated as a &quot;protected&quot; inner class. ! * Instantiate it only within subclasses of {@code Foo}. */ public class PropertyChangeHandler implements PropertyChangeListener { // NOTE: This class exists only for backward compatibility. All // its functionality has been moved into Handler. If you need to add // new functionality add it to the Handler, but make sure this
*** 732,742 **** } } /** * This class should be treated as a &quot;protected&quot; inner class. ! * Instantiate it only within subclasses of <code>Foo</code>. */ public class TitlePaneLayout implements LayoutManager { // NOTE: This class exists only for backward compatibility. All // its functionality has been moved into Handler. If you need to add // new functionality add it to the Handler, but make sure this --- 732,742 ---- } } /** * This class should be treated as a &quot;protected&quot; inner class. ! * Instantiate it only within subclasses of {@code Foo}. */ public class TitlePaneLayout implements LayoutManager { // NOTE: This class exists only for backward compatibility. All // its functionality has been moved into Handler. If you need to add // new functionality add it to the Handler, but make sure this
*** 762,772 **** } } /** * This class should be treated as a &quot;protected&quot; inner class. ! * Instantiate it only within subclasses of <code>Foo</code>. */ public class CloseAction extends AbstractAction { /** * Constructs a new instance of a {@code CloseAction}. */ --- 762,772 ---- } } /** * This class should be treated as a &quot;protected&quot; inner class. ! * Instantiate it only within subclasses of {@code Foo}. */ public class CloseAction extends AbstractAction { /** * Constructs a new instance of a {@code CloseAction}. */
*** 782,792 **** } } // end CloseAction /** * This class should be treated as a &quot;protected&quot; inner class. ! * Instantiate it only within subclasses of <code>Foo</code>. */ public class MaximizeAction extends AbstractAction { /** * Constructs a new instance of a {@code MaximizeAction}. */ --- 782,792 ---- } } // end CloseAction /** * This class should be treated as a &quot;protected&quot; inner class. ! * Instantiate it only within subclasses of {@code Foo}. */ public class MaximizeAction extends AbstractAction { /** * Constructs a new instance of a {@code MaximizeAction}. */
*** 814,824 **** } } /** * This class should be treated as a &quot;protected&quot; inner class. ! * Instantiate it only within subclasses of <code>Foo</code>. */ public class IconifyAction extends AbstractAction { /** * Constructs a new instance of an {@code IconifyAction}. */ --- 814,824 ---- } } /** * This class should be treated as a &quot;protected&quot; inner class. ! * Instantiate it only within subclasses of {@code Foo}. */ public class IconifyAction extends AbstractAction { /** * Constructs a new instance of an {@code IconifyAction}. */
*** 838,848 **** } } // end IconifyAction /** * This class should be treated as a &quot;protected&quot; inner class. ! * Instantiate it only within subclasses of <code>Foo</code>. */ public class RestoreAction extends AbstractAction { /** * Constructs a new instance of a {@code RestoreAction}. */ --- 838,848 ---- } } // end IconifyAction /** * This class should be treated as a &quot;protected&quot; inner class. ! * Instantiate it only within subclasses of {@code Foo}. */ public class RestoreAction extends AbstractAction { /** * Constructs a new instance of a {@code RestoreAction}. */
*** 868,878 **** } } /** * This class should be treated as a &quot;protected&quot; inner class. ! * Instantiate it only within subclasses of <code>Foo</code>. */ public class MoveAction extends AbstractAction { /** * Constructs a new instance of a {@code MoveAction}. */ --- 868,878 ---- } } /** * This class should be treated as a &quot;protected&quot; inner class. ! * Instantiate it only within subclasses of {@code Foo}. */ public class MoveAction extends AbstractAction { /** * Constructs a new instance of a {@code MoveAction}. */
*** 905,915 **** } } /** * This class should be treated as a &quot;protected&quot; inner class. ! * Instantiate it only within subclasses of <code>Foo</code>. */ public class SizeAction extends AbstractAction { /** * Constructs a new instance of a {@code SizeAction}. */ --- 905,915 ---- } } /** * This class should be treated as a &quot;protected&quot; inner class. ! * Instantiate it only within subclasses of {@code Foo}. */ public class SizeAction extends AbstractAction { /** * Constructs a new instance of a {@code SizeAction}. */
*** 924,934 **** } // end SizeAction /** * This class should be treated as a &quot;protected&quot; inner class. ! * Instantiate it only within subclasses of <code>Foo</code>. */ @SuppressWarnings("deprecation") public class SystemMenuBar extends JMenuBar { public boolean isFocusTraversable() { return false; } public void requestFocus() {} --- 924,934 ---- } // end SizeAction /** * This class should be treated as a &quot;protected&quot; inner class. ! * Instantiate it only within subclasses of {@code Foo}. */ @SuppressWarnings("deprecation") public class SystemMenuBar extends JMenuBar { public boolean isFocusTraversable() { return false; } public void requestFocus() {}
< prev index next >