Class PageDownSelectionAction

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

public class PageDownSelectionAction extends AbstractAction
Handles the actions required when the user presses the page down key.
See Also:
  • Constructor Details

    • PageDownSelectionAction

      public PageDownSelectionAction(FVEventListener eventListener)
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)