public class CmdsHistogram.ExecHistogram extends Command implements java.awt.event.WindowListener
parameterTuple, signature| Constructor and Description |
|---|
ExecHistogram() |
| Modifier and Type | Method and Description |
|---|---|
protected ExecutionReturn |
execute(MainControl mainControl,
OperationArguments args)
Execution of the command.
|
protected java.lang.String |
getSignatureString()
Every operation must define a signature especially containing a unique key.
|
void |
windowActivated(java.awt.event.WindowEvent arg0) |
void |
windowClosed(java.awt.event.WindowEvent arg0) |
void |
windowClosing(java.awt.event.WindowEvent ev) |
void |
windowDeactivated(java.awt.event.WindowEvent arg0) |
void |
windowDeiconified(java.awt.event.WindowEvent arg0) |
void |
windowIconified(java.awt.event.WindowEvent arg0) |
void |
windowOpened(java.awt.event.WindowEvent arg0) |
execute, getOperationTypeAsStringgetDescriptionFilename, getKeyAndAliases, getLineBreak, getMainKey, getParameters, getSignature, initialize, setDescFilename, toStringprotected ExecutionReturn execute(MainControl mainControl, OperationArguments args)
Commandprotected java.lang.String getSignatureString()
OperationgetSignatureString in class Operationpublic void windowActivated(java.awt.event.WindowEvent arg0)
windowActivated in interface java.awt.event.WindowListenerpublic void windowClosed(java.awt.event.WindowEvent arg0)
windowClosed in interface java.awt.event.WindowListenerpublic void windowClosing(java.awt.event.WindowEvent ev)
windowClosing in interface java.awt.event.WindowListenerpublic void windowDeactivated(java.awt.event.WindowEvent arg0)
windowDeactivated in interface java.awt.event.WindowListenerpublic void windowDeiconified(java.awt.event.WindowEvent arg0)
windowDeiconified in interface java.awt.event.WindowListenerpublic void windowIconified(java.awt.event.WindowEvent arg0)
windowIconified in interface java.awt.event.WindowListenerpublic void windowOpened(java.awt.event.WindowEvent arg0)
windowOpened in interface java.awt.event.WindowListener