org.rapla.gui
Interface ReservationWizard


public interface ReservationWizard


Method Summary
 void start(Component owner, CalendarModel model, DynamicType type)
          Show a new wizard dialog.
 String toString()
          Wizards should override this method to return a meaningful name that will be displayed in the wizard list
 

Method Detail

start

void start(Component owner,
           CalendarModel model,
           DynamicType type)
           throws RaplaException
Show a new wizard dialog.

Parameters:
owner - the owner-component for the wizard dialog
model - a reference to the current CalendarModel. Here you can get information about the currently selected objects and times
type - the default reservation-type. Can be null.
Throws:
RaplaException

toString

String toString()
Wizards should override this method to return a meaningful name that will be displayed in the wizard list

Overrides:
toString in class Object


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