src/share/classes/javax/swing/JTable.java

Print this page

        

*** 60,70 **** import sun.swing.SwingLazyValue; /** * The <code>JTable</code> is used to display and edit regular two-dimensional tables * of cells. ! * See <a href="http://java.sun.com/docs/books/tutorial/uiswing/components/table.html">How to Use Tables</a> * in <em>The Java Tutorial</em> * for task-oriented documentation and examples of using <code>JTable</code>. * * <p> * The <code>JTable</code> has many --- 60,70 ---- import sun.swing.SwingLazyValue; /** * The <code>JTable</code> is used to display and edit regular two-dimensional tables * of cells. ! * See <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/table.html">How to Use Tables</a> * in <em>The Java Tutorial</em> * for task-oriented documentation and examples of using <code>JTable</code>. * * <p> * The <code>JTable</code> has many
*** 2487,2497 **** * cells. * <p> * The default value of this property is defined by the look * and feel implementation. * <p> ! * This is a <a href="http://java.sun.com/docs/books/tutorial/javabeans/properties/bound.html">JavaBeans</a> bound property. * * @param selectionForeground the <code>Color</code> to use in the foreground * for selected list items * @see #getSelectionForeground * @see #setSelectionBackground --- 2487,2497 ---- * cells. * <p> * The default value of this property is defined by the look * and feel implementation. * <p> ! * This is a <a href="http://docs.oracle.com/javase/tutorial/javabeans/writing/properties.html">JavaBeans</a> bound property. * * @param selectionForeground the <code>Color</code> to use in the foreground * for selected list items * @see #getSelectionForeground * @see #setSelectionBackground
*** 2525,2535 **** * can use this color to the fill selected cells. * <p> * The default value of this property is defined by the look * and feel implementation. * <p> ! * This is a <a href="http://java.sun.com/docs/books/tutorial/javabeans/properties/bound.html">JavaBeans</a> bound property. * * @param selectionBackground the <code>Color</code> to use for the background * of selected cells * @see #getSelectionBackground * @see #setSelectionForeground --- 2525,2535 ---- * can use this color to the fill selected cells. * <p> * The default value of this property is defined by the look * and feel implementation. * <p> ! * This is a <a href="http://docs.oracle.com/javase/tutorial/javabeans/writing/properties.html">JavaBeans</a> bound property. * * @param selectionBackground the <code>Color</code> to use for the background * of selected cells * @see #getSelectionBackground * @see #setSelectionForeground