| |
|
| java.lang.Object org.eclipse.ui.internal.progress.JobTreeElement org.eclipse.ui.internal.progress.ErrorInfo
ErrorInfo | public class ErrorInfo extends JobTreeElement (Code) | | ErrorInfo is the info that displays errors.
|
Constructor Summary | |
public | ErrorInfo(IStatus status, Job job) Create a new instance of the receiver. |
ErrorInfo | public ErrorInfo(IStatus status, Job job)(Code) | | Create a new instance of the receiver.
Parameters: status - Parameters: job - The Job to create |
getErrorStatus | IStatus getErrorStatus()(Code) | | Return the current status of the receiver.
IStatus |
getImage | Image getImage()(Code) | | Return the image for the receiver.
Image |
getJob | public Job getJob()(Code) | | Return the job that generated the error.
the job that generated the error |
getTimestamp | public long getTimestamp()(Code) | | Return the timestamp for the job.
long |
hasChildren | boolean hasChildren()(Code) | | |
isActive | boolean isActive()(Code) | | |
isJobInfo | boolean isJobInfo()(Code) | | |
|
|
|