org.autoplot.datasource.DataSourceFormatEditorPanel
similar to DataSourceEditorPanel, this one is arguments for output.
getPanel
getPanel( ) → javax.swing.JPanel
return the editor
Returns:
a javax.swing.JPanel
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getURI
getURI( ) → String
return the URI configured by the editor. This should be the fully-qualified
URI, with the "vap+:" scheme.
Returns:
a String
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setURI
setURI( String uri ) → void
initialize the editor to edit this URI. This may be incomplete, and the editor
should make it valid so getUri is valid.
Parameters
uri - a String
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]