RSE
Release 1.0

Uses of Interface
org.eclipse.rse.ui.validators.ISystemValidator

Packages that use ISystemValidator
org.eclipse.rse.core.subsystems   
org.eclipse.rse.core.subsystems.util   
org.eclipse.rse.dstore.security.wizards   
org.eclipse.rse.files.ui   
org.eclipse.rse.files.ui.view   
org.eclipse.rse.files.ui.wizards   
org.eclipse.rse.shells.ui.view   
org.eclipse.rse.subsystems.files.core.subsystems   
org.eclipse.rse.subsystems.files.core.util   
org.eclipse.rse.subsystems.processes.core.subsystem.impl   
org.eclipse.rse.ui   
org.eclipse.rse.ui.actions   
org.eclipse.rse.ui.dialogs   
org.eclipse.rse.ui.filters   
org.eclipse.rse.ui.filters.dialogs   
org.eclipse.rse.ui.propertypages   
org.eclipse.rse.ui.validators   
org.eclipse.rse.ui.view   
org.eclipse.rse.ui.view.team   
org.eclipse.rse.ui.widgets   
org.eclipse.rse.ui.wizards   
 

Uses of ISystemValidator in org.eclipse.rse.core.subsystems
 

Methods in org.eclipse.rse.core.subsystems that return ISystemValidator
 ISystemValidator AbstractConnectorService.getUserIdValidator()
          Useful utility method.
 ISystemValidator AbstractConnectorService.getPasswordValidator()
          Useful utility method.
 ISystemValidator SubSystemConfiguration.getUserIdValidator()
          Return the validator for the userId.
 

Uses of ISystemValidator in org.eclipse.rse.core.subsystems.util
 

Methods in org.eclipse.rse.core.subsystems.util that return ISystemValidator
 ISystemValidator ISubSystemConfigurationAdapter.getUserIdValidator(ISubSystemConfiguration config)
          Return the validator for the userId.
 ISystemValidator ISubSystemConfigurationAdapter.getPasswordValidator(ISubSystemConfiguration confi)
          Return the validator for the password which is prompted for at runtime.
 ISystemValidator ISubSystemConfigurationAdapter.getPortValidator(ISubSystemConfiguration confi)
          Return the validator for the port.
 

Uses of ISystemValidator in org.eclipse.rse.dstore.security.wizards
 

Fields in org.eclipse.rse.dstore.security.wizards declared as ISystemValidator
protected  ISystemValidator SystemImportCertWizardMainPage.nameValidator
           
protected  ISystemValidator SystemImportCertWizardAliasPage.nameValidator
           
 

Uses of ISystemValidator in org.eclipse.rse.files.ui
 

Fields in org.eclipse.rse.files.ui declared as ISystemValidator
protected  ISystemValidator SystemFileFilterStringEditPane.pathValidator
           
protected  ISystemValidator SystemFileFilterStringEditPane.fileValidator
           
 

Uses of ISystemValidator in org.eclipse.rse.files.ui.view
 

Methods in org.eclipse.rse.files.ui.view that return ISystemValidator
 ISystemValidator SystemViewRemoteFileAdapter.getNameValidator(Object element)
          Return a validator for verifying the new name is correct.
 

Uses of ISystemValidator in org.eclipse.rse.files.ui.wizards
 

Fields in org.eclipse.rse.files.ui.wizards declared as ISystemValidator
protected  ISystemValidator SystemNewFileWizardMainPage.nameValidator
           
protected  ISystemValidator SystemFileNewConnectionWizardPage.portValidator
           
protected  ISystemValidator SystemNewFolderWizardMainPage.nameValidator
           
 

Methods in org.eclipse.rse.files.ui.wizards that return ISystemValidator
protected  ISystemValidator SystemFileNewConnectionWizardPage.getPortValidator()
          Get the port validator.
 

Uses of ISystemValidator in org.eclipse.rse.shells.ui.view
 

Fields in org.eclipse.rse.shells.ui.view declared as ISystemValidator
protected  ISystemValidator SystemCommandEditor.cmdValidator
           
 

Methods in org.eclipse.rse.shells.ui.view with parameters of type ISystemValidator
 void SystemCommandEditor.setCommandValidator(ISystemValidator cmdValidator)
          Set the command validator to validate contents per keystroke
 

Uses of ISystemValidator in org.eclipse.rse.subsystems.files.core.subsystems
 

Methods in org.eclipse.rse.subsystems.files.core.subsystems that return ISystemValidator
 ISystemValidator RemoteFileSubSystemConfiguration.getPathValidator()
          Return validator used in filter string dialog for the path part of the filter string.
 ISystemValidator RemoteFileSubSystemConfiguration.getFileFilterStringValidator()
          Return validator used in filter string dialog for the file part of the filter string By default, returns ValidatorFileFilterString.
 ISystemValidator IRemoteFileSubSystemConfiguration.getPathValidator()
          Return validator used in filter string dialog for the path part of the filter string
 ISystemValidator IRemoteFileSubSystemConfiguration.getFileFilterStringValidator()
          Return validator used in filter string dialog for the file part of the filter string
 

Uses of ISystemValidator in org.eclipse.rse.subsystems.files.core.util
 

Classes in org.eclipse.rse.subsystems.files.core.util that implement ISystemValidator
 class ValidatorFileFilterString
          This class is used in dialogs that prompt for file filter strings.
 class ValidatorFileUniqueName
          This class is used in dialogs that prompt for file or folder names, and those names need to be unique within a given folder.
 

Uses of ISystemValidator in org.eclipse.rse.subsystems.processes.core.subsystem.impl
 

Methods in org.eclipse.rse.subsystems.processes.core.subsystem.impl that return ISystemValidator
 ISystemValidator RemoteProcessSubSystemConfiguration.getPortValidator()
           
 

Uses of ISystemValidator in org.eclipse.rse.ui
 

Fields in org.eclipse.rse.ui declared as ISystemValidator
protected  ISystemValidator SystemProfileForm.nameValidator
           
protected  ISystemValidator[] SystemConnectionForm.nameValidators
           
protected  ISystemValidator SystemConnectionForm.hostValidator
           
protected  ISystemValidator SystemConnectionForm.userIdValidator
           
 

Methods in org.eclipse.rse.ui that return ISystemValidator
static ISystemValidator SystemConnectionForm.getConnectionNameValidator(IHost conn)
          Reusable method to return a name validator for renaming a connection.
static ISystemValidator SystemConnectionForm.getConnectionNameValidator(ISystemProfile profile)
          Reusable method to return a name validator for renaming a connection.
static ISystemValidator[] SystemConnectionForm.getConnectionNameValidators()
          Reusable method to return name validators for creating a connection.
 

Methods in org.eclipse.rse.ui with parameters of type ISystemValidator
 void SystemProfileForm.setNameValidators(ISystemValidator v)
          Call this to specify a validator for the profile name.
 void SystemConnectionForm.setConnectionNameValidators(ISystemValidator[] v)
          Call this to specify a validator for the connection name.
 void SystemConnectionForm.setHostNameValidator(ISystemValidator v)
          Call this to specify a validator for the hostname.
 void SystemConnectionForm.setUserIdValidator(ISystemValidator v)
          Call this to specify a validator for the userId.
 

Uses of ISystemValidator in org.eclipse.rse.ui.actions
 

Methods in org.eclipse.rse.ui.actions with parameters of type ISystemValidator
 void SystemStringPromptAction.setValidator(ISystemValidator inputValidator)
          Set validator to use to check validity of input
 void SystemCommonRenameAction.setNameValidator(ISystemValidator nameValidator)
          Set the validator for the new name,as supplied by the adaptor for name checking.
 

Uses of ISystemValidator in org.eclipse.rse.ui.dialogs
 

