Class ResourceSignatureDialog
- java.lang.Object
-
- org.eclipse.jface.window.Window
-
- org.eclipse.jface.dialogs.Dialog
-
- org.eclipse.jface.dialogs.TrayDialog
-
- org.eclipse.jface.dialogs.TitleAreaDialog
-
- org.palladiosimulator.pcmtx.pcmtxviews.ui.ResourceSignatureDialog
-
- All Implemented Interfaces:
IShellProvider
public class ResourceSignatureDialog extends TitleAreaDialog
This class represents a dialog for refactoring ofResourceSignatures and adding ofResourceSignatures to theResourceInterfaceanEntityTypeprovides.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jface.window.Window
Window.IExceptionHandler
-
-
Field Summary
-
Fields inherited from class org.eclipse.jface.dialogs.TitleAreaDialog
DLG_IMG_TITLE_BANNER, DLG_IMG_TITLE_ERROR, INFO_MESSAGE, WARNING_MESSAGE
-
Fields inherited from class 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
-
Fields inherited from class org.eclipse.jface.window.Window
CANCEL, OK, resizeHasOccurred
-
-
Constructor Summary
Constructors Constructor Description ResourceSignatureDialog(Shell parent, org.palladiosimulator.pcm.resourcetype.ResourceInterface etypeInterface, org.palladiosimulator.pcm.resourcetype.ResourceSignature etypeSignature)Creates a newResourceSignatureDialogwith the given parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate()protected ControlcreateDialogArea(Composite parent)booleanisHelpAvailable()protected booleanisResizable()protected voidokPressed()-
Methods inherited from class org.eclipse.jface.dialogs.TitleAreaDialog
createContents, getErrorMessage, getInitialSize, getMessage, getTitleArea, getTitleImageLabel, setErrorMessage, setMessage, setMessage, setTitle, setTitleAreaColor, setTitleImage
-
Methods inherited from class org.eclipse.jface.dialogs.TrayDialog
closeTray, createButtonBar, createHelpControl, getLayout, getTray, handleShellCloseEvent, isDialogHelpAvailable, openTray, setDialogHelpAvailable, setHelpAvailable
-
Methods inherited from class org.eclipse.jface.dialogs.Dialog
applyDialogFont, buttonPressed, cancelPressed, close, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, createButton, createButtonsForButtonBar, dialogFontIsDefault, getBlockedHandler, getButton, getButtonBar, getCancelButton, getDialogArea, getDialogBoundsSettings, getDialogBoundsStrategy, getImage, getInitialLocation, getOKButton, initializeBounds, initializeDialogUnits, setBlockedHandler, setButtonLayoutData, setButtonLayoutFormData, shortenText
-
Methods inherited from class 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
-
-
-
-
Constructor Detail
-
ResourceSignatureDialog
public ResourceSignatureDialog(Shell parent, org.palladiosimulator.pcm.resourcetype.ResourceInterface etypeInterface, org.palladiosimulator.pcm.resourcetype.ResourceSignature etypeSignature)
Creates a newResourceSignatureDialogwith the given parameters.- Parameters:
parent- the parentShelletypeInterface- theResourceInterfacethat provides theResourceInterfaceetypeSignature- theResourceSignatureto refactor, can benullif a newResourceSignatureshould be created
-
-
Method Detail
-
createDialogArea
protected Control createDialogArea(Composite parent)
- Overrides:
createDialogAreain classTitleAreaDialog
-
isHelpAvailable
public boolean isHelpAvailable()
- Overrides:
isHelpAvailablein classTrayDialog
-
isResizable
protected boolean isResizable()
- Overrides:
isResizablein classDialog
-
-