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