Class ChangeRegExps

    • Field Detail

      • m_OldExpressions

        protected BaseRegExp[] m_OldExpressions
        the old expressions to replace.
      • m_NewExpressions

        protected BaseRegExp[] m_NewExpressions
        the new expressions to replace with.
    • Constructor Detail

      • ChangeRegExps

        public ChangeRegExps()
    • Method Detail

      • setOldExpressions

        public void setOldExpressions​(BaseRegExp[] value)
        Sets the old expressions to replace.
        Parameters:
        value - the old expressions
      • getOldExpressions

        public BaseRegExp[] getOldExpressions()
        Returns the old expressions to replace.
        Returns:
        the old expressions
      • oldExpressionsTipText

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

        public void setNewExpressions​(BaseRegExp[] value)
        Sets the new expressions to replace with.
        Parameters:
        value - the new expressions
      • getNewExpressions

        public BaseRegExp[] getNewExpressions()
        Returns the new expressions to replace with.
        Returns:
        the new expressions
      • newExpressionsTipText

        public String newExpressionsTipText()
        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