org.autoplot.datasource.DataSetSelectorSupport
Additional actions for the DataSetSelector.
browseLocal
browseLocal( java.awt.Component parent ) → String
Show a file chooser component, and return the name of a data or .vap file.
Parameters
parent - parent component for focus.
Returns:
the URI for the vap file.
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
browseLocalVap
browseLocalVap( java.awt.Component parent, String initialSelection ) → String
Show a file chooser component, and return the name of a .vap file.
Parameters
parent - parent component for focus. If a dataSetSelector is
used then its timerange is used for the initial timerange.
This will now allow a non-local vap to be browsed as well.
initialSelection - if non-null, then the initial selection.
Returns:
the URI for the vap file, or null if cancel was pressed.
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getPluginsText
getPluginsText( ) → String
Returns:
java.lang.String
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
openLocalAction
openLocalAction( ) → javax.swing.Action
get "Add Plot from Local File..." action
Returns:
the action
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
openLocalVapAction
openLocalVapAction( ) → javax.swing.Action
get the "Open .vap File..." action
Returns:
the action
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]