| org.eclipse.ui.internal.statushandlers.StatusDialog
StatusDialog | public class StatusDialog extends ErrorDialog (Code) | | A dialog for displaying
|
Constructor Summary | |
public | StatusDialog(Shell parentShell, StatusInfo statusInfo, int displayMask, boolean modal) Create a new instance of the receiver. |
StatusDialog | public StatusDialog(Shell parentShell, StatusInfo statusInfo, int displayMask, boolean modal)(Code) | | Create a new instance of the receiver.
Parameters: parentShell - Parameters: msg - Parameters: statusInfo - Parameters: displayMask - |
buttonPressed | protected void buttonPressed(int id)(Code) | | |
close | public boolean close()(Code) | | |
createButtonsForButtonBar | protected void createButtonsForButtonBar(Composite parent)(Code) | | |
getSelectedError | public StatusInfo getSelectedError()(Code) | | Return the selected error info.
ErrorInfo |
handleSelectionChange | void handleSelectionChange()(Code) | | The selection in the multiple job list has changed. Update widget
enablements and repopulate the list.
|
initContentProvider | protected void initContentProvider()(Code) | | Sets the content provider for the viewer.
|
initializeBounds | protected void initializeBounds()(Code) | | |
isModal | public boolean isModal()(Code) | | |
refresh | void refresh()(Code) | | Method which should be invoked when new errors become available for
display
|
refreshStatusList | void refreshStatusList()(Code) | | Refresh the contents of the viewer.
|
shouldShowDetailsButton | protected boolean shouldShowDetailsButton()(Code) | | |
|
|