use of org.jboss.tools.openshift.internal.ui.wizard.resource.DeleteResourcesWizard in project jbosstools-openshift by jbosstools.
the class DeleteResourcesHandler method openDialog.
private void openDialog(Connection connection, String namespace, Shell shell) {
WizardDialog dialog = new OkCancelButtonWizardDialog("Delete", shell, new DeleteResourcesWizard(connection, namespace));
dialog.setPageSize(DIALOG_SIZE);
dialog.open();
}
Aggregations