Package | Description |
---|---|
org.kepler.workflowscheduler.gui |
Modifier and Type | Field and Description |
---|---|
protected Schedule |
SchedulerAbstractAction.schedule |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<Schedule> |
QueryingSchedulerServerResultParser.getSchedules()
Get the schedules list in vector format
|
Modifier and Type | Method and Description |
---|---|
void |
ExistingSchedulePanel.addSchedule(Schedule schedule)
Handle the event that a new schedule is added
Note: this method will handle the table which displays existing schedules.
|
void |
ScheduleChangeController.addSchedule(Schedule schedule)
Handle the event that a new schedule is added
|
void |
WorkflowSchedulerParentPanel.addSchedule(Schedule schedule)
Method for ScheduleChangeListener.
|
void |
WorkflowSchedulerDialog.addSchedule(Schedule schedule)
Handle the event that a new schedule is added
|
void |
ScheduleChangeListenerInterface.addSchedule(Schedule schedule)
Handle the event that a new schedule is added
|
void |
ExistingSchedulePanel.disableSchedule(Schedule schedule)
Handle the event that a schedule will be disabled
Note: this method will handle the table which displays existing schedules.
|
void |
ScheduleChangeController.disableSchedule(Schedule schedule)
Handle the event that a schedule will be disabled
|
void |
WorkflowSchedulerParentPanel.disableSchedule(Schedule schedule)
Method for ScheduleChangeListener.
|
void |
WorkflowSchedulerDialog.disableSchedule(Schedule schedule)
Handle the event that a schedule will be disabled
|
void |
ScheduleChangeListenerInterface.disableSchedule(Schedule schedule)
Handle the event that a schedule will be disabled
|
void |
ExistingSchedulePanel.enableSchedule(Schedule schedule)
Handle the event that a schedule will be enabled
Note: this method will handle the table which displays existing schedules.
|
void |
ScheduleChangeController.enableSchedule(Schedule schedule)
Handle the event that a schedule will be enabled
|
void |
WorkflowSchedulerParentPanel.enableSchedule(Schedule schedule)
Method for ScheduleChangeListener.
|
void |
WorkflowSchedulerDialog.enableSchedule(Schedule schedule)
Handle the event that a schedule will be enabled
|
void |
ScheduleChangeListenerInterface.enableSchedule(Schedule schedule)
Handle the event that a schedule will be enabled
|
void |
ExistingSchedulePanel.removeSchedule(Schedule schedule)
Handle the event that a schedule is removed.
|
void |
ScheduleChangeController.removeSchedule(Schedule schedule)
Handle the event that a schedule is removed
|
void |
WorkflowSchedulerParentPanel.removeSchedule(Schedule schedule)
Method for ScheduleChangeListener.
|
void |
WorkflowSchedulerDialog.removeSchedule(Schedule schedule)
Handle the event that a schedule is removed
|
void |
ScheduleChangeListenerInterface.removeSchedule(Schedule schedule)
Handle the event that a schedule is removed
|
void |
SchedulerAbstractAction.setSchedule(Schedule schedule)
Set the schedule object
|
void |
ExistingSchedulePanel.update(Schedule[] newSchedules)
Handle the event that new schedules will replace the old ones
|
void |
ScheduleChangeController.update(Schedule[] newSchedules)
Handle the event that new schedules will replace the old one.
|
void |
WorkflowSchedulerParentPanel.update(Schedule[] newSchedules)
Method for ScheduleChangeListener.
|
void |
WorkflowSchedulerDialog.update(Schedule[] newSchedules)
Handle the event that new schedules will replace the old ones
|
void |
ScheduleChangeListenerInterface.update(Schedule[] newSchedules)
Handle the event that new schedules will replace the old ones
|
Constructor and Description |
---|
ExistingSchedulePanel(Schedule[] scheduleList,
TableauFrame parent,
WorkflowSchedulerParentPanel schedulerParentPanel,
ScheduleChangeController scheduleChangeController)
Constructor
|
ScheduleTableModel(Schedule[] scheduleList)
Constructor
|