Fields in org.eclipse.rse.ui.dialogs declared as ISystemValidator
protected  ISystemValidator SystemPromptDialog.outputObjectValidator
           
 

Methods in org.eclipse.rse.ui.dialogs that return ISystemValidator
 ISystemValidator SystemRenameTableRow.getNameValidator()
          Return the validator for the new name,as supplied by the adaptor for this element type.
 

Methods in org.eclipse.rse.ui.dialogs with parameters of type ISystemValidator
 void SystemRenameDialog.setNameValidator(ISystemValidator nameValidator)
          Set the validator for the new name,as supplied by the adaptor for name checking.
protected  ValidatorUniqueString SystemRenameDialog.setUniqueNameValidator(Object inputElement, ISystemValidator nameValidator)
          Given an input element and externally-suppplied name validator for it, determine if we need to augment that validator with one that will check for uniqueness, and if so create and register that uniqueness validator
 void SystemRenameSingleDialog.setNameValidator(ISystemValidator nameValidator)
          Set the validator for the new name,as supplied by the adaptor for name checking.
protected  ValidatorUniqueString SystemRenameSingleDialog.getUniqueNameValidator(Object inputElement, ISystemValidator nameValidator)
          Given an input element and externally-suppplied name validator for it, determine if we need to augment that validator with one that will check for uniqueness, and if so create and return that uniqueness validator
 void SystemRenameTableProvider.setNameValidator(ISystemValidator nameValidator)
          Set the validator for the new name,as supplied by the adaptor for name checking.
 void SystemRenameTableRow.setNameValidator(ISystemValidator nameValidator)
          Set the validator for the new name,as supplied by the adaptor for name checking.
 void SystemCopyProfileDialog.setNameValidator(ISystemValidator nv)
          Set the name validator
 void ISystemPasswordPromptDialog.setUserIdValidator(ISystemValidator v)
          Call this to specify a validator for the userId.
 void ISystemPasswordPromptDialog.setPasswordValidator(ISystemValidator v)
          Call this to specify a validator for the password.
 void SystemPromptDialog.setOutputObjectValidator(ISystemValidator outputObjectValidator)
          If validation of the output object is desired, set the validator here.
 void SystemPasswordPromptDialog.setUserIdValidator(ISystemValidator v)
          Sets the validator for the userId.
 void SystemPasswordPromptDialog.setPasswordValidator(ISystemValidator v)
          Sets the validator for the password.
 

Constructors in org.eclipse.rse.ui.dialogs with parameters of type ISystemValidator
SystemRenameSingleDialog(Shell shell, boolean copyCollisionMode, Object inputObject, ISystemValidator nameValidator)
          Constructor with an input object and validator This constructor is in copy/move dialogs when there is a collision
 

Uses of ISystemValidator in org.eclipse.rse.ui.filters
 

Fields in org.eclipse.rse.ui.filters declared as ISystemValidator
protected  ISystemValidator SystemChangeFilterPane.filterStringValidator
           
 

Methods in org.eclipse.rse.ui.filters that return ISystemValidator
 ISystemValidator SystemChangeFilterPane.getFilterStringValidator()
          Return the result of SystemChangeFilterPane.setFilterStringValidator(ISystemValidator).
 

Methods in org.eclipse.rse.ui.filters with parameters of type ISystemValidator
 void SystemChangeFilterPane.setFilterStringValidator(ISystemValidator v)
          Configuration method
Call this to specify a validator for the filter string.
 

Uses of ISystemValidator in org.eclipse.rse.ui.filters.dialogs
 

Fields in org.eclipse.rse.ui.filters.dialogs declared as ISystemValidator
protected  ISystemValidator SystemNewFilterWizardNamePage.nameValidator
           
protected  ISystemValidator[] SystemNewFilterWizardNamePage.nameValidators
           
protected  ISystemValidator[] SystemFilterNewFilterPoolWizardDefaultMainPage.validatorsByManager
           
 

