home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 February / PCpro_2005_02.ISO / files / opensource / Opcion_1.1.1 / Opcion_v1.1.1.exe / FontViewer / components / FavouriteFontsPanel$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2004-04-25  |  882 b   |  20 lines

  1. package FontViewer.components;
  2.  
  3. import javax.swing.table.DefaultTableModel;
  4.  
  5. class FavouriteFontsPanel$1 extends DefaultTableModel {
  6.    boolean[] canEdit;
  7.    // $FF: synthetic field
  8.    private final FavouriteFontsPanel this$0;
  9.  
  10.    FavouriteFontsPanel$1(FavouriteFontsPanel this$0, Object[][] x0, Object[] x1) {
  11.       super(x0, x1);
  12.       this.this$0 = this$0;
  13.       this.canEdit = new boolean[]{false, false};
  14.    }
  15.  
  16.    public boolean isCellEditable(int rowIndex, int columnIndex) {
  17.       return this.canEdit[columnIndex];
  18.    }
  19. }
  20.