Class SettingsView

java.lang.Object
de.willuhn.jameica.gui.AbstractView
de.frankmuenster.mahoe.gui.views.SettingsView

public class SettingsView extends de.willuhn.jameica.gui.AbstractView
View für die Einstellungen
Author:
Frank Münster
  • Constructor Summary

    Constructors
    Constructor
    Description
    Liefert eine neu Settings-View zurück und erstellt einen passenden Controller
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class de.willuhn.jameica.gui.AbstractView

    canAttach, canBookmark, getCurrentObject, getHelp, getParent, reload, setCurrentObject, setParent, unbind

    Methods inherited from class java.lang.Object

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

    • SettingsView

      public SettingsView()
      Liefert eine neu Settings-View zurück und erstellt einen passenden Controller
  • Method Details

    • bind

      public void bind() throws Exception
      Specified by:
      bind in class de.willuhn.jameica.gui.AbstractView
      Throws:
      Exception
      See Also:
      • AbstractView.bind()