Methods in org.eclipse.rse.ui.filters.dialogs that return ISystemValidator
protected  ISystemValidator SystemNewFilterWizard.getFilterNameValidator(ISystemFilterContainer container)
          Extendable point for child classes.
static ISystemValidator SystemNewFilterWizard.getFilterNameValidator(ISystemFilterContainer container, ISystemFilter filter)
          Reusable method to return a name validator for renaming a filter.
 ISystemValidator SystemChangeFilterDialog.getFilterStringValidator()
          Return the result of SystemChangeFilterDialog.setFilterStringValidator(ISystemValidator).
 

Methods in org.eclipse.rse.ui.filters.dialogs with parameters of type ISystemValidator
 void SystemChangeFilterDialog.setFilterStringValidator(ISystemValidator v)
          Configuration method
Call this to specify a validator for the filter string.
 void SystemNewFilterWizardNamePage.setFilterNameValidator(ISystemValidator nameValidator)
          Set the validator to use to verify the filter name is correct
 void SystemNewFilterWizardNamePage.setAllowFilterPoolSelection(ISystemFilterPool[] poolsToSelectFrom, ISystemValidator[] nameValidators)
          Call if you want to allow the user to select the filter pool to create this filter in.
 void SystemNewFilterWizardNamePage.setAllowFilterPoolSelection(ISystemFilterPoolWrapperInformation poolWrappersToSelectFrom, ISystemValidator[] nameValidators)
          This is an alternative to SystemNewFilterWizardNamePage.setAllowFilterPoolSelection(ISystemFilterPool[], ISystemValidator[]) If you want to prompt the user for the parent filter pool to create this filter in, but want to not use the term "pool" say, you can use an array of euphamisms.
 void SystemFilterNewFilterPoolWizardMainPageInterface.setNameValidator(ISystemValidator v)
          Call this to specify a validator for the pool name.
 void SystemFilterNewFilterPoolWizardMainPageInterface.setNameValidators(ISystemValidator[] v)
          Even if you call setFilterPoolManagers and you really want your own validators, then call this.
 void SystemFilterNewFilterPoolWizardDefaultMainPage.setNameValidator(ISystemValidator v)
          Call this to specify a validator for the pool name.
 void SystemFilterNewFilterPoolWizardDefaultMainPage.setNameValidators(ISystemValidator[] v)
          Even if you call setFilterPoolManagers and you really want your own validators, then call this.
 

Uses of ISystemValidator in org.eclipse.rse.ui.propertypages
 

Fields in org.eclipse.rse.ui.propertypages declared as ISystemValidator
protected  ISystemValidator SystemFilterStringPropertyPage.filterStringValidator
           
protected  ISystemValidator SystemSubSystemPropertyPageCoreForm.portValidator
           
protected  ISystemValidator SystemSubSystemPropertyPageCoreForm.userIdValidator
           
protected  ISystemValidator SystemKeyValueFieldEditor.valueValidator
           
protected  ISystemValidator SystemKeyValueFieldEditor.defaultValueValidator
           
 

Methods in org.eclipse.rse.ui.propertypages with parameters of type ISystemValidator
 void SystemFilterStringPropertyPage.setFilterStringValidator(ISystemValidator v)
          Configuration method
Call this to specify a validator for the filter string.
 void SystemComboBoxFieldEditor.setValidator(ISystemValidator validator)
          If this combobox is editable, set the validator to use here per keystroke
 void SystemChangeFilterPropertyPage.setFilterStringValidator(ISystemValidator v)
          Configuration method
Call this to specify a validator for the filter string.
 void SystemStringFieldEditor.setValidator(ISystemValidator validator)
          Set the validator to use per keystroke.
 void SystemKeyValueFieldEditor.setValueValidator(ISystemValidator v)
          Call this to specify a validator for the value entry field.
 

Uses of ISystemValidator in org.eclipse.rse.ui.validators
 

