Class GoToPacketDialog

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class GoToPacketDialog extends JDialog implements ActionListener
Dialog for jumping to a specific packet in the packet table.
See Also:
  • Field Details

    • CANCEL_OPTION

      public static final int CANCEL_OPTION
      Return value if cancel is chosen.
      See Also:
    • APPROVE_OPTION

      public static final int APPROVE_OPTION
      Return value if approve (yes, ok) is chosen.
      See Also:
  • Constructor Details

    • GoToPacketDialog

      public GoToPacketDialog(PacketsTable packetsTable)
  • Method Details

    • showDialog

      public int showDialog()
    • getLineNumber

      public int getLineNumber()
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener