Rational Developer for i
7.5.0

com.ibm.etools.systems.as400.debug.launchconfig.ui
Class IDEALInputDialog

java.lang.Object
  extended by Dialog
      extended by com.ibm.etools.iseries.rse.ui.preferences.InputDialog
          extended by com.ibm.etools.systems.as400.debug.launchconfig.ui.IDEALInputDialog

public class IDEALInputDialog
extends InputDialog


Field Summary
 
Fields inherited from class com.ibm.etools.iseries.rse.ui.preferences.InputDialog
_iTextLimit, Copyright, errorMessageLabel, helpContext, message, okButton, text, title, tooltipText, validator, value
 
Constructor Summary
IDEALInputDialog(Shell parentShell, String dialogTitle, String dialogMessage, String initialValue, String tooltip, String helpContext, IInputValidator validator)
           
 
Method Summary
protected  Control createDialogArea(Composite parent)
           
protected  void validateInput()
          Validates the input.
 
Methods inherited from class com.ibm.etools.iseries.rse.ui.preferences.InputDialog
buttonPressed, configureShell, createButtonsForButtonBar, getErrorMessageLabel, getOkButton, getText, getValidator, getValue, setTextLimit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDEALInputDialog

public IDEALInputDialog(Shell parentShell,
                        String dialogTitle,
                        String dialogMessage,
                        String initialValue,
                        String tooltip,
                        String helpContext,
                        IInputValidator validator)
Method Detail

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

Rational Developer for i
7.5.0

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.