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
ConstructorDescriptionAnalogDiagnosticsDisplay
(AnalogDevicesManager analogDevicesManager, UserDisplayControl userDisplayControl, String uniqueDisplayName) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Flag to say configuration has changed.void
changedData
(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:
getComponent
in interfaceUserDisplayComponent
- Returns:
- The Swing component to add to the frame
-
changedConfiguration
public void changedConfiguration()Description copied from interface:AnalogInputObserver
Flag to say configuration has changed.- Specified by:
changedConfiguration
in interfaceAnalogInputObserver
-
changedData
Description copied from interface:AnalogInputObserver
Send out a summary of all data about a read channel.- Specified by:
changedData
in interfaceAnalogInputObserver
-