Classes in org.eclipse.rse.ui.validators that implement ISystemValidator
 class ValidatorArchiveName
           
 class ValidatorCompileCommandLabel
          This class is used to verify a user defined compile command's label
 class ValidatorConnectionName
          This class is used in dialogs that prompt for a connection alias name.
 class ValidatorFileName
          This class is used in dialogs that prompt for a name that eventually needs to become a file on disk.
 class ValidatorFilterName
          This class is used in dialogs that prompt for filter name.
 class ValidatorFilterPoolName
          This class is used in dialogs that prompt for filter name.
 class ValidatorFilterString
          This class is used in dialogs that prompt for filter strings.
 class ValidatorFolderName
          This class is used in dialogs that prompt for a name that eventually needs to become a folder.
 class ValidatorIntegerInput
          For editable numeric properties.
 class ValidatorIntegerRangeInput
          For editable integer numbers that must be within a certain range to be valid
 class ValidatorLocalPath
          This class is used in dialogs that prompt for a local directory path.
 class ValidatorLongInput
          For editable large numeric properties.
 class ValidatorLongRangeInput
          For editable long numbers that must be within a certain range to be valid
 class ValidatorPathName
          This class is used in dialogs that prompt for a name that eventually needs to become a folder path.
 class ValidatorPortInput
          For editable port number properties.
 class ValidatorProfileName
          This class is used in dialogs that prompt for a profile name.
 class ValidatorServerPortInput
           
 class ValidatorSourceType
          This class is used to verify a user-entered source type.
 class 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.
 class ValidatorSystemName
          This class is used in dialogs that prompt for an alias name.
 class ValidatorUniqueString
          This class is used in dialogs that prompt for a string that has to be unique.
 class ValidatorUserActionCommand
          This class is used to verify a user defined action's command
 class ValidatorUserActionComment
          This class is used to verify a user defined action's comment
 class ValidatorUserActionName
          This class is used to verify a user defined action's name.
 class ValidatorUserId
          This class is used in dialogs that prompt for a userId.
 class ValidatorUserTypeName
          This class is used to verify a user defined type's name.
 class ValidatorUserTypeTypes
          This class is used to verify a user defined action's comment
 

Fields in org.eclipse.rse.ui.validators declared as ISystemValidator
protected  ISystemValidator ValidatorUniqueString.syntaxValidator
           
 

Constructors in org.eclipse.rse.ui.validators with parameters of type ISystemValidator
ValidatorUniqueString(Vector existingList, boolean caseSensitive, ISystemValidator syntaxValidator)
          Constructor accepting a Vector and another validator to use for the syntax checking.
ValidatorUniqueString(String[] existingList, boolean caseSensitive, ISystemValidator syntaxValidator)
          Constructor accepting an Array and another validator to use for the syntax checking.
 

Uses of ISystemValidator in org.eclipse.rse.ui.view
 

Methods in org.eclipse.rse.ui.view that return ISystemValidator
 ISystemValidator SystemViewFilterPoolReferenceAdapter.getNameValidator(Object element)
          Return a validator for verifying the new name is correct.
 ISystemValidator SystemViewConnectionAdapter.getNameValidator(Object element)
          Return a validator for verifying the new name is correct.
 ISystemValidator SystemViewRootInputAdapter.getNameValidator(Object element)
          Return a validator for verifying the new name is correct.
 ISystemValidator SystemViewFilterPoolAdapter.getNameValidator(Object element)
          Return a validator for verifying the new name is correct.
 ISystemValidator AbstractSystemViewAdapter.getNameValidator(Object element)
          Overridable by subclasses, and usually is iff canRename is.
 ISystemValidator SystemViewFilterReferenceAdapter.getNameValidator(Object element)
          Return a validator for verifying the new name is correct.
 ISystemValidator SystemViewScratchpadAdapter.getNameValidator(Object element)
          Return a validator for verifying the new name is correct.
 ISystemValidator ISystemViewElementAdapter.getNameValidator(Object element)
          Return a validator for verifying the new name is correct.
 ISystemValidator SystemViewFilterAdapter.getNameValidator(Object element)
          Return a validator for verifying the new name is correct.
 ISystemValidator SystemViewSubSystemAdapter.getNameValidator(Object element)
          Return a validator for verifying the new name is correct on a rename action.
 ISystemValidator SubSystemConfigurationAdapter.getPasswordValidator(ISubSystemConfiguration configuration)
          Return the validator for the password which is prompted for at runtime.
 ISystemValidator SubSystemConfigurationAdapter.getPortValidator(ISubSystemConfiguration configuration)
          Return the validator for the port.
 ISystemValidator SubSystemConfigurationAdapter.getUserIdValidator(ISubSystemConfiguration config)
           
 

