org.autoplot.AddPlotElementDialog

Allow additional plots to be added, and plot one URI against another.

AddPlotElementDialog( java.awt.Frame parent, boolean modal )

Creates new form AddPlotElementDialog


PROP_MODIFIERS


PROP_CANCELLED


getDepCount

getDepCount( ) → int

return the number of depend datasets added, 0, or -1 if no dataset should be plotted.

Returns:

an int

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

getModifiers( ) → int [view source]
getPrimaryDataSetSelector( ) → org.autoplot.datasource.DataSetSelector [view source]
getPrimaryFilters( ) → String [view source]
getSecondaryDataSetSelector( ) → org.autoplot.datasource.DataSetSelector [view source]
getSecondaryFilters( ) → String [view source]
getTertiaryDataSetSelector( ) → org.autoplot.datasource.DataSetSelector [view source]
getTertiaryFilters( ) → String [view source]
isCancelled( ) → boolean [view source]
setDepCount( int i ) → void [view source]

setMessagesLabelText

setMessagesLabelText( String text ) → void

add additional text to the dialog.

Parameters

text - a String

Returns:

void (returns nothing)

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

setModifiers( int modifiers ) → void [view source]
setPrimaryFilter( String f ) → void [view source]
setSecondaryFilter( String f ) → void [view source]

setShowAdditionalOperations

setShowAdditionalOperations( boolean show ) → void

if true, then show the additional operations fields.

Parameters

show - if true, then show the additional operations fields.

Returns:

void (returns nothing)

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

setUsePrimaryFilters( boolean show ) → void [view source]
setUseSecondaryFilters( boolean show ) → void [view source]