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
getSelectedURI( ) → String
Returns:
java.lang.String
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
main
main( String[] args ) → void
Parameters
args - a java.lang.String[]
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[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]