org.autoplot.idlsupport.Util
Util( )
normally a Util class is just a bunch of static methods, but its easier
to get at the methods if we can create an instance.
enterEditor
enterEditor( String uri ) → String
bring up the editor for this URI, or partial URI (vap+cdaweb:). This
was introduced to test Java GUIs in IDL.
Parameters
uri - a String
Returns:
a String
[search for examples]
[view on GitHub]
[view on old javadoc]
getDiscoverySources
getDiscoverySources( ) → String[]
return an array of the sources that can be discovered.
Returns:
an array of the sources that can be discovered.
[search for examples]
[view on GitHub]
[view on old javadoc]
getPlugins
getPlugins( ) → String
Returns:
java.lang.String
[search for examples]
[view on GitHub]
[view on old javadoc]
getVersions
getVersions( ) → String
In IDL, you would say:
Util= OBJ_NEW('IDLJavaObject$Static$Util', 'org.autoplot.idlsupport.Util')
print, Util.getVersions()
Returns:
a String
[search for examples]
[view on GitHub]
[view on old javadoc]
isMap
isMap( Object o ) → boolean
Parameters
o - an Object
Returns:
boolean
[search for examples]
[view on GitHub]
[view on old javadoc]
isQDataSet
isQDataSet( Object o ) → boolean
Parameters
o - an Object
Returns:
boolean
[search for examples]
[view on GitHub]
[view on old javadoc]
silenceLoggers
silenceLoggers( ) → void
Jared at Iowa was having the problem that loggers were on by default.
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
verboseLoggers
verboseLoggers( ) → void
Jared at Iowa was having the problem that loggers were on by default.
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]