Search in sources :

Example 1 with DeleteResourcesWizard

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();
}
Also used : DeleteResourcesWizard(org.jboss.tools.openshift.internal.ui.wizard.resource.DeleteResourcesWizard) WizardDialog(org.eclipse.jface.wizard.WizardDialog) OkCancelButtonWizardDialog(org.jboss.tools.openshift.internal.common.ui.wizard.OkCancelButtonWizardDialog) OkCancelButtonWizardDialog(org.jboss.tools.openshift.internal.common.ui.wizard.OkCancelButtonWizardDialog)

Aggregations

WizardDialog (org.eclipse.jface.wizard.WizardDialog)1 OkCancelButtonWizardDialog (org.jboss.tools.openshift.internal.common.ui.wizard.OkCancelButtonWizardDialog)1 DeleteResourcesWizard (org.jboss.tools.openshift.internal.ui.wizard.resource.DeleteResourcesWizard)1