Community
Participate
Working Groups
private String fEmptyListMessage = WorkbenchMessages.ElementTreeSelectionDialog_nothing_available;
private IStatus fCurrStatus = new Status(IStatus.OK, PlatformUI.PLUGIN_ID,
private IStatus fCurrStatus = Status.OK_STATUS;
IStatus.OK, "", null); //$NON-NLS-1$
private List fFilters;
fCurrStatus = fValidator.validate(getResult());
updateStatus(fCurrStatus);
} else {
fCurrStatus = new Status(IStatus.OK, PlatformUI.PLUGIN_ID,
fCurrStatus = Status.OK_STATUS;
IStatus.OK, "", //$NON-NLS-1$
null);
}
fCurrStatus = new Status(IStatus.ERROR, PlatformUI.PLUGIN_ID,
private String fEmptyListMessage = WorkbenchMessages.CheckedTreeSelectionDialog_nothing_available;
0, "", null); //$NON-NLS-1$
fCurrStatus = fValidator.validate(fViewer.getCheckedElements());
} else if (!fCurrStatus.isOK()) {