Package noiseBandMonitor
Class FilterPropertyTable
java.lang.Object
noiseBandMonitor.FilterPropertyTable
A panel that can be included in various places which displays a list 
 of filter properties.
- Author:
 - Doug Gillespie
 
- 
Constructor Summary
ConstructorsConstructorDescriptionFilterPropertyTable(NoiseBandControl noiseBandControl, NoiseBandDialog noiseBandDialog)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetBandPerformances(NoiseBandSettings noiseBandSettings, BandPerformance[] bandPerformances)  
- 
Constructor Details
- 
FilterPropertyTable
 
 - 
 - 
Method Details
- 
setBandPerformances
public void setBandPerformances(NoiseBandSettings noiseBandSettings, BandPerformance[] bandPerformances) - Parameters:
 bandPerformances- the bandPerformances to set
 - 
getMainPanel
- Returns:
 - the mainPanel
 
 
 -