Class AccountNewController


  • public class AccountNewController
    extends de.willuhn.jameica.gui.AbstractControl
    Controller zum Anlegen eines neuen Accounts.
    • Field Summary

      • Fields inherited from class de.willuhn.jameica.gui.AbstractControl

        view
    • Constructor Summary

      Constructors 
      Constructor Description
      AccountNewController​(de.willuhn.jameica.gui.AbstractView view)
      ct.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<de.willuhn.jameica.gui.parts.InfoPanel> getAccountProviders()
      Liefert eine Liste mit Info-Panels zu den verfuegbaren Account-Providern.
      • Methods inherited from class de.willuhn.jameica.gui.AbstractControl

        getCurrentObject
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AccountNewController

        public AccountNewController​(de.willuhn.jameica.gui.AbstractView view)
        ct.
        Parameters:
        view -
    • Method Detail

      • getAccountProviders

        public java.util.List<de.willuhn.jameica.gui.parts.InfoPanel> getAccountProviders()
        Liefert eine Liste mit Info-Panels zu den verfuegbaren Account-Providern.
        Returns:
        eine Liste mit Info-Panels zu den verfuegbaren Account-Providern.