Interface PseudoCommand

    • Method Detail

      • getDescriptionText

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

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

        java.util.Collection<? extends OsmPrimitivegetParticipatingPrimitives()
        Return the primitives that take part in this command.
        Returns:
        primitives that take part in this command
      • getChildren

        default java.util.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