Class AgentSelectionStep

    • Constructor Detail

      • AgentSelectionStep

        public AgentSelectionStep()
    • Method Detail

      • init

        public void init​(org.pietschy.wizard.WizardModel wizardModel)
        Specified by:
        init in interface org.pietschy.wizard.WizardStep
        Overrides:
        init in class org.pietschy.wizard.PanelWizardStep
      • applyState

        public void applyState()
                        throws org.pietschy.wizard.InvalidStateException
        Specified by:
        applyState in interface org.pietschy.wizard.WizardStep
        Overrides:
        applyState in class org.pietschy.wizard.PanelWizardStep
        Throws:
        org.pietschy.wizard.InvalidStateException
      • getTargetAgentList

        protected List<AgentData> getTargetAgentList​(DisplayDescriptor descriptor)
        Check if there are existing styles in the display. This would happen if the wizard is opened on an existing display. Subclass can override to provide the agent list in different order.
        Returns:
      • prepare

        public void prepare()
        Specified by:
        prepare in interface org.pietschy.wizard.WizardStep
        Overrides:
        prepare in class org.pietschy.wizard.PanelWizardStep
      • getListModel

        public ListModel getListModel()