Class ExpanderVisitor

  • All Implemented Interfaces:
    IExpanderVisitor

    public class ExpanderVisitor
    extends Object
    implements IExpanderVisitor
    This visitor is used during initialization to gather the expander definitions.
    Since:
    7.1
    Author:
    O. Kerpershoek
    • Constructor Detail

      • ExpanderVisitor

        protected ExpanderVisitor​(Project project)
    • Method Detail

      • addExpander

        public void addExpander​(IExpanderDS datasource)
        Description copied from interface: IExpanderVisitor
        This method should be invoked for each container expander definition that should be added.
        Specified by:
        addExpander in interface IExpanderVisitor
        Parameters:
        datasource - Data source providing the information needed to initialize a container expander definition.