Class ChangeDisplayType

    • Field Detail

      • m_UpdateAnyType

        protected boolean m_UpdateAnyType
        whether to update any type.
    • Constructor Detail

      • ChangeDisplayType

        public ChangeDisplayType()
    • Method Detail

      • setOldType

        public void setOldType​(AbstractDisplayType value)
        Sets the old display type to replace.
        Parameters:
        value - the old type
      • getOldType

        public AbstractDisplayType getOldType()
        Returns the old display type to replace.
        Returns:
        the old type
      • oldTypeTipText

        public String oldTypeTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setUpdateAnyType

        public void setUpdateAnyType​(boolean value)
        Sets whether to replace any display type with the new one.
        Parameters:
        value - true if to replace any type
      • getUpdateAnyType

        public boolean getUpdateAnyType()
        Returns whether to replace any display type with the new one.
        Returns:
        true if to replace any type
      • updateAnyTypeTipText

        public String updateAnyTypeTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setNewType

        public void setNewType​(AbstractDisplayType value)
        Sets the new display type to replace.
        Parameters:
        value - the new type
      • getNewType

        public AbstractDisplayType getNewType()
        Returns the old display type to replace.
        Returns:
        the new type
      • newTypeTipText

        public String newTypeTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • 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