org.autoplot.RecentUrisGUI

This presents the URI history in a useful dialog where URIs are sorted into today, yesterday, last week, etc. The URI history is stored in AUTOPLOT_DATA/bookmarks/history.txt. Times in the history file in UT, not the local time. This useful dialog needs to be rewritten. See https://sourceforge.net/p/autoplot/bugs/1019/

RecentUrisGUI( )

Creates new form RecentUrisGUI

getSelectedURI( ) → String [view source]
main( String[] args ) → void [view source]

setFilter

setFilter( String filter ) → void

this should be called once with "" to initialize

Parameters

filter - a String

Returns:

void (returns nothing)

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