Class GISAgentSelectionStep

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.pietschy.wizard.WizardStep, PluginWizardStepListener

public class GISAgentSelectionStep extends AgentSelectionStep
Deprecated.
2D piccolo based code is being removed
Agent selection step for the 2D GIS wizard. This overrides the parent prepare() method since the layer index ordering in the GIS display is reverse of the other displays. TODO Add the layer background index info to the viz registry data so that the general wizards will understand the proper layer order.
Author:
Eric Tatara
See Also:
  • Constructor Details

    • GISAgentSelectionStep

      public GISAgentSelectionStep()
      Deprecated.
  • Method Details

    • applyState

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

      protected List<AgentData> getTargetAgentList(DisplayDescriptor descriptor)
      Deprecated.
      Description copied from class: AgentSelectionStep
      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.
      Overrides:
      getTargetAgentList in class AgentSelectionStep
      Returns: