com.ibm.rational.test.lt.testeditor.common
Class DatapoolAndColumnSelectionDialog
java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
org.eclipse.jface.dialogs.TrayDialog
org.eclipse.ui.dialogs.SelectionDialog
com.ibm.rational.test.lt.testeditor.common.DatapoolAndColumnSelectionDialog
- All Implemented Interfaces:
- IShellProvider
Deprecated. Staring from version 7.0.1, this UI has been replaced by ColumnSelectionWizard
and ColumnSelectionWizardDialog
public class DatapoolAndColumnSelectionDialog
- extends SelectionDialog
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 |
Methods inherited from class org.eclipse.ui.dialogs.SelectionDialog |
configureShell, getDialogBoundsSettings, getDialogBoundsStrategy, getInitialElementSelections, getInitialSelections, getMessage, getOkButton, getResult, isResizable, setDialogBoundsSettings, setInitialElementSelections, setInitialSelections, setResult, setSelectionResult, setTitle |
Methods inherited from class org.eclipse.jface.dialogs.TrayDialog |
close, closeTray, createButtonBar, createHelpControl, getLayout, getTray, isDialogHelpAvailable, isHelpAvailable, openTray, setDialogHelpAvailable, setHelpAvailable |
Methods inherited from class org.eclipse.jface.dialogs.Dialog |
applyDialogFont, cancelPressed, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, create, createButton, dialogFontIsDefault, getBlockedHandler, getButton, getButtonBar, getCancelButton, getDialogArea, getImage, getInitialLocation, getInitialSize, getOKButton, initializeBounds, initializeDialogUnits, setBlockedHandler, setButtonLayoutData, setButtonLayoutFormData, shortenText |
Methods inherited from class org.eclipse.jface.window.Window |
canHandleShellCloseEvent, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, handleShellCloseEvent, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatapoolAndColumnSelectionDialog
public DatapoolAndColumnSelectionDialog(Shell parentShell,
LoadTestEditor test,
String userText,
String colName)
- Deprecated.
- Parameters:
parentShell
-
createDialogArea
protected Control createDialogArea(Composite parent)
- Deprecated.
- Overrides:
createDialogArea
in class Dialog
enableButtons
protected void enableButtons(ISelection selection)
- Deprecated.
- Parameters:
selection
-
createButtonsForButtonBar
protected void createButtonsForButtonBar(Composite parent)
- Deprecated.
- Overrides:
createButtonsForButtonBar
in class SelectionDialog
getSelectedDatapoolHarvester
public com.ibm.rational.test.common.models.behavior.cbdata.DatapoolHarvester getSelectedDatapoolHarvester()
- Deprecated.
- Returns:
- DatapoolHarvester
buttonPressed
protected void buttonPressed(int buttonId)
- Deprecated.
- Overrides:
buttonPressed
in class Dialog
okPressed
protected void okPressed()
- Deprecated.
- Overrides:
okPressed
in class Dialog
setMessage
public void setMessage(String message)
- Deprecated.
- Overrides:
setMessage
in class SelectionDialog
createMessageArea
protected Label createMessageArea(Composite composite)
- Deprecated.
- Overrides:
createMessageArea
in class SelectionDialog
createContents
protected Control createContents(Composite parent)
- Deprecated.
- Overrides:
createContents
in class Dialog
setLastDatapool
public void setLastDatapool(com.ibm.rational.test.common.models.behavior.cbdata.DatapoolHarvester lastDatapool)
- Deprecated.
- Parameters:
lastDatapool
-
© Copyright IBM Corp. 2012. All rights reserved.