Klasse HistoryTextDialog
java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
org.eclipse.jface.dialogs.InputDialog
org.eclipse.net4j.util.ui.widgets.HistoryTextDialog
- Alle implementierten Schnittstellen:
IShellProvider
TODO extend BaseDialog
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen org.eclipse.jface.window.Window
Window.IExceptionHandler -
Feldübersicht
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, ELLIPSISVon Klasse geerbte Felder org.eclipse.jface.window.Window
CANCEL, OK, resizeHasOccurred -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungHistoryTextDialog(Shell parentShell, String dialogTitle, String dialogMessage, IHistory<String> history, IInputValidator validator) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected voidbuttonPressed(int buttonId) protected voidcreateButtonsForButtonBar(Composite parent) protected ControlcreateDialogArea(Composite parent) getValue()protected voidVon Klasse geerbte Methoden org.eclipse.jface.dialogs.InputDialog
configureShell, getErrorMessageLabel, getInputTextStyle, getOkButton, getText, getValidator, setErrorMessageVon Klasse geerbte Methoden org.eclipse.jface.dialogs.Dialog
applyDialogFont, cancelPressed, close, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, create, createButton, createButtonBar, createContents, dialogFontIsDefault, getBlockedHandler, getButton, getButtonBar, getCancelButton, getDialogArea, getDialogBoundsSettings, getDialogBoundsStrategy, getImage, getInitialLocation, getInitialSize, getOKButton, initializeBounds, initializeDialogUnits, isResizable, okPressed, setBlockedHandler, setButtonLayoutData, setButtonLayoutFormData, shortenTextVon Klasse geerbte Methoden org.eclipse.jface.window.Window
canHandleShellCloseEvent, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getLayout, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, handleShellCloseEvent, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager
-
Konstruktordetails
-
HistoryTextDialog
-
-
Methodendetails
-
getHistory
-
getHistoryText
-
getValue
- Setzt außer Kraft:
getValuein KlasseInputDialog
-
createDialogArea
- Setzt außer Kraft:
createDialogAreain KlasseInputDialog
-
buttonPressed
protected void buttonPressed(int buttonId) - Setzt außer Kraft:
buttonPressedin KlasseInputDialog
-
createButtonsForButtonBar
- Setzt außer Kraft:
createButtonsForButtonBarin KlasseInputDialog
-
validateInput
protected void validateInput()- Setzt außer Kraft:
validateInputin KlasseInputDialog
-