Class ISOMsgPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ISOMsgPanel extends JPanel
Called from ISOChannelPanel when you click on it's ISOMeter. It enable field and header visualization by means of visual components such as JTable
See Also:
  • Constructor Details

    • ISOMsgPanel

      public ISOMsgPanel(ISOMsg m, boolean withDump)
      Constructs a panel for the given message.
      Parameters:
      m - the ISO message to display
      withDump - if true, include a hex dump
    • ISOMsgPanel

      public ISOMsgPanel(ISOMsg m)
      Constructs a panel for the given message.
      Parameters:
      m - the ISO message to display