|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJobTicketSource
This interface allows you to contribute to the popup menu and be notified of state changes for JobTickets that you add to to the Job Status view.
Field Summary | |
---|---|
static String |
Copyright
|
Method Summary | |
---|---|
boolean |
canRemove(JobTicket jobTicket)
Allows job ticket sources to prevent a job from being removed from the job status view when the user attempts to remove the job or remove all jobs from the view. |
IJobTicketSourceFactory |
getJobTicketSourceFactory()
Return the IJobTicketSourceFactory used for persisting and restoring this job ticket source from a memento. |
void |
jobRemoved(JobTicket jobTicket)
Notification that the job was removed from the Job status view. |
void |
populateTaskMenu(MenuManager menu,
JobTicket jobTicket)
Allow ticket source's to populate the "Task Actions" section of the pop-up menu for jobs in the Status view. |
Field Detail |
---|
static final String Copyright
Method Detail |
---|
void populateTaskMenu(MenuManager menu, JobTicket jobTicket)
boolean canRemove(JobTicket jobTicket)
void jobRemoved(JobTicket jobTicket)
IJobTicketSourceFactory getJobTicketSourceFactory()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |