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 ItemListener
protected void runFromLabel(String listLabel)
public void close()
public void closeAndRefocus()
public void keyPressed(KeyEvent ke)
keyPressed
in interface KeyListener
public void keyReleased(KeyEvent ke)
keyReleased
in interface KeyListener
public void keyTyped(KeyEvent ke)
keyTyped
in interface KeyListener
public void textValueChanged(TextEvent te)
textValueChanged
in interface TextListener
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public void windowClosing(WindowEvent e)
windowClosing
in interface WindowListener
public void windowActivated(WindowEvent e)
windowActivated
in interface WindowListener
public void windowDeactivated(WindowEvent e)
windowDeactivated
in interface WindowListener
public void windowClosed(WindowEvent e)
windowClosed
in interface WindowListener
public void windowOpened(WindowEvent e)
windowOpened
in interface WindowListener
public void windowIconified(WindowEvent e)
windowIconified
in interface WindowListener
public void windowDeiconified(WindowEvent e)
windowDeiconified
in interface WindowListener