public class Dialogs extends java.lang.Object
| Constructor and Description |
|---|
Dialogs() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
addPackageTranslator(org.eclipse.swt.widgets.Shell shell,
java.lang.String title) |
static org.eclipse.core.runtime.IPath[] |
chooseProjectEntries(org.eclipse.jdt.core.IJavaProject project,
org.eclipse.swt.widgets.Shell shell,
org.eclipse.core.runtime.IPath initialSelection,
org.eclipse.core.runtime.IPath[] usedEntries) |
static org.eclipse.core.runtime.IPath[] |
chooseSourceFolderEntries(org.eclipse.jdt.core.IJavaProject project,
org.eclipse.swt.widgets.Shell shell,
org.eclipse.core.runtime.IPath initialSelection,
org.eclipse.core.runtime.IPath[] usedEntries) |
static java.lang.String[] |
editPackageTranslator(org.eclipse.swt.widgets.Shell shell,
java.lang.String title,
java.lang.String initialJavaPath,
java.lang.String initialAs3Path) |
static Gas3Source |
editSourceFolderAttributes(org.eclipse.jdt.core.IJavaProject project,
org.eclipse.swt.widgets.Shell shell,
Gas3Source source) |
static java.lang.String[] |
editTemplateUris(org.eclipse.swt.widgets.Shell shell,
java.lang.String title,
java.lang.String initialTemplateUri,
java.lang.String initialBaseTemplateUri) |
static java.lang.String |
prompt(org.eclipse.swt.widgets.Shell shell,
java.lang.String title,
java.lang.String message,
java.lang.String initialValue,
java.util.regex.Pattern valuePattern) |
public Dialogs()
public static java.lang.String[] addPackageTranslator(org.eclipse.swt.widgets.Shell shell, java.lang.String title)
public static java.lang.String[] editPackageTranslator(org.eclipse.swt.widgets.Shell shell, java.lang.String title, java.lang.String initialJavaPath, java.lang.String initialAs3Path)
public static java.lang.String[] editTemplateUris(org.eclipse.swt.widgets.Shell shell, java.lang.String title, java.lang.String initialTemplateUri, java.lang.String initialBaseTemplateUri)
public static java.lang.String prompt(org.eclipse.swt.widgets.Shell shell, java.lang.String title, java.lang.String message, java.lang.String initialValue, java.util.regex.Pattern valuePattern)
public static Gas3Source editSourceFolderAttributes(org.eclipse.jdt.core.IJavaProject project, org.eclipse.swt.widgets.Shell shell, Gas3Source source)
public static org.eclipse.core.runtime.IPath[] chooseSourceFolderEntries(org.eclipse.jdt.core.IJavaProject project, org.eclipse.swt.widgets.Shell shell, org.eclipse.core.runtime.IPath initialSelection, org.eclipse.core.runtime.IPath[] usedEntries)
public static org.eclipse.core.runtime.IPath[] chooseProjectEntries(org.eclipse.jdt.core.IJavaProject project, org.eclipse.swt.widgets.Shell shell, org.eclipse.core.runtime.IPath initialSelection, org.eclipse.core.runtime.IPath[] usedEntries)