Class LicenseControl
- java.lang.Object
-
- de.willuhn.jameica.gui.AbstractControl
-
- de.willuhn.jameica.gui.internal.controller.LicenseControl
-
public class LicenseControl extends AbstractControl
Controller fuer den Dialog Lizenzinformationen.
-
-
Field Summary
-
Fields inherited from class de.willuhn.jameica.gui.AbstractControl
view
-
-
Constructor Summary
Constructors Constructor Description LicenseControl(AbstractView view)
ct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormTextPart
getLibList()
Liefert eine Liste mit allen direkt von Jameica verwendeten Komponenten.-
Methods inherited from class de.willuhn.jameica.gui.AbstractControl
getCurrentObject
-
-
-
-
Constructor Detail
-
LicenseControl
public LicenseControl(AbstractView view)
ct.- Parameters:
view
-
-
-
Method Detail
-
getLibList
public FormTextPart getLibList()
Liefert eine Liste mit allen direkt von Jameica verwendeten Komponenten.- Returns:
- Liste der Komponenten.
-
-