Class FixLWLSynchroNoUpdate

    • Field Detail

      • m_MigrateToSynchro

        protected boolean m_MigrateToSynchro
        whether to migrate LWL to LWLSynchro as well.
    • Constructor Detail

      • FixLWLSynchroNoUpdate

        public FixLWLSynchroNoUpdate()
    • Method Detail

      • setMigrateToSynchro

        public void setMigrateToSynchro​(boolean value)
        Sets whether to migrate LWL instances to LWLSynchro as well.
        Parameters:
        value - true if to migrate
      • getMigrateToSynchro

        public boolean getMigrateToSynchro()
        Returns whether to migrate to LWL instances to LWLSynchro as well.
        Returns:
        true if to migrate
      • migrateToSynchroTipText

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