Class ForwardSlashSwitch

    • Field Detail

      • m_UseForwardSlashes

        protected boolean m_UseForwardSlashes
        whether to use forward slashes.
      • m_ExcludeDefaultValueDefinition

        protected boolean m_ExcludeDefaultValueDefinition
        whether to exclude the EnterManyValues' DefaultValueDefinition.
    • Constructor Detail

      • ForwardSlashSwitch

        public ForwardSlashSwitch()
    • Method Detail

      • setUseForwardSlashes

        public void setUseForwardSlashes​(boolean value)
        Sets what to update the ForwardSlashSupporter objects to.
        Parameters:
        value - if true then use forward slashes
      • getUseForwardSlashes

        public boolean getUseForwardSlashes()
        Returns what to update the ForwardSlashSupporter objects to.
        Returns:
        true if forward slashes are used
      • useForwardSlashesTipText

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

        public void setExcludeDefaultValueDefinition​(boolean value)
        Sets whether to exclude DefaultValueDefinition instances as used by EnterManyValues.
        Parameters:
        value - true if to exclude
      • getExcludeDefaultValueDefinition

        public boolean getExcludeDefaultValueDefinition()
        Returns whether to exclude DefaultValueDefinition instances as used by EnterManyValues.
        Returns:
        true if to exclude
      • excludeDefaultValueDefinitionTipText

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