PlugIn, FocusListener, TextListener, EventListenerpublic class Scaler extends Object implements PlugIn, TextListener, FocusListener
| Constructor | Description |
|---|---|
Scaler() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
focusGained(FocusEvent e) |
|
void |
focusLost(FocusEvent e) |
|
void |
run(String arg) |
This method is called when the plugin is loaded.
|
void |
textValueChanged(TextEvent e) |
public void run(String arg)
PlugInpublic void textValueChanged(TextEvent e)
textValueChanged in interface TextListenerpublic void focusGained(FocusEvent e)
focusGained in interface FocusListenerpublic void focusLost(FocusEvent e)
focusLost in interface FocusListener