Class ArrowUpAction

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

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

  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)