Package editor
Class CommonMenus.HighlightUsagesInFileActionHandler
- java.lang.Object
-
- javax.swing.AbstractAction
-
- editor.CommonMenus.HighlightUsagesInFileActionHandler
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- CommonMenus
public static class CommonMenus.HighlightUsagesInFileActionHandler extends javax.swing.AbstractAction- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HighlightUsagesInFileActionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)private EditorHostfindCurrentFile()booleanisEnabled()-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
isEnabled
public boolean isEnabled()
- Specified by:
isEnabledin interfacejavax.swing.Action- Overrides:
isEnabledin classjavax.swing.AbstractAction
-
findCurrentFile
private EditorHost findCurrentFile()
-
-