Uses of Class
commandManagers.Command
Packages that use Command
-
Uses of Command in commandManagers
Methods in commandManagers that return types with arguments of type CommandModifier and TypeMethodDescriptionCommandManager.getCommandMap()
Returns the commandMap HashMap that stores all available commands in the application. -
Uses of Command in commandManagers.commands
Subclasses of Command in commandManagers.commandsModifier and TypeClassDescriptionclass
Command to add a new city to the collection.class
Command to add a new city to the collection if it has a smaller population than the smallest city in the collection.class
Command to clear the collection.class
ExecuteScript is a class that represents the execute_script command.class
The Exit class is a command that terminates the program.class
The Help class is a command that provides information about the available commands in the program.class
Command that prints the command historyclass
Class Info provides information about the collection: the type of the collection, the date of its initialization, and the number of elements it contains.class
The PrintDescending class is a command class that prints the population of all cities in descending order.class
Class PrintFieldDescendingMetersAboveSeaLevel provides output of the meters above sea level in descending order.class
Class RemoveById provides removal of an element from the collection by its ID number.class
This class represents the RemoveGreater command in the program.class
Save class represents the Save command in the program.class
Command to show all cities in the collection.class
Command class for computing the sum of meters above sea level of all cities in the collection.class
Command to update a city by its id number.