public interface ScheduleWizardFactory
| Modifier and Type | Method and Description |
|---|---|
ScheduleWizard |
createDialog(Host host,
Window parent,
ScheduleStorage scheduleStorage)
Create new schedule entry wirzard dialog
|
String |
getDescription() |
String |
getDisplayName() |
boolean |
isLicensed(Host host)
Is this wizard factory enabled by license?
|
boolean |
mayExecuteWithoutProject()
Implementations return
true if created schedule entries may be executed without project binding. |
boolean |
mayExecuteWithProject()
Implementations return
true if created schedule entries may be executed with project binding. |
@NotNull String getDisplayName()
boolean mayExecuteWithoutProject()
true if created schedule entries may be executed without project binding.mayExecuteWithProject()boolean mayExecuteWithProject()
true if created schedule entries may be executed with project binding.mayExecuteWithoutProject()@NotNull ScheduleWizard createDialog(@NotNull Host host, Window parent, @NotNull ScheduleStorage scheduleStorage)
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500