Class MicEFilter

All Implemented Interfaces:
ImageObserver, MenuContainer, Closeable, Serializable, AutoCloseable, Accessible, FilterChangeListener

public class MicEFilter extends JPanel implements FilterChangeListener, Closeable
This filter selects messages by the MicE status code. PositionMessages (or stations with PositionMessages) report the MicE status (if any) reported in the message, which will be used to decide if that message/station will be seen.
Author:
Andrew Pavlin, KA2DDO
See Also:
  • Constructor Details

    • MicEFilter

      public MicEFilter(MicEFilter myFilter)
      Create the UI for configuring a MicEFilter.
      Parameters:
      myFilter - the MicEFilter to configure
  • Method Details

    • filterSettingsChanged

      public void filterSettingsChanged(Filter changedFilter, boolean changedByUser)
      Called when the specified Filter's matching criteria have been changed.
      Specified by:
      filterSettingsChanged in interface FilterChangeListener
      Parameters:
      changedFilter - Filter that has changed
      changedByUser - boolean true if change was manually made by user, false if change was made automatically by dynamic filter logic
    • close

      public void close() throws IOException
      Closes this stream and releases any system resources associated with it. If the stream is already closed then invoking this method has no effect.
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Throws:
      IOException - if an I/O error occurs