Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void paint​(org.eclipse.swt.widgets.Composite parent)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GeneralSettingsPart

        public GeneralSettingsPart​(GeneralSettingsController control)
        Creates a BosSetting Part With all setting parameters for the Bank of Scottland
        Parameters:
        control - the BosSettingsController
    • Method Detail

      • paint

        public void paint​(org.eclipse.swt.widgets.Composite parent)
                   throws java.rmi.RemoteException
        Specified by:
        paint in interface de.willuhn.jameica.gui.Part
        Throws:
        java.rmi.RemoteException
        See Also:
        Part.paint(Composite)