org.eclipse.xtext.xtext.ui.wizard.releng
Class DialogCatalog

java.lang.Object
  extended by org.eclipse.xtext.xtext.ui.wizard.releng.DialogCatalog

public class DialogCatalog
extends java.lang.Object

Author:
Dennis Huebner - Initial contribution and API

Constructor Summary
DialogCatalog()
           
 
Method Summary
static void openFeatureSelectionDialog(org.eclipse.swt.widgets.Shell shell, IAcceptor<org.eclipse.core.resources.IProject> acceptor)
           
static org.eclipse.core.resources.IFile openJunitLaunchSelectionDialog(org.eclipse.swt.widgets.Shell shell)
           
static java.lang.String openOSFolderSelectionDialog(org.eclipse.swt.widgets.Shell shell)
           
static org.eclipse.core.resources.IFile openWorkspaceFileSelectionDialog(org.eclipse.swt.widgets.Shell shell, java.lang.String patternString, org.eclipse.jface.viewers.ViewerFilter additionalFilter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialogCatalog

public DialogCatalog()
Method Detail

openFeatureSelectionDialog

public static final void openFeatureSelectionDialog(org.eclipse.swt.widgets.Shell shell,
                                                    IAcceptor<org.eclipse.core.resources.IProject> acceptor)

openOSFolderSelectionDialog

public static java.lang.String openOSFolderSelectionDialog(org.eclipse.swt.widgets.Shell shell)

openWorkspaceFileSelectionDialog

public static org.eclipse.core.resources.IFile openWorkspaceFileSelectionDialog(org.eclipse.swt.widgets.Shell shell,
                                                                                java.lang.String patternString,
                                                                                org.eclipse.jface.viewers.ViewerFilter additionalFilter)

openJunitLaunchSelectionDialog

public static org.eclipse.core.resources.IFile openJunitLaunchSelectionDialog(org.eclipse.swt.widgets.Shell shell)