RSE
Release 3.2

org.eclipse.rse.ui.open
Class SystemQuickOpenUI

java.lang.Object
  extended by org.eclipse.rse.ui.open.SystemQuickOpenUI

public class SystemQuickOpenUI
extends Object


Constructor Summary
SystemQuickOpenUI()
          Constructor.
 
Method Summary
static void openSearchDialog(IWorkbenchWindow window, String pageId)
          Opens the quick open dialog.
static void openSearchDialog(String pageId)
          Opens the quick open dialog in the active workbench window.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemQuickOpenUI

public SystemQuickOpenUI()
Constructor.

Method Detail

openSearchDialog

public static void openSearchDialog(String pageId)
Opens the quick open dialog in the active workbench window. If pageId is specified and a corresponding page is found then it is brought to top.

Parameters:
pageId - the page to select or null if the best fitting page should be selected.

openSearchDialog

public static void openSearchDialog(IWorkbenchWindow window,
                                    String pageId)
Opens the quick open dialog. If pageId is specified and a corresponding page is found then it is brought to top.

Parameters:
window - the workbench window to open the dialog in.
pageId - the page to select or null if the best fitting page should be selected.

RSE
Release 3.2

Copyright (c) IBM Corporation and others 2000, 2010. All Rights Reserved.