Class UmsatzTypVerlauf

  • All Implemented Interfaces:
    de.willuhn.jameica.gui.Part

    public class UmsatzTypVerlauf
    extends java.lang.Object
    implements de.willuhn.jameica.gui.Part
    Zeigt die Umsaetze von Kategorien im zeitlichen Verlauf.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void paint​(org.eclipse.swt.widgets.Composite parent)  
      void redraw()
      Aktualisiert das Chart.
      void setData​(java.util.List data, java.util.Date start, java.util.Date stop)
      Speichert die anzuzeigenden Daten.
      • Methods inherited from class java.lang.Object

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

      • UmsatzTypVerlauf

        public UmsatzTypVerlauf()
    • Method Detail

      • setData

        public void setData​(java.util.List data,
                            java.util.Date start,
                            java.util.Date stop)
        Speichert die anzuzeigenden Daten.
        Parameters:
        data - Liste mit Objekten des Typs "UmsatzGroup".
        start - Start-Datum.
        stop - Stop-Datum.
      • redraw

        public void redraw()
                    throws java.rmi.RemoteException
        Aktualisiert das Chart.
        Throws:
        java.rmi.RemoteException
      • 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)