|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScheduleWizardFactory
Method Summary | |
---|---|
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. |
Method Detail |
---|
@NotNull String getDisplayName()
@NotNull String getDescription()
boolean mayExecuteWithoutProject()
true
if created schedule entries may be executed without project binding.
ScheduleWizardFactory.mayExecuteWithProject()
boolean mayExecuteWithProject()
true
if created schedule entries may be executed with project binding.
ScheduleWizardFactory.mayExecuteWithoutProject()
@NotNull ScheduleWizard createDialog(@NotNull Host host, Window parent, @NotNull ScheduleStorage scheduleStorage)
boolean isLicensed(@NotNull Host host)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |