|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.ui.WindowHolder
ucar.unidata.idv.IdvManager
public abstract class IdvManager
This is a base class for the different IDV managers (e.g.,
IdvUIManager. It provides a couple
of utilities.
| Field Summary |
|---|
| Fields inherited from class ucar.unidata.ui.WindowHolder |
|---|
contents, dialog, frame, window |
| Constructor Summary | |
|---|---|
IdvManager(IntegratedDataViewer idv)
Construct this object with the given IDV |
|
| Method Summary | |
|---|---|
protected ArgsManager |
getArgsManager()
Wrapper method, calling into idv |
protected CollabManager |
getCollabManager()
Wrapper method, calling into idv |
ColorTableManager |
getColorTableManager()
Get the ColorTableManager |
protected DataManager |
getDataManager()
Wrapper method, calling into idv |
IntegratedDataViewer |
getIdv()
Get the IDV |
protected IdvChooserManager |
getIdvChooserManager()
Wrapper method, calling into idv |
protected Class |
getIdvClass()
Get the Class of the IDV. |
IdvProjectionManager |
getIdvProjectionManager()
Get the projection manager |
protected IdvUIManager |
getIdvUIManager()
Wrapper method, calling into idv |
protected ImageGenerator |
getImageGenerator()
Wrapper method, calling into idv |
protected JythonManager |
getJythonManager()
Wrapper method, calling into idv |
IdvPersistenceManager |
getPersistenceManager()
Get the persistence manager |
IdvPreferenceManager |
getPreferenceManager()
Get the preference manager |
boolean |
getProperty(String name,
boolean dflt)
Utility method to retrieve a boolean property from the idv properties. |
int |
getProperty(String name,
int dflt)
Utility method to retrieve an int property from the idv properties. |
String |
getProperty(String name,
String dflt)
Utility method to retrieve a String property from the idv properties. |
protected PublishManager |
getPublishManager()
Wrapper method, calling into idv |
protected IdvResourceManager |
getResourceManager()
Wrapper method, calling into idv |
protected StateManager |
getStateManager()
Wrapper method, calling into idv |
StationModelManager |
getStationModelManager()
Get the station model manager |
protected IdvObjectStore |
getStore()
Wrapper method, calling into idv |
protected VMManager |
getVMManager()
Wrapper method, calling into idv |
static void |
logException(String msg,
Throwable excp)
Wrapper method, calling into idv |
protected void |
showNormalCursor()
Wrapper method, calling into idv |
protected void |
showWaitCursor()
Wrapper method, calling into idv |
static void |
waitUntilDisplaysAreDone(IdvUIManager uiManager)
A utility method that will wait until all displays are finished being created. |
| Methods inherited from class ucar.unidata.ui.WindowHolder |
|---|
actionPerformed, close, doMakeContents, getContents, getDialog, getFrame, getWindow, getWindowTitle, isShowing, removeAll, setWindowTitle, shouldMakeDialog, show, show, showModal, toFront, windowIsClosing |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdvManager(IntegratedDataViewer idv)
idv - The IDV| Method Detail |
|---|
public IntegratedDataViewer getIdv()
protected Class getIdvClass()
protected IdvObjectStore getStore()
protected IdvResourceManager getResourceManager()
public StationModelManager getStationModelManager()
public IdvProjectionManager getIdvProjectionManager()
public IdvPersistenceManager getPersistenceManager()
public IdvPreferenceManager getPreferenceManager()
public ColorTableManager getColorTableManager()
ColorTableManager
protected IdvUIManager getIdvUIManager()
protected ImageGenerator getImageGenerator()
protected IdvChooserManager getIdvChooserManager()
protected JythonManager getJythonManager()
protected ArgsManager getArgsManager()
protected VMManager getVMManager()
protected PublishManager getPublishManager()
protected StateManager getStateManager()
protected DataManager getDataManager()
protected CollabManager getCollabManager()
public static void logException(String msg,
Throwable excp)
msg - The messageexcp - The exceptionprotected void showWaitCursor()
protected void showNormalCursor()
public boolean getProperty(String name,
boolean dflt)
name - The name of the propertydflt - The default value if the property is not found
public int getProperty(String name,
int dflt)
name - The name of the propertydflt - The default value if the property is not found
public String getProperty(String name,
String dflt)
name - The name of the propertydflt - The default value if the property is not found
public static void waitUntilDisplaysAreDone(IdvUIManager uiManager)
uiManager - The ui manager. We use this to access the wait
cursor count
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||