public class EventsListToolUtil
extends java.lang.Object
| Constructor and Description |
|---|
EventsListToolUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deflts(DataSetSelector sel) |
static TimeRangeToolEventsList |
getEventsList(AutoplotUI t)
find the GUI for this application, creating one if necessary.
|
static void |
setEventsListURI(AutoplotUI t,
java.lang.String uri)
set the location of the events list we should use.
|
static void |
show(AutoplotUI t)
this must be called on the event thread.
|
public static void deflts(DataSetSelector sel)
public static void show(AutoplotUI t)
t - public static void setEventsListURI(AutoplotUI t, java.lang.String uri)
show(t)
should be called to show the GUI.t - the appuri - the location of the events list.public static TimeRangeToolEventsList getEventsList(AutoplotUI t)
t - the app.