Class HomeAction
- java.lang.Object
 - 
- javax.swing.AbstractAction
 - 
- ghidra.framework.main.logviewer.event.HomeAction
 
 
 
- 
- All Implemented Interfaces:
 java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class HomeAction extends javax.swing.AbstractActionHandles the actions required when the user presses the 'home' key; this moves the viewport to the top of the file.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description HomeAction(FVEventListener eventListener) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)- 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
HomeAction
public HomeAction(FVEventListener eventListener)
 
 - 
 
 -