org.autoplot.EventsListToolUtil
EventsListToolUtil( )
deflts
deflts( org.autoplot.datasource.DataSetSelector sel ) → void
Parameters
sel - a DataSetSelector
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getEventsList
getEventsList( org.autoplot.AutoplotUI t ) → org.autoplot.datasource.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 on old javadoc]
[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 on old javadoc]
[view source]
show
show( org.autoplot.AutoplotUI t ) → void
this must be called on the event thread.
Parameters
t - an AutoplotUI
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]