home *** CD-ROM | disk | FTP | other *** search
- package FontViewer.components;
-
- import javax.swing.table.DefaultTableModel;
-
- class FavouriteFontsPanel$1 extends DefaultTableModel {
- boolean[] canEdit;
- // $FF: synthetic field
- private final FavouriteFontsPanel this$0;
-
- FavouriteFontsPanel$1(FavouriteFontsPanel this$0, Object[][] x0, Object[] x1) {
- super(x0, x1);
- this.this$0 = this$0;
- this.canEdit = new boolean[]{false, false};
- }
-
- public boolean isCellEditable(int rowIndex, int columnIndex) {
- return this.canEdit[columnIndex];
- }
- }
-