Class UnFreezeGridCommand

    • Constructor Detail

      • UnFreezeGridCommand

        public UnFreezeGridCommand()
    • Method Detail

      • isToggle

        public boolean isToggle()
        Description copied from interface: IFreezeCommand
        Indicates whether this command should toggle the frozen state between frozen and unfrozen, or if it should always result in a frozen state.
        Specified by:
        isToggle in interface IFreezeCommand
        Returns:
        true if a frozen state should be unfrozen when it is tried to freeze again
      • isOverrideFreeze

        public boolean isOverrideFreeze()
        Description copied from interface: IFreezeCommand
        Indicates whether this command should override a current frozen state or if it should be skipped if a frozen state is already applied.
        Specified by:
        isOverrideFreeze in interface IFreezeCommand
        Returns:
        true if a current freeze state should be overriden, false if a requested freeze should be skipped on a already frozen state.