public class FunctionFinder extends Object implements TextListener, WindowListener, KeyListener, ItemListener, ActionListener
| Constructor and Description |
|---|
FunctionFinder() |
FunctionFinder(Editor editor) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e) |
void |
close() |
void |
closeAndRefocus() |
void |
edPaste(String arg) |
void |
itemStateChanged(ItemEvent ie) |
void |
keyPressed(KeyEvent ke) |
void |
keyReleased(KeyEvent ke) |
void |
keyTyped(KeyEvent ke) |
void |
populateList(String matchingSubstring) |
protected void |
runFromLabel(String listLabel) |
void |
textValueChanged(TextEvent te) |
void |
windowActivated(WindowEvent e) |
void |
windowClosed(WindowEvent e) |
void |
windowClosing(WindowEvent e) |
void |
windowDeactivated(WindowEvent e) |
void |
windowDeiconified(WindowEvent e) |
void |
windowIconified(WindowEvent e) |
void |
windowOpened(WindowEvent e) |
public FunctionFinder(Editor editor)
public FunctionFinder()
public void populateList(String matchingSubstring)
public void edPaste(String arg)
public void itemStateChanged(ItemEvent ie)
itemStateChanged in interface ItemListenerprotected void runFromLabel(String listLabel)
public void close()
public void closeAndRefocus()
public void keyPressed(KeyEvent ke)
keyPressed in interface KeyListenerpublic void keyReleased(KeyEvent ke)
keyReleased in interface KeyListenerpublic void keyTyped(KeyEvent ke)
keyTyped in interface KeyListenerpublic void textValueChanged(TextEvent te)
textValueChanged in interface TextListenerpublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic void windowClosing(WindowEvent e)
windowClosing in interface WindowListenerpublic void windowActivated(WindowEvent e)
windowActivated in interface WindowListenerpublic void windowDeactivated(WindowEvent e)
windowDeactivated in interface WindowListenerpublic void windowClosed(WindowEvent e)
windowClosed in interface WindowListenerpublic void windowOpened(WindowEvent e)
windowOpened in interface WindowListenerpublic void windowIconified(WindowEvent e)
windowIconified in interface WindowListenerpublic void windowDeiconified(WindowEvent e)
windowDeiconified in interface WindowListenerCopyright © 1997–2018 NIH. All rights reserved.