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
ConstructorDescriptionFilterPropertyTable
(NoiseBandControl noiseBandControl, NoiseBandDialog noiseBandDialog) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setBandPerformances
(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
-