Class ArrowDownAction

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

public class ArrowDownAction extends AbstractAction
The down arrow should move the selection down one row. Just fire off an event to tell the viewer to increment the selection, which may involve an adjustment to the viewport.
See Also:
  • Constructor Details

  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)