OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 80 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 80 Rev 174
Line 80... Line 80...
80
        
80
        
81
        this.header = table.getTableHeader();
81
        this.header = table.getTableHeader();
82
        header.setReorderingAllowed(false); 
82
        header.setReorderingAllowed(false); 
83
        this.editedTable = table;
83
        this.editedTable = table;
84
        this.editedColumn = column;
84
        this.editedColumn = column;
85
        this.label.setText(value.toString());
85
        this.label.setText(String.valueOf(value));
86
        this.header.removeMouseListener(this);
86
        this.header.removeMouseListener(this);
87
        this.header.addMouseListener(this);
87
        this.header.addMouseListener(this);
88
        return this;
88
        return this;
89
    }
89
    }
90
    public void destroy(){
90
    public void destroy(){