|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.search.ui.SearchUI
The central class for access to the Search Plug-in's User Interface. This class cannot be instantiated; all functionality is provided by static methods. Features provided:
Field Summary | |
static String | ACTION_SET_ID
Deprecated. Use NewSearchUI.ACTION_SET_ID instead. |
static String | LINE
Deprecated. Line marker attribute (value "line") The value of the marker attribute is the line which contains the text search match. |
static String | PLUGIN_ID
Deprecated. Use NewSearchUI.PLUGIN_ID instead. |
static String | POTENTIAL_MATCH
Deprecated. Potential match marker attribute (value "potentialMatch"). |
static String | SEARCH_MARKER
Deprecated. Use NewSearchUI.SEARCH_MARKER instead. |
static String | SEARCH_RESULT_VIEW_ID
Deprecated. Id of the Search result view (value "org.eclipse.search.SearchResultView"). |
static String | SEARCH_VIEW_ID
Deprecated. Use NewSearchUI.SEARCH_VIEW_ID instead. |
Method Summary | |
static boolean | activateSearchResultView()
Deprecated. Use NewSearchUI.activateSearchResultView() instead. |
static boolean | arePotentialMatchesIgnored()
Deprecated. Use NewSearchUI.arePotentialMatchesIgnored() instead. |
static String | getDefaultPerspectiveId()
Deprecated. Use NewSearchUI.getDefaultPerspectiveId() instead. |
static Image | getSearchMarkerImage()
Deprecated. Returns the shared search marker image. |
static ISearchResultView | getSearchResultView()
Deprecated. Use NewSearchUI.getSearchResultView() instead. |
static void | openSearchDialog(IWorkbenchWindow window,
String pageId)
Deprecated. Use NewSearchUI.openSearchDialog(IWorkbenchWindow, String) instead. |
static boolean | reuseEditor()
Deprecated. Use NewSearchUI.reuseEditor() instead. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String PLUGIN_ID
public static final String SEARCH_MARKER
public static final String LINE
public static final String POTENTIAL_MATCH
This optional marker attribute tells whether a marker is a potential or an exact match. The marker is considered an exact match if the attribute is missing.
Potential matches are shown with a different background color in the Search view. The color can be changed in the Search preferences.
public static final String SEARCH_RESULT_VIEW_ID
public static final String SEARCH_VIEW_ID
public static final String ACTION_SET_ID
Method Detail |
public static boolean activateSearchResultView()
public static void openSearchDialog(IWorkbenchWindow window, String pageId)
public static ISearchResultView getSearchResultView()
public static Image getSearchMarkerImage()
public static boolean reuseEditor()
public static boolean arePotentialMatchesIgnored()
Search engines which can report inexact matches must respect this preference i.e. they should not report inexact matches if this method returns true
public static String getDefaultPerspectiveId()
The perspective with this ID will be used to show the Search view. If no default perspective is set then the Search view will appear in the current perspective.
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.