/[classpath]/classpath/javax/swing/table/TableColumnModel.java
ViewVC logotype

Diff of /classpath/javax/swing/table/TableColumnModel.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5.2.2 by gnu_andrew, Tue Aug 2 20:12:38 2005 UTC revision 1.5.2.3 by gnu_andrew, Wed Nov 2 00:44:02 2005 UTC
# Line 50  import javax.swing.event.TableColumnMode Line 50  import javax.swing.event.TableColumnMode
50   *   *
51   * @author Andrew Selkirk   * @author Andrew Selkirk
52   */   */
53    // FIXME: The API documentation in this class is incomplete.
54  public interface TableColumnModel  public interface TableColumnModel
55  {  {
56    /**    /**
# Line 107  public interface TableColumnModel Line 108  public interface TableColumnModel
108     * @throws IllegalArgumentException if <code>identifier</code> is     * @throws IllegalArgumentException if <code>identifier</code> is
109     *         <code>null</code> or there is no column with that identifier.     *         <code>null</code> or there is no column with that identifier.
110     */     */
111    int getColumnIndex(Object columnIdentifier);    int getColumnIndex(Object identifier);
112    
113    /**    /**
114     * Returns the <code>TableColumn</code> at the specified index.     * Returns the <code>TableColumn</code> at the specified index.
# Line 169  public interface TableColumnModel Line 170  public interface TableColumnModel
170    
171    /**    /**
172     * getSelectionModel     * getSelectionModel
    * @param column TableColumn  
173     */     */
174    ListSelectionModel getSelectionModel();    ListSelectionModel getSelectionModel();
175    

Legend:
Removed from v.1.5.2.2  
changed lines
  Added in v.1.5.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26