public void addCol(RLegalName name, RVectorFactor v) throws RemoteException { df.addCol(name, v); fireTableStructureChanged(); }
public void addCol(int col, RLegalName name, RFactor v) throws RemoteException { df.addCol(col, name, v); fireTableStructureChanged(); }