Package PamController.command
Class SummaryCommand
java.lang.Object
PamController.command.ExtCommand
PamController.command.SummaryCommand
- Direct Known Subclasses:
SummaryPeekCommand
Gets a summary string made up of strings from
multiple modules.
- Author:
- Doug Gillespie
-
Constructor Summary
-
Method Summary
Methods inherited from class PamController.command.ExtCommand
canExecute, executeCommand, findControlledUnits, getName, isImmediate, setImmediate, setName
-
Constructor Details
-
SummaryCommand
public SummaryCommand()
-
-
Method Details
-
execute
Description copied from class:ExtCommand
Execute the command- Specified by:
execute
in classExtCommand
- Returns:
- true if command executed correctly.
-
getModulesSummary
-
getHint
Description copied from class:ExtCommand
Get a hint text for the help command.- Overrides:
getHint
in classExtCommand
- Returns:
- hint text.
-