Class PrefGeneral
- java.lang.Object
-
- de.desy.mst.libs.framework.mstapp.preferences.helper.APreferences
-
- de.desy.mst.libs.framework.mstapp.preferences.implementation.PrefGeneral
-
- All Implemented Interfaces:
IPreferences
public class PrefGeneral extends APreferences
-
-
Constructor Summary
Constructors Constructor Description PrefGeneral(PrefManager prefMgr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description APrefClientPanel
createPrefClientPanel(IPrefContainer prefContainer)
Erzeugt ein neues APrefClientPanel.java.lang.String
toString()
getTitle wie der Wrapper im Frame-
Methods inherited from class de.desy.mst.libs.framework.mstapp.preferences.helper.APreferences
getKeyWords, getParent, getPrefClient, getPrefComponent, getPrefContainer, getTitle, onDispose, onNewSaveString, setParent
-
-
-
-
Constructor Detail
-
PrefGeneral
public PrefGeneral(PrefManager prefMgr)
-
-
Method Detail
-
toString
public java.lang.String toString()
Description copied from class:APreferences
getTitle wie der Wrapper im Frame- Overrides:
toString
in classAPreferences
-
createPrefClientPanel
public APrefClientPanel createPrefClientPanel(IPrefContainer prefContainer)
Description copied from class:APreferences
Erzeugt ein neues APrefClientPanel. Diese Funktion wird gerufen, falls kein lokales vorhanden ist. Einfach ein neues durchreichen. Es lokal zu speichern ist schaedlich. Statt dessen holen via getPrefClient() und nur lokal benutzen.- Specified by:
createPrefClientPanel
in classAPreferences
-
-