org.rapla.gui
Interface SwingCalendarView

All Superinterfaces:
RaplaWidget

public interface SwingCalendarView
extends RaplaWidget


Method Summary
 JComponent getDateSelection()
          you can provide a DateSelection component if you want
 void scrollToStart()
          Most times you can only scroll programaticaly if the window is visible and the size of the component is known, so this method gets called when the window is visible.
 void update()
           
 
Methods inherited from interface org.rapla.gui.toolkit.RaplaWidget
getComponent
 

Method Detail

update

void update()
            throws RaplaException
Throws:
RaplaException

getDateSelection

JComponent getDateSelection()
you can provide a DateSelection component if you want


scrollToStart

void scrollToStart()
Most times you can only scroll programaticaly if the window is visible and the size of the component is known, so this method gets called when the window is visible.



Copyright © 2000-2006 Rapla Team. All Rights Reseserved.