public class ResultsTableMacros extends Object implements Runnable, DialogListener, ActionListener, KeyListener
| Constructor and Description |
|---|
ResultsTableMacros(ResultsTable rt) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e) |
boolean |
dialogItemChanged(GenericDialog gd,
AWTEvent e)
This method is invoked by a Generic Dialog if any of the inputs have changed
(CANCEL does not trigger it; OK and running the dialog from a macro only
trigger the first DialogListener added to a GenericDialog).
|
void |
keyPressed(KeyEvent e) |
void |
keyReleased(KeyEvent e) |
void |
keyTyped(KeyEvent e) |
void |
run() |
public ResultsTableMacros(ResultsTable rt)
public boolean dialogItemChanged(GenericDialog gd, AWTEvent e)
DialogListenerdialogItemChanged in interface DialogListenergd - A reference to the GenericDialog.e - The event that has been generated by the user action in the dialog.
Note that e is null if the
dialogItemChanged method is called after the user has pressed the
OK button or if the GenericDialog has read its parameters from a
macro.public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic void keyPressed(KeyEvent e)
keyPressed in interface KeyListenerpublic void keyReleased(KeyEvent e)
keyReleased in interface KeyListenerpublic void keyTyped(KeyEvent e)
keyTyped in interface KeyListenerCopyright © 1997–2018 NIH. All rights reserved.