Class Overview

java.lang.Object
de.willuhn.jameica.gui.boxes.AbstractBox
de.willuhn.jameica.hbci.gui.boxes.Overview
All Implemented Interfaces:
de.willuhn.jameica.gui.boxes.Box, de.willuhn.jameica.gui.Part, Comparable

public class Overview extends de.willuhn.jameica.gui.boxes.AbstractBox implements de.willuhn.jameica.gui.boxes.Box
Box zur Anzeige des Vermoegens-Ueberblicks.
  • Field Summary

    Fields inherited from interface de.willuhn.jameica.gui.boxes.Box

    HEIGHT_DEFAULT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     
     
    boolean
     
    void
    paint(org.eclipse.swt.widgets.Composite parent)
     

    Methods inherited from class de.willuhn.jameica.gui.boxes.AbstractBox

    compareTo, getHeight, getIndex, isEnabled, setEnabled, setIndex

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface de.willuhn.jameica.gui.boxes.Box

    getHeight, getIndex, isEnabled, setEnabled, setIndex

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Constructor Details

    • Overview

      public Overview()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface de.willuhn.jameica.gui.boxes.Box
      See Also:
      • Box.getName()
    • paint

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

      public int getDefaultIndex()
      Specified by:
      getDefaultIndex in interface de.willuhn.jameica.gui.boxes.Box
      See Also:
      • Box.getDefaultIndex()
    • getDefaultEnabled

      public boolean getDefaultEnabled()
      Specified by:
      getDefaultEnabled in interface de.willuhn.jameica.gui.boxes.Box
      See Also:
      • Box.getDefaultEnabled()
    • isActive

      public boolean isActive()
      Specified by:
      isActive in interface de.willuhn.jameica.gui.boxes.Box
      Overrides:
      isActive in class de.willuhn.jameica.gui.boxes.AbstractBox
      See Also:
      • Box.isActive()