Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

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.0

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire