org.autoplot.AggregateUrisDialog

Dialog assisting the scientists in creating aggregations for file URIS. This uses org.autoplot.datasource.DataSourceUtil.makeAggregation to look for parts of filenames that look like dates, for example 20150516 would be replaced with $Y$m$d.

AggregateUrisDialog( org.autoplot.dom.Application dom, org.autoplot.datasource.DataSetSelector sel )

Creates new form AggregateUrisDialog


showDialog

showDialog( ) → void

show this in a modal dialog, without the Okay button.

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]