Class ScriptingSettingsView
- java.lang.Object
-
- de.willuhn.jameica.gui.internal.ext.ScriptingSettingsView
-
-
Constructor Summary
Constructors Constructor Description ScriptingSettingsView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
extend(Extendable extendable)
Diese Funktion wird von der ExtensionRegistry aufgerufen.
-
-
-
Method Detail
-
extend
public void extend(Extendable extendable)
Description copied from interface:Extension
Diese Funktion wird von der ExtensionRegistry aufgerufen.- Specified by:
extend
in interfaceExtension
- Parameters:
extendable
- die zu erweiternde Komponente- See Also:
Extension.extend(de.willuhn.jameica.gui.extension.Extendable)
-
-