Пример #1
0
 /**
  * Wrapper method, calling into idv
  *
  * @return The ui manager from the IDV
  */
 protected IdvUIManager getIdvUIManager() {
   return idv.getIdvUIManager();
 }
Пример #2
0
 /** Remove this holder from the IDV and dispose of the window */
 public void doClose() {
   idv.getIdvUIManager().removeDataSourceHolder(this);
   dispose();
 }