public class SettingsController
extends de.willuhn.jameica.gui.AbstractControl
Constructor and Description |
---|
SettingsController(SettingsView view)
Erstellt eine neue Instanz des Kontrollers
|
Modifier and Type | Method and Description |
---|---|
de.willuhn.jameica.gui.parts.Button |
getBarColorButton()
Button für die Bar-Hintergrundfarbe
|
HorizontalLinePart |
getBarLower() |
HorizontalLinePart |
getBarUpper() |
de.willuhn.jameica.gui.input.CheckboxInput |
getBarVisible() |
TextStyleInput |
getContentStyle() |
TextStyleInput |
getFooterStyle() |
de.willuhn.jameica.gui.input.TextInput |
getIdExample() |
de.willuhn.jameica.gui.input.CheckboxInput |
getIdVisible() |
de.willuhn.jameica.gui.parts.Button |
getLabelBackgroundButton()
Button für die Label-Hintergrundfarbe
|
TextStyleInput |
getRegisterContentStyle() |
TextStyleInput |
getRegisterIndexStyle() |
TextStyleInput |
getTitleStyle() |
void |
speichern()
Speichert die aktuellen Einstellungen im Settings Objekt.
|
public SettingsController(SettingsView view)
view
- public de.willuhn.jameica.gui.parts.Button getBarColorButton()
public HorizontalLinePart getBarLower()
public HorizontalLinePart getBarUpper()
public de.willuhn.jameica.gui.input.CheckboxInput getBarVisible()
public TextStyleInput getContentStyle() throws de.willuhn.util.ApplicationException
de.willuhn.util.ApplicationException
public TextStyleInput getFooterStyle() throws de.willuhn.util.ApplicationException
de.willuhn.util.ApplicationException
public de.willuhn.jameica.gui.input.TextInput getIdExample()
public de.willuhn.jameica.gui.input.CheckboxInput getIdVisible()
public de.willuhn.jameica.gui.parts.Button getLabelBackgroundButton()
public TextStyleInput getRegisterContentStyle() throws de.willuhn.util.ApplicationException
de.willuhn.util.ApplicationException
public TextStyleInput getRegisterIndexStyle() throws de.willuhn.util.ApplicationException
de.willuhn.util.ApplicationException
public TextStyleInput getTitleStyle() throws de.willuhn.util.ApplicationException
de.willuhn.util.ApplicationException
public void speichern()