org.autoplot.datasource.jython.JythonEditorPanel

Editor for vap+jyds uris. These URIs offer a couple of challenges, such as the mode where the resourceURI is the name of the data file and the script argument is used. Also, we identify types and offer decent GUI elements to control the types.

JythonEditorPanel( )

Creates new form JythonEditorPanel


getPanel

getPanel( ) → JPanel

Returns:

javax.swing.JPanel

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


getURI

getURI( ) → String

Returns:

java.lang.String

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


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] [view source]


prepare

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

Parameters

uri - a String
parent - a Window
mon - a ProgressMonitor

Returns:

boolean

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


reject

reject( String uri ) → boolean

Parameters

uri - a String

Returns:

boolean

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


setURI

setURI( String url ) → void

Parameters

url - a String

Returns:

void (returns nothing)

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