Uses of Class
commandManagers.Command

Packages that use Command
Package
Description
 
 
  • Uses of Command in commandManagers

    Methods in commandManagers that return types with arguments of type Command
    Modifier and Type
    Method
    Description
    CommandManager.getCommandMap()
    Returns the commandMap HashMap that stores all available commands in the application.
  • Uses of Command in commandManagers.commands

    Modifier and Type
    Class
    Description
    class 
    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 history
    class 
    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.