Remote Systems
v6.4.1

Package com.ibm.etools.systems.core.ui.validators

Interface Summary
ISystemValidator Our validators need to support querying max length, for generic rename dialogs.
ISystemValidatorUniqueString This interface is implemented by any validator that does uniqueness checking.
IValidatorRemoteSelection On remote selection dialogs, you can pass an implementation of this interface to validate that it is ok to enable the OK button when the user selects a remote object.
 

Class Summary
SystemNumericVerifyListener A class that only allows keys representing numeric values to be entered.
ValidatorArchiveName  
ValidatorCompileCommandLabel This class is used to verify a user defined compile command's label
ValidatorConnectionName This class is used in dialogs that prompt for a connection alias name.
ValidatorFileName This class is used in dialogs that prompt for a name that eventually needs to become a file on disk.
ValidatorFilterName This class is used in dialogs that prompt for filter name.
ValidatorFilterPoolName This class is used in dialogs that prompt for filter name.
ValidatorFilterString This class is used in dialogs that prompt for filter strings.
ValidatorFolderName This class is used in dialogs that prompt for a name that eventually needs to become a folder.
ValidatorIntegerInput For editable numeric properties.
ValidatorIntegerRangeInput For editable integer numbers that must be within a certain range to be valid
ValidatorLocalPath This class is used in dialogs that prompt for a local directory path.
ValidatorLongInput For editable large numeric properties.
ValidatorLongRangeInput For editable long numbers that must be within a certain range to be valid
ValidatorPathName This class is used in dialogs that prompt for a name that eventually needs to become a folder path.
ValidatorPortInput For editable port number properties.
ValidatorProfileName This class is used in dialogs that prompt for a profile name.
ValidatorRemoteSelection On remote selection dialogs, you can pass an instance of this class to validate that it is ok to enable the OK button when the user selects a remote object.
ValidatorServerPortInput  
ValidatorSourceType This class is used to verify a user-entered source type.
ValidatorSpecialChar This class is used in dialogs that prompt for string, where the string is not allowed to content special characters, as supplied to this class.
ValidatorSystemName This class is used in dialogs that prompt for an alias name.
ValidatorUniqueString This class is used in dialogs that prompt for a string that has to be unique.
ValidatorUserActionCommand This class is used to verify a user defined action's command
ValidatorUserActionComment This class is used to verify a user defined action's comment
ValidatorUserActionName This class is used to verify a user defined action's name.
ValidatorUserId This class is used in dialogs that prompt for a userId.
ValidatorUserTypeName This class is used to verify a user defined type's name.
ValidatorUserTypeTypes This class is used to verify a user defined action's comment
 


Remote Systems
v6.4.1

Copyright © 2005 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.