Package Spectrogram
Class SpectrogramDisplayComponent
java.lang.Object
userDisplay.UserDisplayComponentAdapter
Spectrogram.SpectrogramDisplayComponent
- All Implemented Interfaces:
 UserDisplayComponent
Wrap up the spectrogram display so that it can be displayed
 using the more modern UserDisplayComponent system.
- Author:
 - dg50
 
- 
Constructor Summary
ConstructorsConstructorDescriptionSpectrogramDisplayComponent(UserDisplayControl userDisplayControl, SpectrogramParameters spectrogramParameters, String uniqueDisplayName)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the component is removed from the display.Get a title for the frame the component will be added to.voidnotifyModelChanged(int changeType) Pick up model changed notifications from a parent user display.voidCalled when the component is first displayed.Methods inherited from class userDisplay.UserDisplayComponentAdapter
getUniqueName, setUniqueName 
- 
Constructor Details
- 
SpectrogramDisplayComponent
public SpectrogramDisplayComponent(UserDisplayControl userDisplayControl, SpectrogramParameters spectrogramParameters, String uniqueDisplayName) - Parameters:
 userDisplayControl-uniqueDisplayName-
 
 - 
 - 
Method Details
- 
getComponent
- Returns:
 - The Swing component to add to the frame
 
 - 
openComponent
public void openComponent()Description copied from interface:UserDisplayComponentCalled when the component is first displayed.- Specified by:
 openComponentin interfaceUserDisplayComponent- Overrides:
 openComponentin classUserDisplayComponentAdapter
 - 
closeComponent
public void closeComponent()Description copied from interface:UserDisplayComponentCalled when the component is removed from the display.- Specified by:
 closeComponentin interfaceUserDisplayComponent- Overrides:
 closeComponentin classUserDisplayComponentAdapter
 - 
notifyModelChanged
public void notifyModelChanged(int changeType) Description copied from interface:UserDisplayComponentPick up model changed notifications from a parent user display.- Specified by:
 notifyModelChangedin interfaceUserDisplayComponent- Overrides:
 notifyModelChangedin classUserDisplayComponentAdapter- Parameters:
 changeType-
 - 
getFrameTitle
Description copied from interface:UserDisplayComponentGet a title for the frame the component will be added to.- Specified by:
 getFrameTitlein interfaceUserDisplayComponent- Overrides:
 getFrameTitlein classUserDisplayComponentAdapter- Returns:
 - a title for the components frame.
 
 
 -