Package analoginput.swing
Class AnalogDiagnosticsDisplay
java.lang.Object
userDisplay.UserDisplayComponentAdapter
analoginput.swing.AnalogDiagnosticsDisplay
- All Implemented Interfaces:
 AnalogInputObserver,UserDisplayComponent
public class AnalogDiagnosticsDisplay
extends UserDisplayComponentAdapter
implements AnalogInputObserver
- 
Constructor Summary
ConstructorsConstructorDescriptionAnalogDiagnosticsDisplay(AnalogDevicesManager analogDevicesManager, UserDisplayControl userDisplayControl, String uniqueDisplayName)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidFlag to say configuration has changed.voidchangedData(ItemAllData itemData) Send out a summary of all data about a read channel.Methods inherited from class userDisplay.UserDisplayComponentAdapter
closeComponent, getFrameTitle, getUniqueName, notifyModelChanged, openComponent, setUniqueName 
- 
Constructor Details
- 
AnalogDiagnosticsDisplay
public AnalogDiagnosticsDisplay(AnalogDevicesManager analogDevicesManager, UserDisplayControl userDisplayControl, String uniqueDisplayName)  
 - 
 - 
Method Details
- 
getComponent
- Specified by:
 getComponentin interfaceUserDisplayComponent- Returns:
 - The Swing component to add to the frame
 
 - 
changedConfiguration
public void changedConfiguration()Description copied from interface:AnalogInputObserverFlag to say configuration has changed.- Specified by:
 changedConfigurationin interfaceAnalogInputObserver
 - 
changedData
Description copied from interface:AnalogInputObserverSend out a summary of all data about a read channel.- Specified by:
 changedDatain interfaceAnalogInputObserver- Parameters:
 itemData-
 
 -