< prev index next >
src/java.desktop/share/classes/javax/swing/plaf/basic/BasicInternalFrameTitlePane.java
Print this page
@@ -47,11 +47,11 @@
* 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™
- * has been added to the <code>java.beans</code> package.
+ * has been added to the {@code java.beans} package.
* Please see {@link java.beans.XMLEncoder}.
*
* @author David Kloba
* @author Steve Wilson
*/
@@ -718,11 +718,11 @@
}
}
/**
* This class should be treated as a "protected" inner class.
- * Instantiate it only within subclasses of <code>Foo</code>.
+ * 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,11 +732,11 @@
}
}
/**
* This class should be treated as a "protected" inner class.
- * Instantiate it only within subclasses of <code>Foo</code>.
+ * 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,11 +762,11 @@
}
}
/**
* This class should be treated as a "protected" inner class.
- * Instantiate it only within subclasses of <code>Foo</code>.
+ * Instantiate it only within subclasses of {@code Foo}.
*/
public class CloseAction extends AbstractAction {
/**
* Constructs a new instance of a {@code CloseAction}.
*/
@@ -782,11 +782,11 @@
}
} // end CloseAction
/**
* This class should be treated as a "protected" inner class.
- * Instantiate it only within subclasses of <code>Foo</code>.
+ * Instantiate it only within subclasses of {@code Foo}.
*/
public class MaximizeAction extends AbstractAction {
/**
* Constructs a new instance of a {@code MaximizeAction}.
*/
@@ -814,11 +814,11 @@
}
}
/**
* This class should be treated as a "protected" inner class.
- * Instantiate it only within subclasses of <code>Foo</code>.
+ * Instantiate it only within subclasses of {@code Foo}.
*/
public class IconifyAction extends AbstractAction {
/**
* Constructs a new instance of an {@code IconifyAction}.
*/
@@ -838,11 +838,11 @@
}
} // end IconifyAction
/**
* This class should be treated as a "protected" inner class.
- * Instantiate it only within subclasses of <code>Foo</code>.
+ * Instantiate it only within subclasses of {@code Foo}.
*/
public class RestoreAction extends AbstractAction {
/**
* Constructs a new instance of a {@code RestoreAction}.
*/
@@ -868,11 +868,11 @@
}
}
/**
* This class should be treated as a "protected" inner class.
- * Instantiate it only within subclasses of <code>Foo</code>.
+ * Instantiate it only within subclasses of {@code Foo}.
*/
public class MoveAction extends AbstractAction {
/**
* Constructs a new instance of a {@code MoveAction}.
*/
@@ -905,11 +905,11 @@
}
}
/**
* This class should be treated as a "protected" inner class.
- * Instantiate it only within subclasses of <code>Foo</code>.
+ * Instantiate it only within subclasses of {@code Foo}.
*/
public class SizeAction extends AbstractAction {
/**
* Constructs a new instance of a {@code SizeAction}.
*/
@@ -924,11 +924,11 @@
} // end SizeAction
/**
* This class should be treated as a "protected" inner class.
- * Instantiate it only within subclasses of <code>Foo</code>.
+ * 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 >