Class ArrowDownAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- ghidra.framework.main.logviewer.event.ArrowDownAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class ArrowDownAction 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 ArrowDownAction(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
-
ArrowDownAction
public ArrowDownAction(FVEventListener eventListener)
-
-