de.willuhn.jameica.gui
Class StatusBarCalendarItem

java.lang.Object
  extended by de.willuhn.jameica.gui.StatusBarCalendarItem
All Implemented Interfaces:
Part, StatusBarItem

public class StatusBarCalendarItem
extends java.lang.Object
implements StatusBarItem

Statusbar-Item, welches einen Kalender anzeigt.

Author:
willuhn

Constructor Summary
StatusBarCalendarItem()
          ct.
 
Method Summary
 void paint(org.eclipse.swt.widgets.Composite parent)
          Malt die Komponente in das angegebene Composite.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusBarCalendarItem

public StatusBarCalendarItem()
ct.

Method Detail

paint

public void paint(org.eclipse.swt.widgets.Composite parent)
           throws java.rmi.RemoteException
Description copied from interface: Part
Malt die Komponente in das angegebene Composite.

Specified by:
paint in interface Part
Parameters:
parent - das Composite.
Throws:
java.rmi.RemoteException
See Also:
Part.paint(org.eclipse.swt.widgets.Composite)