org.granite.builder.ui
Class Dialogs
java.lang.Object
org.granite.builder.ui.Dialogs
public class Dialogs
- extends java.lang.Object
- Author:
- Franck WOLFF
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dialogs
public Dialogs()
addPackageTranslator
public static java.lang.String[] addPackageTranslator(org.eclipse.swt.widgets.Shell shell,
java.lang.String title)
editPackageTranslator
public static java.lang.String[] editPackageTranslator(org.eclipse.swt.widgets.Shell shell,
java.lang.String title,
java.lang.String initialJavaPath,
java.lang.String initialAs3Path)
editTemplateUris
public static java.lang.String[] editTemplateUris(org.eclipse.swt.widgets.Shell shell,
java.lang.String title,
java.lang.String initialTemplateUri,
java.lang.String initialBaseTemplateUri)
prompt
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)
editSourceFolderAttributes
public static Gas3Source editSourceFolderAttributes(org.eclipse.jdt.core.IJavaProject project,
org.eclipse.swt.widgets.Shell shell,
Gas3Source source)
chooseSourceFolderEntries
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)
chooseProjectEntries
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)