Package ij.macro
Class FunctionFinder
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 TypeMethodDescriptionvoid
void
close()
void
void
void
void
keyPressed
(KeyEvent ke) void
keyReleased
(KeyEvent ke) void
void
populateList
(String matchingSubstring) protected void
runFromLabel
(String listLabel) void
void
void
void
void
void
void
void
-
Constructor Details
-
FunctionFinder
-
FunctionFinder
public FunctionFinder()
-
-
Method Details
-
populateList
-
edPaste
-
itemStateChanged
- Specified by:
itemStateChanged
in interfaceItemListener
-
runFromLabel
-
close
public void close() -
closeAndRefocus
public void closeAndRefocus() -
keyPressed
- Specified by:
keyPressed
in interfaceKeyListener
-
keyReleased
- Specified by:
keyReleased
in interfaceKeyListener
-
keyTyped
- Specified by:
keyTyped
in interfaceKeyListener
-
textValueChanged
- Specified by:
textValueChanged
in interfaceTextListener
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-
windowClosing
- Specified by:
windowClosing
in interfaceWindowListener
-
windowActivated
- Specified by:
windowActivated
in interfaceWindowListener
-
windowDeactivated
- Specified by:
windowDeactivated
in interfaceWindowListener
-
windowClosed
- Specified by:
windowClosed
in interfaceWindowListener
-
windowOpened
- Specified by:
windowOpened
in interfaceWindowListener
-
windowIconified
- Specified by:
windowIconified
in interfaceWindowListener
-
windowDeiconified
- Specified by:
windowDeiconified
in interfaceWindowListener
-