org.das2.DasApplication
DasApplication object manages per-application resources, like object name space,
dataset caching, progress monitoring, exception handling and a network speed limiter.
createMainFrame
Deprecated: use createMainFrame( String title, Container container );
getDas2UserDirectory
getDas2UserDirectory( ) → File
returns the location of the local directory sandbox. For example,
The web filesystem object downloads temporary files to here, logging
properties file, etc.
Assume that this File is local, so I/O is quick, and that the process
has write access to this area.
For definition, assume that at least 1Gb of storage is available as
well.
Returns:
java.io.File
search for examples
view on GitHub
view source
getDas2Version
getDas2Version( ) → String
Returns:
java.lang.String
search for examples
view on GitHub
view source
getDataSetCache
getDataSetCache( ) → DataSetCache
Returns:
org.das2.dataset.DataSetCache
search for examples
view on GitHub
view source
getDefaultApplication
getDefaultApplication( ) → DasApplication
Returns:
org.das2.DasApplication
search for examples
view on GitHub
view source
getInputStreamMeter
getInputStreamMeter( ) → InputStreamMeter
Returns:
org.das2.client.InputStreamMeter
search for examples
view on GitHub
view source
getMainFrame
getMainFrame( ) → JFrame
Returns:
javax.swing.JFrame
search for examples
view on GitHub
view source
getMonitorFactory
getMonitorFactory( ) → MonitorFactory
Returns:
org.das2.system.MonitorFactory
search for examples
view on GitHub
view source
getNameContext
getNameContext( ) → NameContext
Returns:
org.das2.NameContext
search for examples
view on GitHub
view source
isApplet
isApplet( ) → boolean
Returns:
boolean
search for examples
view on GitHub
view source
isHeadless
isHeadless( ) → boolean
Returns:
boolean
search for examples
view on GitHub
view source
isInteractive
isInteractive( ) → boolean
Getter for property interactive.
Returns:
Value of property interactive.
search for examples
view on GitHub
view source
isJavaWebStart
isJavaWebStart( ) → boolean
return true if the application appears to have been launched with Java WebStart.
Returns:
true if it appears that Java Webstart was used to launch the application.
search for examples
view on GitHub
view source
isReloadLoggingProperties
isReloadLoggingProperties( ) → boolean
Returns:
boolean
search for examples
view on GitHub
view source
quit
quit( ) → void
Returns:
void (returns nothing)
search for examples
view on GitHub
view source
resetDefaultApplication
resetDefaultApplication( ) → void
nasty, evil method for releasing resources on a server. DO NOT USE THIS!!!!
Returns:
void (returns nothing)
search for examples
view on GitHub
view source
setApplet
setApplet( boolean applet ) → void
Returns:
void (returns nothing)
search for examples
view on GitHub
view source
setHeadless
setHeadless( boolean headless ) → void
Returns:
void (returns nothing)
search for examples
view on GitHub
view source
setInteractive
setInteractive( boolean interactive ) → void
Setter for property interactive.
Parameters
interactive - New value of property interactive.
Returns:
void (returns nothing)
search for examples
view on GitHub
view source
setMainFrame
setMainFrame( javax.swing.JFrame frame ) → void
Returns:
void (returns nothing)
search for examples
view on GitHub
view source
setReloadLoggingProperties
setReloadLoggingProperties( boolean v ) → void
Returns:
void (returns nothing)
search for examples
view on GitHub
view source
suggestNameFor
suggestNameFor( Object c ) → String
Returns:
java.lang.String
search for examples
view on GitHub
view source