Klasse DialogTopBottomCoding
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.DialogTopBottomCoding
- Alle implementierten Schnittstellen:
org.eclipse.jface.window.IShellProvider
public class DialogTopBottomCoding
extends org.eclipse.jface.dialogs.TitleAreaDialog
A dialog for defining thresholds for top and bottom coding
-
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
KonstruktorenKonstruktorBeschreibungDialogTopBottomCoding(org.eclipse.swt.widgets.Shell parentShell, DataType<?> type) Creates a new instance -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected voidbuttonPressed(int buttonId) 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.events.ShellListenerorg.apache.commons.math3.util.Pair<org.apache.commons.math3.util.Pair<String, Boolean>, org.apache.commons.math3.util.Pair<String, Boolean>> getValue()Returns a pair containing the bottom threshold+inclusive and the top threshold + inclusive.voidsetErrorMessage(String message) Von Klasse geerbte Methoden org.eclipse.jface.dialogs.TitleAreaDialog
getErrorMessage, getInitialSize, getMessage, getTitleArea, getTitleImageLabel, 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, cancelPressed, close, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, create, createButton, dialogFontIsDefault, getBlockedHandler, getButton, getButtonBar, getCancelButton, getDialogArea, getDialogBoundsSettings, getDialogBoundsStrategy, getImage, getInitialLocation, 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, getParentShell, getReturnCode, getShell, getShellStyle, getWindowManager, handleFontChange, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager
-
Konstruktordetails
-
DialogTopBottomCoding
Creates a new instance- Parameter:
parentShell-type-
-
-
Methodendetails
-
getValue
public org.apache.commons.math3.util.Pair<org.apache.commons.math3.util.Pair<String,Boolean>, getValue()org.apache.commons.math3.util.Pair<String, Boolean>> Returns a pair containing the bottom threshold+inclusive and the top threshold + inclusive. Either bottom or top may be null if they have not been defined.- Gibt zurück:
- the value
-
setErrorMessage
- Setzt außer Kraft:
setErrorMessagein Klasseorg.eclipse.jface.dialogs.TitleAreaDialog
-
buttonPressed
protected void buttonPressed(int buttonId) - Setzt außer Kraft:
buttonPressedin Klasseorg.eclipse.jface.dialogs.Dialog
-
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
-
getShellListener
protected org.eclipse.swt.events.ShellListener getShellListener()- Setzt außer Kraft:
getShellListenerin Klasseorg.eclipse.jface.window.Window
-