Class BrowseWorkspaceUtil

java.lang.Object
org.eclipse.epsilon.common.dt.launching.dialogs.BrowseWorkspaceUtil

public class BrowseWorkspaceUtil extends Object
  • Constructor Details

    • BrowseWorkspaceUtil

      public BrowseWorkspaceUtil()
  • Method Details

    • browseContainerPath

      public static String browseContainerPath(org.eclipse.swt.widgets.Shell shell, String title, String message)
    • browseContainer

      public static org.eclipse.core.runtime.IPath browseContainer(org.eclipse.swt.widgets.Shell shell, String title, String message)
    • browseFilePath

      public static String browseFilePath(org.eclipse.swt.widgets.Shell shell, String title, String message, org.eclipse.swt.graphics.Image image)
    • browseFilePath

      public static String browseFilePath(org.eclipse.swt.widgets.Shell shell, String title, String message, String extension, org.eclipse.swt.graphics.Image image)
    • browseFile

      public static org.eclipse.core.resources.IFile browseFile(org.eclipse.swt.widgets.Shell shell, String title, String message, String pattern, org.eclipse.swt.graphics.Image image)