org.autoplot.fdc.FedCatSourceEditorPanel

FedCatSourceEditorPanel( )

Creates new form FedCatSourceEditorPanel


getPanel

getPanel( ) → JPanel

Returns:

javax.swing.JPanel

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


getURI

getURI( ) → String

Returns:

java.lang.String

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


markProblems

markProblems( java.util.List problems ) → void

Parameters

problems - a java.util.List

Returns:

void (returns nothing)

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


prepare

prepare( String sFullUri, java.awt.Window parent, ProgressMonitor mon ) → boolean

Gather any node definitions that will be needed for the dialog box URI examples that we may have to edit: vap+dc:tag:das2.org,2012:test:/swri/mars_express/aspera3/els?radius=2,3 vap+dc:site:/uiowa/juno/survey/wav/das2?band=LFRL&time=2017-01-01,2017-01-02,60 vap+dc:http://random.site.edu/~person/mysource.json?some_key=some_value

Parameters

sFullUri - The full Autoplot URI, examples above
parent - The window parent, in case we need to pop a dlg with a cancel button
mon - A progress monitor

Returns:

true, since at present there is no way to cancel

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


reject

reject( String sFullUri ) → boolean

Parameters

sFullUri - a String

Returns:

boolean

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


setURI

setURI( String sFullUri ) → void

Provides a starting full URI to the editor and trigger a runnable to show the editor GUI. In general both the catalog panel and the source options panel are displayed together, however if this is a standalone root of type source, that has no parents, then only the source controls are displayed

Parameters

sFullUri - a String

Returns:

void (returns nothing)

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