/** * Wrapper method, calling into idv * * @return The collab manager from the IDV */ protected CollabManager getCollabManager() { return idv.getCollabManager(); }
/** Wrapper method, calling into idv */ protected void showWaitCursor() { idv.showWaitCursor(); }
/** * Wrapper method, calling into idv * * @return The data manager from the IDV */ protected DataManager getDataManager() { return idv.getDataManager(); }
protected InstallManager getInstallManager() { return idv.getInstallManager(); }
/** * Wrapper method, calling into idv * * @return The Publish manager from the IDV */ protected PublishManager getPublishManager() { return idv.getPublishManager(); }
/** * Wrapper method, calling into idv * * @return The state manager from the IDV */ protected StateManager getStateManager() { return idv.getStateManager(); }
/** * Wrapper method, calling into idv * * @return The args manager from the IDV */ protected ArgsManager getArgsManager() { return idv.getArgsManager(); }
/** * Get the persistence manager * * @return The persistence manager */ public IdvPersistenceManager getPersistenceManager() { return idv.getPersistenceManager(); }
/** * Wrapper method, calling into idv * * @return The chooser manager from the IDV */ protected IdvChooserManager getIdvChooserManager() { return idv.getIdvChooserManager(); }
/** * Wrapper method, calling into idv * * @return The jython manager from the IDV */ protected JythonManager getJythonManager() { return idv.getJythonManager(); }
/** * Wrapper method, calling into idv * * @return The image generator from the IDV */ protected ImageGenerator getImageGenerator() { return idv.getImageGenerator(); }
/** * Wrapper method, calling into idv * * @return The ui manager from the IDV */ protected IdvUIManager getIdvUIManager() { return idv.getIdvUIManager(); }
/** * Get the preference manager * * @return The preference manager */ public IdvPreferenceManager getPreferenceManager() { return idv.getPreferenceManager(); }
/** Wrapper method, calling into idv */ protected void showNormalCursor() { idv.showNormalCursor(); }
/** * Wrapper method, calling into idv * * @return The VM manager from the IDV */ protected VMManager getVMManager() { return idv.getVMManager(); }
/** * Wrapper method, calling into idv * * @return The store from the IDV */ protected IdvObjectStore getStore() { return idv.getStore(); }
/** * Wrapper method, calling into idv * * @return The ResourceManager from the IDV */ protected IdvResourceManager getResourceManager() { return idv.getResourceManager(); }