Package org.ka2ddo.yaac.gui.filter

This package contains the editing GUIs (Java AWT/Swing style) for controlling the message and station filters in the YAAC back-end code.

See:
          Description

Class Summary
CumulativeBooleanAndFilter This filter accumulates the results of several filters.
DestinationFilter This filter selects messages based on their destination AX.25 address.
LastDigipeatFilterUI This filter accepts or rejects messages based on the last station to transmit the message.
LocalStationFilter This filter optionally eliminates all messages from excessively distant stations.
MessageContentFilter This is the control panel for the MessageContentFilter.
MicEFilter This filter selects messages by the MicE status code.
OperatorPresentFilter This filter optionally eliminates all messages from unmanned stations.
PacketSourceFilter This filter selects packets and messages based on which interface port the message entered YAAC through.
PlaybackFilter This GUI panel edits the settings of the PlaybackFilter to control whether realtime or playback frames (or both) are displayed and processed.
PriorityFilter This filter optionally eliminates all routine precedence messages.
RadiusFilter This class implements a filter based on radius from a specified location (defaulting to the beacon location for the station).
RelativeTimeFilter This filter selects information based on relative time point boundary.
SendingStationFilter This filter selects all stations that match (or don't match) an entry in a list of station identifiers.
StationClassFilter This filter allows selecting stations and messages solely by category of sending station.
SymbolFilter This filter selects messages by the APRS symbol code, indicated by symbol table ID and symbol type.
ValidInvalidFilter This Filter selects viewing messages that are only valid or only invalid.
 

Package org.ka2ddo.yaac.gui.filter Description

This package contains the editing GUIs (Java AWT/Swing style) for controlling the message and station filters in the YAAC back-end code.

See Also:
Filter