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.PlugIn
public void setActions()
public void resetActions()
public void keyPressed(KeyEvent e)
keyPressed
in interface KeyListener
public void keyTyped(KeyEvent e)
keyTyped
in interface KeyListener
public void keyReleased(KeyEvent e)
keyReleased
in interface KeyListener
public void windowGainedFocus(WindowEvent e)
windowGainedFocus
in interface WindowFocusListener
public void windowLostFocus(WindowEvent e)
windowLostFocus
in interface WindowFocusListener
Copyright © 2015–2021 Fiji. All rights reserved.