Java org.eclipse.jface.dialogs PopupDialog fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.dialogs PopupDialog fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.dialogs PopupDialog.

The text is from its open source code.

Subclass

org.eclipse.jface.dialogs.PopupDialog has subclasses.
Click this link to see all its subclasses.

Field

intHOVER_SHELLSTYLE
Shell style appropriate for a simple hover popup that cannot get focus.
intINFOPOPUP_SHELLSTYLE
Shell style appropriate for an info popup that can get focus.
intINFOPOPUPRESIZE_SHELLSTYLE
Shell style appropriate for a resizable info popup that can get focus.
intPOPUP_MARGINWIDTH
Margin width (in pixels) to be used in layouts inside popup dialogs (value is 0).
intPOPUP_MARGINHEIGHT
Margin height (in pixels) to be used in layouts inside popup dialogs (value is 0).
intPOPUP_VERTICALSPACING
Vertical spacing (in pixels) between cells in the layouts inside popup dialogs (value is 1).
intPOPUP_HORIZONTALSPACING
Vertical spacing (in pixels) between cells in the layouts inside popup dialogs (value is 1).
StringPOPUP_IMG_MENU
Image registry key for menu image.
StringPOPUP_IMG_MENU_DISABLED
Image registry key for disabled menu image.

Constructor

Method

booleanclose()
Closes this window, disposes its shell, and removes this window from its window manager (if it has one).
ShellgetShell()
Returns this window's shell.
intopen()
Opens this window, creating it first if it has not yet been created.