com.ibm.etools.systems.as400.debug.launchconfig.ui
Class IDEALInputDialog
java.lang.Object
Dialog
com.ibm.etools.iseries.rse.ui.preferences.InputDialog
com.ibm.etools.systems.as400.debug.launchconfig.ui.IDEALInputDialog
public class IDEALInputDialog
- extends InputDialog
| Fields inherited from class com.ibm.etools.iseries.rse.ui.preferences.InputDialog |
_iTextLimit, Copyright, errorMessageLabel, helpContext, message, okButton, text, title, tooltipText, validator, value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDEALInputDialog
public IDEALInputDialog(Shell parentShell,
String dialogTitle,
String dialogMessage,
String initialValue,
String tooltip,
String helpContext,
IInputValidator validator)
createDialogArea
protected Control createDialogArea(Composite parent)
- Overrides:
createDialogArea in class InputDialog
validateInput
protected void validateInput()
- Description copied from class:
InputDialog
- Validates the input.
The default implementation of this framework method
delegates the request to the supplied input validator object;
if it finds the input invalid, the error message is displayed
in the dialog's message line.
This hook method is called whenever the text changes in the
input field.
- Overrides:
validateInput in class InputDialog
Copyright 2009 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.