Class QueryContextHelp
java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.PopupDialog
org.eclipse.mat.ui.internal.browser.QueryContextHelp
- All Implemented Interfaces:
IShellProvider
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jface.window.Window
Window.IExceptionHandler
-
Field Summary
Fields inherited from class org.eclipse.jface.dialogs.PopupDialog
HOVER_SHELLSTYLE, INFOPOPUP_SHELLSTYLE, INFOPOPUPRESIZE_SHELLSTYLE, POPUP_HORIZONTALSPACING, POPUP_IMG_MENU, POPUP_IMG_MENU_DISABLED, POPUP_MARGINHEIGHT, POPUP_MARGINWIDTH, POPUP_VERTICALSPACING
-
Constructor Summary
ConstructorDescriptionQueryContextHelp
(Shell parent, IAnnotatedObjectDescriptor query, IQueryContext queryContext, Rectangle bounds) QueryContextHelp
(Shell shell, IAnnotatedObjectDescriptor queryDescriptor, Rectangle helpBounds) -
Method Summary
Methods inherited from class org.eclipse.jface.dialogs.PopupDialog
open
Methods inherited from class org.eclipse.jface.window.Window
create, getDefaultImage, getDefaultImages, getDefaultOrientation, getReturnCode, getShell, getWindowManager, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setWindowManager
-
Constructor Details
-
QueryContextHelp
public QueryContextHelp(Shell shell, IAnnotatedObjectDescriptor queryDescriptor, Rectangle helpBounds) -
QueryContextHelp
public QueryContextHelp(Shell parent, IAnnotatedObjectDescriptor query, IQueryContext queryContext, Rectangle bounds)
-
-
Method Details
-
getQuery
-
resize
-
close
public boolean close()Tidy up- Overrides:
close
in classPopupDialog
-