Class ArrowUpSelectionAction

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

public class ArrowUpSelectionAction 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

    • ArrowUpSelectionAction

      public ArrowUpSelectionAction(FVEventListener eventListener)
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)