public abstract class MenuItemDiverter extends Object implements KeyListener, ij.plugin.PlugIn, WindowFocusListener
| Modifier and Type | Field and Description |
|---|---|
protected static Hashtable |
actions |
protected static Cursor |
cursor |
protected static Cursor |
diversionCursor |
protected static ij.ImageJ |
ij |
| Constructor and Description |
|---|
MenuItemDiverter() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
action(String arg) |
protected String |
getAction(Object key) |
protected URL |
getCursorPath() |
protected abstract String |
getTitle() |
void |
keyPressed(KeyEvent e) |
void |
keyReleased(KeyEvent e) |
void |
keyTyped(KeyEvent e) |
void |
resetActions() |
void |
run(String arg) |
void |
setActions() |
void |
windowGainedFocus(WindowEvent e) |
void |
windowLostFocus(WindowEvent e) |
protected static ij.ImageJ ij
protected static Cursor cursor
protected static Cursor diversionCursor
protected static Hashtable actions
protected abstract String getTitle()
protected abstract void action(String arg)
protected URL getCursorPath()
public void run(String arg)
run in interface ij.plugin.PlugInpublic void setActions()
public void resetActions()
public void keyPressed(KeyEvent e)
keyPressed in interface KeyListenerpublic void keyTyped(KeyEvent e)
keyTyped in interface KeyListenerpublic void keyReleased(KeyEvent e)
keyReleased in interface KeyListenerpublic void windowGainedFocus(WindowEvent e)
windowGainedFocus in interface WindowFocusListenerpublic void windowLostFocus(WindowEvent e)
windowLostFocus in interface WindowFocusListenerCopyright © 2015–2021 Fiji. All rights reserved.