Class Overview

  • All Implemented Interfaces:
    de.willuhn.jameica.gui.boxes.Box, de.willuhn.jameica.gui.Part, java.lang.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
      Overview()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getDefaultEnabled()  
      int getDefaultIndex()  
      java.lang.String getName()  
      boolean isActive()  
      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 Detail

      • Overview

        public Overview()
    • Method Detail

      • getName

        public java.lang.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 java.rmi.RemoteException
        Specified by:
        paint in interface de.willuhn.jameica.gui.Part
        Throws:
        java.rmi.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()