java.lang.Object
ij.macro.FunctionFinder
- All Implemented Interfaces:
ActionListener,ItemListener,KeyListener,TextListener,WindowListener,EventListener
public class FunctionFinder
extends Object
implements TextListener, WindowListener, KeyListener, ItemListener, ActionListener
This class implements the text editor's Macros/Find Functions command.
It was written by jerome.mutterer at ibmp.fr, and is based on Mark Longair's CommandFinder plugin.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclose()voidvoidvoidvoidkeyPressed(KeyEvent ke) voidkeyReleased(KeyEvent ke) voidvoidpopulateList(String matchingSubstring) protected voidrunFromLabel(String listLabel) voidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
FunctionFinder
-
FunctionFinder
public FunctionFinder()
-
-
Method Details
-
populateList
-
edPaste
-
itemStateChanged
- Specified by:
itemStateChangedin interfaceItemListener
-
runFromLabel
-
close
public void close() -
closeAndRefocus
public void closeAndRefocus() -
keyPressed
- Specified by:
keyPressedin interfaceKeyListener
-
keyReleased
- Specified by:
keyReleasedin interfaceKeyListener
-
keyTyped
- Specified by:
keyTypedin interfaceKeyListener
-
textValueChanged
- Specified by:
textValueChangedin interfaceTextListener
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-
windowClosing
- Specified by:
windowClosingin interfaceWindowListener
-
windowActivated
- Specified by:
windowActivatedin interfaceWindowListener
-
windowDeactivated
- Specified by:
windowDeactivatedin interfaceWindowListener
-
windowClosed
- Specified by:
windowClosedin interfaceWindowListener
-
windowOpened
- Specified by:
windowOpenedin interfaceWindowListener
-
windowIconified
- Specified by:
windowIconifiedin interfaceWindowListener
-
windowDeiconified
- Specified by:
windowDeiconifiedin interfaceWindowListener
-