org.autoplot.EventsListToolUtil
deflts
deflts( org.autoplot.datasource.DataSetSelector sel ) → void
Returns:
void (returns nothing)
search for examples
view on GitHub
view source
getEventsList
getEventsList( org.autoplot.AutoplotUI t ) → TimeRangeToolEventsList
find the GUI for this application, creating one if necessary.
Parameters
t - the app.
Returns:
the single TimeRangeToolEventsList for the app.
search for examples
view on GitHub
view source
setEventsListURI
setEventsListURI( org.autoplot.AutoplotUI t, String uri ) → void
set the location of the events list we should use. show(t)
should be called to show the GUI.
Parameters
t - the app
uri - the location of the events list.
Returns:
void (returns nothing)
search for examples
view on GitHub
view source
show
show( org.autoplot.AutoplotUI t ) → void
this must be called on the event thread.
Parameters
t -
Returns:
void (returns nothing)
search for examples
view on GitHub
view source