Klasse BaseDialog<VIEWER extends Viewer>
java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
org.eclipse.jface.dialogs.TrayDialog
org.eclipse.jface.dialogs.TitleAreaDialog
org.eclipse.net4j.util.ui.widgets.BaseDialog<VIEWER>
- Alle implementierten Schnittstellen:
IShellProvider
- Bekannte direkte Unterklassen:
CredentialsDialog
,LogDialog
- Seit:
- 3.4
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen org.eclipse.jface.window.Window
Window.IExceptionHandler
-
Feldübersicht
FelderVon Klasse geerbte Felder org.eclipse.jface.dialogs.TitleAreaDialog
DLG_IMG_TITLE_BANNER, DLG_IMG_TITLE_ERROR, INFO_MESSAGE, WARNING_MESSAGE
Von 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, ELLIPSIS
Von Klasse geerbte Felder org.eclipse.jface.window.Window
CANCEL, OK, resizeHasOccurred
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungBaseDialog
(Shell parentShell, int shellStyle, String title, String message, IDialogSettings settings) BaseDialog
(Shell parentShell, int shellStyle, String title, String message, IDialogSettings settings, ImageDescriptor descriptor) BaseDialog
(Shell parentShell, String title, String message, IDialogSettings settings) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
close()
protected Control
createDialogArea
(Composite parent) protected abstract void
protected void
fillContextMenu
(IMenuManager manager, VIEWER viewer) protected IDialogSettings
protected IDialogSettings
protected IDialogSettings
getDialogSettings
(String sectionName) protected void
void
setCurrentViewer
(VIEWER currentViewer) Von Klasse geerbte Methoden org.eclipse.jface.dialogs.TitleAreaDialog
createContents, getErrorMessage, getInitialSize, getMessage, getTitleArea, getTitleImageLabel, setErrorMessage, setMessage, setMessage, setTitle, setTitleAreaColor, setTitleImage
Von Klasse geerbte Methoden org.eclipse.jface.dialogs.TrayDialog
closeTray, createButtonBar, createHelpControl, getLayout, getTray, handleShellCloseEvent, isDialogHelpAvailable, isHelpAvailable, openTray, setDialogHelpAvailable, setHelpAvailable
Von Klasse geerbte Methoden org.eclipse.jface.dialogs.Dialog
applyDialogFont, buttonPressed, cancelPressed, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, create, createButton, createButtonsForButtonBar, dialogFontIsDefault, getBlockedHandler, getButton, getButtonBar, getCancelButton, getDialogArea, getDialogBoundsStrategy, getImage, getInitialLocation, getOKButton, initializeBounds, initializeDialogUnits, isResizable, okPressed, setBlockedHandler, setButtonLayoutData, setButtonLayoutFormData, shortenText
Von Klasse geerbte Methoden org.eclipse.jface.window.Window
canHandleShellCloseEvent, configureShell, 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
-
Felddetails
-
DEFAULT_SHELL_STYLE
public static final int DEFAULT_SHELL_STYLE- Siehe auch:
-
-
Konstruktordetails
-
BaseDialog
public BaseDialog(Shell parentShell, int shellStyle, String title, String message, IDialogSettings settings, ImageDescriptor descriptor) - Seit:
- 3.4
-
BaseDialog
public BaseDialog(Shell parentShell, int shellStyle, String title, String message, IDialogSettings settings) -
BaseDialog
-
-
Methodendetails
-
createDialogArea
- Setzt außer Kraft:
createDialogArea
in KlasseTitleAreaDialog
-
createUI
-
getCurrentViewer
-
setCurrentViewer
-
hookContextMenu
protected void hookContextMenu() -
fillContextMenu
-
getDialogSettings
- Seit:
- 3.4
-
getDialogSettings
- Seit:
- 3.4
-
getDialogBoundsSettings
- Setzt außer Kraft:
getDialogBoundsSettings
in KlasseDialog
-
close
public boolean close()
-