Interface PseudoCommand

    • Method Detail

      • getDescriptionText

        String getDescriptionText()
        Provides a description text representing this command.
        Returns:
        description text representing this command
      • getDescriptionIcon

        default Icon getDescriptionIcon()
        Provides a descriptive icon of this command.
        Returns:
        descriptive icon of this command
      • getChildren

        default Collection<PseudoCommandgetChildren()
        Returns the subcommands of this command. Override for subclasses that have child commands.
        Returns:
        the subcommands, null if there are no child commands