|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void start(Component owner, CalendarModel model, DynamicType type) throws RaplaException
owner
- the owner-component for the wizard dialogmodel
- a reference to the current CalendarModel. Here you can get information about the currently selected objects and timestype
- the default reservation-type. Can be null.
RaplaException
String toString()
toString
in class Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |