public class CommandFinder extends Object implements PlugIn, ActionListener, WindowListener, KeyListener, ItemListener, MouseListener
Constructor and Description |
---|
CommandFinder() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent ae) |
void |
findAllMenuItems() |
void |
itemStateChanged(ItemEvent ie) |
void |
keyPressed(KeyEvent ke) |
void |
keyReleased(KeyEvent ke) |
void |
keyTyped(KeyEvent ke) |
protected String[] |
makeRow(String command,
ij.plugin.CommandFinder.CommandAction ca) |
void |
mouseClicked(MouseEvent e) |
void |
mouseEntered(MouseEvent e) |
void |
mouseExited(MouseEvent e) |
void |
mousePressed(MouseEvent e) |
void |
mouseReleased(MouseEvent e) |
void |
parseMenu(String path,
Menu menu) |
protected void |
populateList(String matchingSubstring) |
void |
run(String initialSearch)
Displays the Command Finder dialog.
|
protected void |
runCommand(String command) |
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) |
protected String[] makeRow(String command, ij.plugin.CommandFinder.CommandAction ca)
protected void populateList(String matchingSubstring)
public void actionPerformed(ActionEvent ae)
actionPerformed
in interface ActionListener
public void itemStateChanged(ItemEvent ie)
itemStateChanged
in interface ItemListener
public void mouseClicked(MouseEvent e)
mouseClicked
in interface MouseListener
public void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
public void mouseReleased(MouseEvent e)
mouseReleased
in interface MouseListener
public void mouseEntered(MouseEvent e)
mouseEntered
in interface MouseListener
public void mouseExited(MouseEvent e)
mouseExited
in interface MouseListener
protected void runCommand(String command)
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 findAllMenuItems()
public void run(String initialSearch)
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
Copyright © 1997–2018 NIH. All rights reserved.