Package de.frankmuenster.mahoe.gui.parts
Class GeneralSettingsPart
- java.lang.Object
-
- de.frankmuenster.mahoe.gui.parts.GeneralSettingsPart
-
- All Implemented Interfaces:
de.willuhn.jameica.gui.Part
public class GeneralSettingsPart extends java.lang.Object implements de.willuhn.jameica.gui.Part
Part to show general settings of Mahoe- Author:
- Frank Münster
-
-
Constructor Summary
Constructors Constructor Description GeneralSettingsPart(GeneralSettingsController control)
Creates a BosSetting Part With all setting parameters for the Bank of Scottland
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paint(org.eclipse.swt.widgets.Composite parent)
-
-
-
Constructor Detail
-
GeneralSettingsPart
public GeneralSettingsPart(GeneralSettingsController control)
Creates a BosSetting Part With all setting parameters for the Bank of Scottland- Parameters:
control
- the BosSettingsController
-
-