コード例 #1
0
 /**
  * Remove this control. Call the parent class doRemove and clears references to gridLocs, etc.
  *
  * @throws RemoteException
  * @throws VisADException
  */
 public void doRemove() throws VisADException, RemoteException {
   super.doRemove();
   gridLocs = null;
   dataNode = null;
   probe = null;
   widget = null;
 }