org.autoplot.RecentUrisDialog

Present GUI showing history of plotted URIs with buttons for ok, plotting below, as an overplot, or editing. The getModifiers() method is called to see which action was pressed:

   0                    replace plot
   KeyEvent.CTRL_MASK   plot below
   KeyEvent.SHIFT_MASK  overplot
   KeyEvent.ALT_MASK    edit this URI.
 

RecentUrisDialog( java.awt.Frame parent, boolean modal )

Creates new form RecentUrisDialog


PROP_CANCELLED


PROP_MODIFIERS

getModifiers( ) → int [view source]
getSelectedURI( ) → String [view source]
isCancelled( ) → boolean [view source]
main( String[] args ) → void [view source]
setExpertMode( boolean expert ) → void [view source]

setFilter

setFilter( String filter ) → void

set the filter constraining the list.

Parameters

filter - a String

Returns:

void (returns nothing)

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

setModifiers( int modifiers ) → void [view source]