List of usage examples for org.eclipse.jface.window IShellProvider interface-usage
From source file com.byterefinery.rmbench.export.IDDLScriptContext.java
/** * provides the context for the execution of a DDL script * * @author cse */ public interface IDDLScriptContext extends IShellProvider {
From source file com.dubture.symfony.ui.wizards.project.SymfonyProjectWizardFirstPage.java
@SuppressWarnings("restriction") public class SymfonyProjectWizardFirstPage extends PackageProjectWizardFirstPage implements IShellProvider { private Validator projectTemplateValidator; public SymfonyProjectWizardFirstPage() {
From source file com.google.dart.tools.ui.feedback.OpenFeedbackDialogAction.java
/** * An action to open the {@link FeedbackDialog}. */ public class OpenFeedbackDialogAction extends Action implements IShellProvider { private IShellProvider shellProvider;
From source file com.google.dart.tools.ui.omni.elements.TextSearchProvider.java
/** * Provider for text search elements. */ public class TextSearchProvider extends OmniProposalProvider implements IShellProvider { private final OmniBoxPopup omniBoxPopup;
From source file com.google.gdt.eclipse.appengine.rpc.wizards.ConfigureRPCServiceLayerWizardPage.java
/** * TODO: doc me. */ @SuppressWarnings("restriction") public class ConfigureRPCServiceLayerWizardPage extends WizardPage implements IShellProvider {
From source file com.google.gdt.eclipse.gph.wizards.SelectHostedProjectWizardPage.java
/** * A wizard page to browse and select GPH projects. * * @see ImportHostedProjectsWizard */ public class SelectHostedProjectWizardPage extends WizardSelectionPage implements IShellProvider {
From source file com.google.gdt.eclipse.managedapis.ui.ApiListingPage.java
/**
* Represents a (currently the only) page in the ApiImportWizard. This page
* wraps the ApiViewer and provides event handling glue to the containing
* wizard.
*
* suggestion: tabs to include search, recent popular, installed. These were
From source file com.windowtester.eclipse.ui.views.EmptyRecorderConsoleControl.java
/** * A page to describe an empty list of recorded events. */ public class EmptyRecorderConsoleControl implements IShellProvider { /**
From source file com.windowtester.eclipse.ui.views.RecorderConsoleView.java
/** * View that presents recorded events. */ @SuppressWarnings("restriction") public class RecorderConsoleView extends ViewPart implements IRecorderPanelView, IEventSequenceView, IRecorderDashActionProvider, IShellProvider {
From source file net.enilink.komma.common.ui.rcp.wizards.AbstractExampleInstallerWizard.java
/**
* <p>
* This abstract example installer wizard simply copies or unzips a number of
* files and directories into the workspace, creating the projects to hold them.
* This wizard can be added as a new wizard to the new wizards dialog through
* the <tt>org.eclipse.ui.newWizards</tt> extension point.