Klasse DialogHelp
java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
org.eclipse.jface.dialogs.TrayDialog
org.eclipse.jface.dialogs.TitleAreaDialog
org.deidentifier.arx.gui.view.impl.menu.DialogHelp
- Alle implementierten Schnittstellen:
IDialog,org.eclipse.jface.window.IShellProvider
A help dialog.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen org.eclipse.jface.window.Window
org.eclipse.jface.window.Window.IExceptionHandler -
Feldübersicht
Von Klasse geerbte Felder org.eclipse.jface.dialogs.TitleAreaDialog
DLG_IMG_TITLE_BANNER, DLG_IMG_TITLE_ERROR, INFO_MESSAGE, WARNING_MESSAGEVon Klasse geerbte Felder org.eclipse.jface.dialogs.Dialog
blockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, dialogArea, DLG_IMG_ERROR, DLG_IMG_HELP, DLG_IMG_INFO, DLG_IMG_MESSAGE_ERROR, DLG_IMG_MESSAGE_INFO, DLG_IMG_MESSAGE_WARNING, DLG_IMG_QUESTION, DLG_IMG_WARNING, ELLIPSISVon Klasse geerbte Felder org.eclipse.jface.window.Window
CANCEL, OK, resizeHasOccurred -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungDialogHelp(org.eclipse.swt.widgets.Shell parentShell, Controller controller, boolean modal, String id) Constructor. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanclose()protected voidconfigureShell(org.eclipse.swt.widgets.Shell newShell) protected voidcreateButtonsForButtonBar(org.eclipse.swt.widgets.Composite parent) protected org.eclipse.swt.widgets.ControlcreateContents(org.eclipse.swt.widgets.Composite parent) protected org.eclipse.swt.widgets.ControlcreateDialogArea(org.eclipse.swt.widgets.Composite parent) protected org.eclipse.swt.graphics.Pointprotected StringgetUrlOf(int index) Returns the url for an index.booleanisModal()Returns whether the dialog is modalprotected booleanbooleanReturns whether the dialog is visiblevoidnavigateTo(String id) Navigate to a certain help entryVon Klasse geerbte Methoden org.eclipse.jface.dialogs.TitleAreaDialog
getErrorMessage, getMessage, getTitleArea, getTitleImageLabel, setErrorMessage, setMessage, setMessage, setTitle, setTitleAreaColor, setTitleImageVon Klasse geerbte Methoden org.eclipse.jface.dialogs.TrayDialog
closeTray, createButtonBar, createHelpControl, getLayout, getTray, handleShellCloseEvent, isDialogHelpAvailable, isHelpAvailable, openTray, setDialogHelpAvailable, setHelpAvailableVon Klasse geerbte Methoden org.eclipse.jface.dialogs.Dialog
applyDialogFont, buttonPressed, cancelPressed, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, create, createButton, dialogFontIsDefault, getBlockedHandler, getButton, getButtonBar, getCancelButton, getDialogArea, getDialogBoundsSettings, getDialogBoundsStrategy, getImage, getInitialLocation, getOKButton, initializeBounds, initializeDialogUnits, okPressed, setBlockedHandler, setButtonLayoutData, setButtonLayoutFormData, shortenTextVon Klasse geerbte Methoden org.eclipse.jface.window.Window
canHandleShellCloseEvent, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager
-
Konstruktordetails
-
DialogHelp
public DialogHelp(org.eclipse.swt.widgets.Shell parentShell, Controller controller, boolean modal, String id) Constructor.- Parameter:
parentShell-controller-modal-id-
-
-
Methodendetails
-
close
public boolean close()- Setzt außer Kraft:
closein Klasseorg.eclipse.jface.dialogs.Dialog
-
isModal
public boolean isModal()Returns whether the dialog is modal- Gibt zurück:
-
isVisible
public boolean isVisible()Returns whether the dialog is visible- Gibt zurück:
-
configureShell
protected void configureShell(org.eclipse.swt.widgets.Shell newShell) - Setzt außer Kraft:
configureShellin Klasseorg.eclipse.jface.window.Window
-
createButtonsForButtonBar
protected void createButtonsForButtonBar(org.eclipse.swt.widgets.Composite parent) - Setzt außer Kraft:
createButtonsForButtonBarin Klasseorg.eclipse.jface.dialogs.Dialog
-
createContents
protected org.eclipse.swt.widgets.Control createContents(org.eclipse.swt.widgets.Composite parent) - Setzt außer Kraft:
createContentsin Klasseorg.eclipse.jface.dialogs.TitleAreaDialog
-
createDialogArea
protected org.eclipse.swt.widgets.Control createDialogArea(org.eclipse.swt.widgets.Composite parent) - Setzt außer Kraft:
createDialogAreain Klasseorg.eclipse.jface.dialogs.TitleAreaDialog
-
getInitialSize
protected org.eclipse.swt.graphics.Point getInitialSize()- Setzt außer Kraft:
getInitialSizein Klasseorg.eclipse.jface.dialogs.TitleAreaDialog
-
getUrlOf
Returns the url for an index.- Parameter:
index-- Gibt zurück:
-
isResizable
protected boolean isResizable()- Setzt außer Kraft:
isResizablein Klasseorg.eclipse.jface.dialogs.Dialog
-