org.autoplot.OperationsPanel

Make a special component for managing filters. This extracts the functionality from the DataPanel.

OperationsPanel( )

Creates new form OperationsPanel


PROP_FILTER


PROP_DATASET


PROP_ADJUSTING


getDataSet

getDataSet( ) → QDataSet

Returns:

org.das2.qds.QDataSet

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


getFilter

getFilter( ) → String

Returns:

java.lang.String

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


getFiltersChainPanel

getFiltersChainPanel( ) → FiltersChainPanel

useful for testing, and this may be removed.

Returns:

the filterChainPanel.

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


isAdjusting

isAdjusting( ) → Boolean

Returns:

java.lang.Boolean

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


main

main( java.lang.String[] args ) → void

Parameters

args - a java.lang.String[]

Returns:

void (returns nothing)

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


setAdjusting

setAdjusting( java.lang.Boolean adjusting ) → void

Parameters

adjusting - a Boolean

Returns:

void (returns nothing)

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


setDataSet

setDataSet( QDataSet dataSet ) → void

Parameters

dataSet - a QDataSet

Returns:

void (returns nothing)

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


setExpertMode

setExpertMode( boolean expert ) → void

disable the text field when expert is false.

Parameters

expert - a boolean

Returns:

void (returns nothing)

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


setFilter

setFilter( String filter ) → void

Parameters

filter - a String

Returns:

void (returns nothing)

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