Class ChooseProjectPanel

All Implemented Interfaces:
WizardPanel, WizardPanelV2, ImageObserver, MenuContainer, Serializable, Accessible

public class ChooseProjectPanel extends AbstractWizardPanel
See Also:
  • Constructor Details

  • Method Details

    • enteredFromLeft

      public void enteredFromLeft(Map data)
      Description copied from interface: WizardPanel
      Called when the user presses Next on this panel's previous panel
      Specified by:
      enteredFromLeft in interface WizardPanel
      Overrides:
      enteredFromLeft in class AbstractWizardPanel
      Parameters:
      data - the dataMap containing all parameters
    • exitingToRight

      public void exitingToRight() throws Exception
      Description copied from interface: WizardPanel
      Called when the user presses Next on this panel
      Specified by:
      exitingToRight in interface WizardPanel
      Overrides:
      exitingToRight in class AbstractWizardPanel
      Throws:
      Exception - if an Exception occurs
    • hasActiveTaskFrame

      public boolean hasActiveTaskFrame()
    • hasTaskFrames

      public boolean hasTaskFrames()
    • setNextID

      public void setNextID(String nextId)
      Overrides:
      setNextID in class AbstractWizardPanel
    • updateButtons

      public void updateButtons()
    • listSelected

      public void listSelected()
    • activateSelectedProject

      public void activateSelectedProject()