|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.IdvBase
ucar.unidata.idv.IntegratedDataViewer
ucar.unidata.idv.DefaultIdv
public class DefaultIdv
This is the default implementation of an IDV. It defers most of the work to the base class and simply constructs a UI (in doMakeContents)
| Field Summary |
|---|
| Fields inherited from class ucar.unidata.idv.IntegratedDataViewer |
|---|
controlDescriptorMap, controlDescriptors, displayControls |
| Fields inherited from class ucar.unidata.idv.IdvBase |
|---|
aliasEditor, args, argsManager, autoDisplayEditor, chooserManager, collabManager, colorTableEditor, colorTableManager, dataManager, displayConventions, idv, imageGenerator, jythonManager, paramDefaultsEditor, paramGroupsEditor, persistenceManager, pluginManager, preferenceManager, projectionManager, publishManager, resourceManager, stateManager, stationModelManager, testManager, uiManager, vmManager |
| Constructor Summary | |
|---|---|
DefaultIdv()
Parameterless ctor. |
|
DefaultIdv(String[] args)
Create the DefaultIdv with the given command line arguments. |
|
| Method Summary | |
|---|---|
boolean |
handleAction(String action,
Hashtable properties,
boolean checkForAlias)
This method checks if the given action should trigger the Haiku easter egg. |
void |
initPropertyFiles(List files)
Add in our properties. |
static void |
main(String[] args)
The main. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultIdv()
throws VisADException,
RemoteException
RemoteException
VisADException
public DefaultIdv(String[] args)
throws VisADException,
RemoteException
IntegratedDataViewer.init()
args - Command line arguments
VisADException - from construction of VisAd objects
RemoteException - from construction of VisAD objects| Method Detail |
|---|
public void initPropertyFiles(List files)
initPropertyFiles in class IntegratedDataViewerfiles - List of property files
public boolean handleAction(String action,
Hashtable properties,
boolean checkForAlias)
handleAction in class IntegratedDataVieweraction - The action (file, data source url, etc.)properties - Properties to pass to the data source creationcheckForAlias - Should check for aliases.
public static void main(String[] args)
throws Exception
args - Command line arguments
Exception - When something untoward happens
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||