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