Uses of ISystemValidator in org.eclipse.rse.ui.view.team
 

Methods in org.eclipse.rse.ui.view.team that return ISystemValidator
 ISystemValidator SystemTeamViewProfileAdapter.getNameValidator(Object element)
          Return a validator for verifying the new name is correct.
 

Uses of ISystemValidator in org.eclipse.rse.ui.widgets
 

Fields in org.eclipse.rse.ui.widgets declared as ISystemValidator
protected  ISystemValidator SystemPortPrompt.portValidator
           
 

Methods in org.eclipse.rse.ui.widgets with parameters of type ISystemValidator
protected  void SystemPortPrompt.init(Composite composite_prompts, ISystemMessageLine msgLine, boolean wantLabel, boolean isPortEditable, int existingPortValue, ISystemValidator portValidator)
          Initialize vars, create and init prompts
 

Constructors in org.eclipse.rse.ui.widgets with parameters of type ISystemValidator
SystemPortPrompt(Composite parent, int style, ISystemMessageLine msgLine, boolean wantLabel, boolean isPortEditable, int existingPortValue, ISystemValidator portValidator)
          Constructor when you want a new composite to hold the child controls
SystemPortPrompt(Composite composite_prompts, ISystemMessageLine msgLine, boolean wantLabel, boolean isPortEditable, int existingPortValue, ISystemValidator portValidator)
          Constructor when you have an existing composite to hold the child controls
 

Uses of ISystemValidator in org.eclipse.rse.ui.wizards
 

Fields in org.eclipse.rse.ui.wizards declared as ISystemValidator
protected  ISystemValidator SystemNewProfileWizardMainPage.nameValidator
           
 

Methods in org.eclipse.rse.ui.wizards with parameters of type ISystemValidator
 void SystemNewConnectionWizardDefaultMainPage.setConnectionNameValidators(ISystemValidator[] v)
          Call this to specify a validator for the connection name.
 void SystemNewConnectionWizardDefaultMainPage.setHostNameValidator(ISystemValidator v)
          Call this to specify a validator for the hostname.
 void SystemNewConnectionWizardDefaultMainPage.setUserIdValidator(ISystemValidator v)
          Call this to specify a validator for the userId.
 void RSENewConnectionWizardDefaultDelegateMainPage.setConnectionNameValidators(ISystemValidator[] v)
          Call this to specify a validator for the connection name.
 void RSENewConnectionWizardDefaultDelegateMainPage.setHostNameValidator(ISystemValidator v)
          Call this to specify a validator for the hostname.
 void RSENewConnectionWizardDefaultDelegateMainPage.setUserIdValidator(ISystemValidator v)
          Call this to specify a validator for the userId.
 void ISystemNewConnectionWizardMainPage.setConnectionNameValidators(ISystemValidator[] v)
          Call this to specify a validator for the connection name.
 void ISystemNewConnectionWizardMainPage.setHostNameValidator(ISystemValidator v)
          Call this to specify a validator for the hostname.
 void ISystemNewConnectionWizardMainPage.setUserIdValidator(ISystemValidator v)
          Call this to specify a validator for the userId.
 


RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.