List of usage examples for org.eclipse.jface.dialogs MessageDialog subclass-usage
From source file org.robotframework.red.jface.dialogs.ErrorDialogWithLinkToPreferences.java
public class ErrorDialogWithLinkToPreferences extends MessageDialog { private String preferenceId; private String preferenceName;
From source file org.rubypeople.rdt.internal.ui.dialogs.OptionalMessageDialog.java
/** * This is a <code>MessageDialog</code> which allows the user * to choose that the dialog isn't shown again the next time. */ public class OptionalMessageDialog extends MessageDialog {
From source file org.rubypeople.rdt.internal.ui.wizards.buildpaths.newsourcepage.RemoveLinkedFolderDialog.java
/** * Dialog to prompt whether a linked folder should be deleted. * * @see IRemoveLinkedFolderQuery */ class RemoveLinkedFolderDialog extends MessageDialog {
From source file org.sonarlint.eclipse.ui.internal.server.DeleteServerDialog.java
/** * Dialog that prompts a user to delete server(s). */ public class DeleteServerDialog extends MessageDialog { protected List<IServer> servers;
From source file org.sonarlint.eclipse.ui.internal.server.UnbindProjectDialog.java
/** * Dialog that prompts a user to unbind project(s). */ public class UnbindProjectDialog extends MessageDialog { protected List<SonarLintProject> projects;
From source file org.springframework.ide.eclipse.boot.dash.views.UpdatePasswordDialog.java
/** * @author Terry Denney */ public class UpdatePasswordDialog extends MessageDialog { private String password;
From source file org.summer.sdt.internal.debug.ui.classpath.DefaultClasspathEntryDialog.java
/** * Edits project default classpath. * * @since 3.2 */ public class DefaultClasspathEntryDialog extends MessageDialog {
From source file org.summer.sdt.internal.ui.dialogs.OptionalMessageDialog.java
/** * This is a <code>MessageDialog</code> which allows the user * to choose that the dialog isn't shown again the next time. */ public class OptionalMessageDialog extends MessageDialog {
From source file org.summer.sdt.internal.ui.refactoring.reorg.RenameTypeWizardSimilarElementsOptionsDialog.java
/**
* Option dialog for selecting a similarly named element renaming strategy
*
* @since 3.2
*
*/
From source file org.summer.sdt.internal.ui.wizards.buildpaths.newsourcepage.RemoveLinkedFolderDialog.java
/** * Dialog to prompt whether a linked folder should be deleted. * */ class RemoveLinkedFolderDialog extends MessageDialog {