ij.macro
Class FunctionFinder
java.lang.Object
ij.macro.FunctionFinder
- All Implemented Interfaces:
- ItemListener, KeyListener, TextListener, WindowListener, EventListener
public class FunctionFinder
- extends Object
- implements TextListener, WindowListener, KeyListener, ItemListener
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.
FunctionFinder
public FunctionFinder()
populateList
public void populateList(String matchingSubstring)
edPaste
public void edPaste(String arg)
itemStateChanged
public void itemStateChanged(ItemEvent ie)
- Specified by:
itemStateChanged in interface ItemListener
keyPressed
public void keyPressed(KeyEvent ke)
- Specified by:
keyPressed in interface KeyListener
keyReleased
public void keyReleased(KeyEvent ke)
- Specified by:
keyReleased in interface KeyListener
keyTyped
public void keyTyped(KeyEvent ke)
- Specified by:
keyTyped in interface KeyListener
textValueChanged
public void textValueChanged(TextEvent te)
- Specified by:
textValueChanged in interface TextListener
windowClosing
public void windowClosing(WindowEvent e)
- Specified by:
windowClosing in interface WindowListener
windowActivated
public void windowActivated(WindowEvent e)
- Specified by:
windowActivated in interface WindowListener
windowDeactivated
public void windowDeactivated(WindowEvent e)
- Specified by:
windowDeactivated in interface WindowListener
windowClosed
public void windowClosed(WindowEvent e)
- Specified by:
windowClosed in interface WindowListener
windowOpened
public void windowOpened(WindowEvent e)
- Specified by:
windowOpened in interface WindowListener
windowIconified
public void windowIconified(WindowEvent e)
- Specified by:
windowIconified in interface WindowListener
windowDeiconified
public void windowDeiconified(WindowEvent e)
- Specified by:
windowDeiconified in interface WindowListener
jHepWork 3.2 © jWork.org