|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.rse.ui.open.SystemQuickOpenUI
public class SystemQuickOpenUI
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 |
---|
public SystemQuickOpenUI()
Method Detail |
---|
public static void openSearchDialog(String pageId)
pageId
is specified and a corresponding page is found then it is brought to top.
pageId
- the page to select or null
if the best fitting page should be selected.public static void openSearchDialog(IWorkbenchWindow window, String pageId)
pageId
is specified and a corresponding page is found then it is brought to top.
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.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |