Class ResetFiltersCommand

  • All Implemented Interfaces:
    Command

    public class ResetFiltersCommand
    extends java.lang.Object
    implements Command
    • Constructor Summary

      Constructors 
      Constructor Description
      ResetFiltersCommand​(HighDFactory<?,​?,​?,​?,​java.lang.Integer,​java.lang.String,​java.lang.Object> highDFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      • Methods inherited from class java.lang.Object

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

      • ResetFiltersCommand

        public ResetFiltersCommand​(HighDFactory<?,​?,​?,​?,​java.lang.Integer,​java.lang.String,​java.lang.Object> highDFactory)
    • Method Detail

      • execute

        public void execute()
        Specified by:
        execute in interface Command