Class ArrowDownSelectionAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- ghidra.framework.main.logviewer.event.ArrowDownSelectionAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class ArrowDownSelectionAction extends javax.swing.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArrowDownSelectionAction(FVEventListener eventListener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
ArrowDownSelectionAction
public ArrowDownSelectionAction(FVEventListener eventListener)
-
-