Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui.open
Class SystemQuickOpenUI

java.lang.Object
  extended bycom.ibm.etools.systems.core.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.

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.