Package faa.tg.audio.cccs.gui

This package provides the simulators GUI capability to configure external audio systems based on the assignment of pilot positions.

See:
          Description

Interface Summary
AudioEventInterface Contains interface for sending audio events See the source AudioEventInterface.java
AudioEventListener Contains an interface for sending audio gui events See the source AudioEventListener.java
 

Class Summary
AddAudioChannelEvent Super class for event sent when channel should be added See the source AddAudioChannelEvent.java
AddCockpitChannelEvent Fired when a Cockpit channel should be added See the source AddCockpitChannelEvent.java
AddControllerChannelEvent Fired when a controller channel should be added See the source AddControllerChannelEvent.java
AddPilotChannelEvent Fired when a Pilot channel should be added See the source AddPilotChannelEvent.java
AssignEvent Contains data sent from cccs about an assigned channel See the source AssignEvent.java
AudioEvent Sent to inform others that an audio setting has changed See the source AudioEvent.java
CccsData Contains data used in Cccs Table See the source CccsData.java
CccsDataComparator See the source CccsDataComparator.java
CccsGUI This class contains a GUI for interacting with the CCCS audio Program See the source CccsGUI.java
CccsGUIMenu Used to display a menu item on the EcoGUI See the source CccsGUIMenu.java
CccsHelpMenu Help menu for cccs gui See the source CccsHelpMenu.java
CccsInteger Used to store integer values sent by the cccs server See the source CccsInteger.java
CccsIntegerComboBox GUI component used to edit cccs integers See the source CccsIntegerComboBox.java
CccsIntegerEvent Sent when a Cccs Integer setting has changed See the source CccsIntegerEvent.java
CccsTable The Cccs Table GUI See the source CccsTable.java
CccsTableModel Model for CccsTable GUI See the source CccsTableModel.java
ChannelData Contains data used in Cccs Table See the source ChannelData.java
ChannelEditDialog Dialog for editing channel settings See the source ChannelEditDialog.java
ChannelInfoData Contains data used in Cccs Table See the source ChannelInfoData.java
ChannelTable Contains class that displays controller channels graphically See the source ControllerChannelTable.java
ChannelTableModel Contains model for controller channel table See the source ControllerChannelTableModel.java
ChannelTableRow Contains information stored in a row of a Channel Table about an Audio Channel See the source ChannelTableRow.java
ClearEvent Contains an event that is fired when the user request an entire channel be cleared See the source ClearEvent.java
CockpitChannelEditDialog Dialog for editing cockpit channel settings See the source CockpitChannelEditDialog.java
CockpitChannelInfo Contains information about a cockpit channel See the source CockpitChannelInfo.java
CockpitChannelTableModel Contains model for cockpit channel table See the source CockpitChannelTableModel.java
ConfigEvent Contains data sent from cccs about current config See the source ConfigEvent.java
ControllerChannelEditDialog Dialog for editing controller channel settings See the source ControllerChannelEditDialog.java
ControllerChannelTableModel Contains model for controller channel table See the source ControllerChannelTableModel.java
DisconnectEvent Contains data sent from cccs about an disconnected channel See the source DisconnectEvent.java
FrequencyAudioEvent Event that is fired when the frequency is changed using the gui See the source FrequencyAudioEvent.java
FrequencyField GUI component used to edit frequency See the source FrequencyField.java
HeterodyneComboBox Contains a gui component for exiting the heterodyne data See the source HeterodyneComboBox.java
HeterodyneEvent Sent when Heterodyne settings is changed See the source HeterodyneEvent.java
LoadControllerChannelEvent Fired when a controller channel has been loaded from a saved config See the source LoadControllerChannelEvent.java
OpenMenuItem Menu item used to open audio settings xml file WARNING this does not update spws!!! See the source OpenMenuItem.java
PilotChannelEditDialog Dialog for editing pilot channel settings See the source PilotChannelEditDialog.java
PilotChannelTableModel Contains model for pilot channel table See the source PilotChannelTableModel.java
RemoveAudioChannelEvent Super class for event sent when channel should be removed See the source RemoveAudioChannelEvent.java
RemoveCockpitChannelEvent Fired when a Cockpit channel should be removed See the source RemoveCockpitChannelEvent.java
RemoveControllerChannelEvent Fired when a controller channel should be removed See the source RemoveControllerChannelEvent.java
RemovePilotChannelEvent Fired when a Pilot channel should be removed See the source RemovePilotChannelEvent.java
SaveMenuItem Menu item used to save audio settings See the source SaveMenuItem.java
SectorAudioEvent Event that is sent when the sector name is changed See the source SectorAudioEvent.java
SectorField GUI component used to edit sector name See the source SectorField.java
 

Package faa.tg.audio.cccs.gui Description

This package provides the simulators GUI capability to configure external audio systems based on the assignment of pilot positions. In this case the Combined Control and Communications System (CCCS).