Class ChangeFilterUpdates

    • Field Detail

      • m_DontUpdateID

        protected boolean m_DontUpdateID
        whether to suppress updating of ID.
      • m_DontUpdateProcessingInfo

        protected boolean m_DontUpdateProcessingInfo
        whether to suppress updating of processing information.
    • Constructor Detail

      • ChangeFilterUpdates

        public ChangeFilterUpdates()
    • Method Detail

      • setDontUpdateID

        public void setDontUpdateID​(boolean value)
        Sets whether ID update is suppressed.
        Parameters:
        value - true if to suppress
      • getDontUpdateID

        public boolean getDontUpdateID()
        Returns whether ID update is suppressed.
        Returns:
        true if suppressed
      • dontUpdateIDTipText

        public String dontUpdateIDTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setDontUpdateProcessingInfo

        public void setDontUpdateProcessingInfo​(boolean value)
        Sets whether processing information update is suppressed.
        Parameters:
        value - true if to suppress
      • getDontUpdateProcessingInfo

        public boolean getDontUpdateProcessingInfo()
        Returns whether processing information update is suppressed.
        Returns:
        true if suppressed
      • dontUpdateProcessingInfoTipText

        public String dontUpdateProcessingInfoTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • processActor

        protected void processActor​(Actor actor)
        Performs the actual processing.
        Specified by:
        processActor in class AbstractActorProcessor
        Parameters:
        actor - the actor to process (is a copy of original for processors implementing ModifyingProcessor)
        See Also:
        ModifyingProcessor