Documentation of 'CH.ifa.draw.util.Command' Java class
Command
CH.ifa.draw.util

Class Command

    • Constructor Summary

      Constructors 
      Constructor and Description
      Command(java.lang.String name)
      Constructs a command with the given name.
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method and Description
      abstract void execute()
      Executes the command.
      boolean isExecutable()
      Tests if the command can be executed.
      java.lang.String name()
      Gets the command name.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Command

        public Command(java.lang.String name)
        Constructs a command with the given name.
    • Method Detail

      • execute

        public abstract void execute()
        Executes the command.
      • isExecutable

        public boolean isExecutable()
        Tests if the command can be executed.
      • name

        public java.lang.String name()
        Gets the command name.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.