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