Class EndAction

java.lang.Object
javax.swing.AbstractAction
ghidra.framework.main.logviewer.event.EndAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class EndAction extends AbstractAction
Handles the actions required when the user presses the 'end' key; this moves the viewport to the bottom of the file.
See Also:
  • Constructor Details

  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)