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
getModifiers( ) → int
Returns:
int
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getSelectedURI
getSelectedURI( ) → String
Returns:
java.lang.String
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
isCancelled
isCancelled( ) → boolean
Returns:
boolean
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
main
main( String[] args ) → void
Parameters
args - the command line arguments
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setExpertMode
setExpertMode( boolean expert ) → void
Parameters
expert - a boolean
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[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
setModifiers( int modifiers ) → void
Parameters
modifiers - an int
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]