|
RSE Release 1.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ValidatorUniqueString | |
|---|---|
| org.eclipse.rse.subsystems.files.core.util | |
| org.eclipse.rse.ui.dialogs | |
| org.eclipse.rse.ui.validators | |
| Uses of ValidatorUniqueString in org.eclipse.rse.subsystems.files.core.util |
|---|
| Subclasses of ValidatorUniqueString in org.eclipse.rse.subsystems.files.core.util | |
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 ValidatorUniqueString in org.eclipse.rse.ui.dialogs |
|---|
| Methods in org.eclipse.rse.ui.dialogs that return ValidatorUniqueString | |
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 |
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 |
ValidatorUniqueString |
SystemRenameTableRow.getUniqueNameValidator()
Return the uniqueness validator for the new name,as supplied by the call to setUniqueNameValidator |
| Methods in org.eclipse.rse.ui.dialogs with parameters of type ValidatorUniqueString | |
void |
SystemRenameTableRow.setUniqueNameValidator(ValidatorUniqueString uniqueNameValidator)
Set the uniqueness validator for the new name,as supplied by the remote adaptor. |
| Uses of ValidatorUniqueString in org.eclipse.rse.ui.validators |
|---|
| Subclasses of ValidatorUniqueString in org.eclipse.rse.ui.validators | |
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 |
ValidatorLocalPath
This class is used in dialogs that prompt for a local directory path. |
class |
ValidatorPathName
This class is used in dialogs that prompt for a name that eventually needs to become a folder path. |
class |
ValidatorProfileName
This class is used in dialogs that prompt for a profile name. |
class |
ValidatorSourceType
This class is used to verify a user-entered source type. |
class |
ValidatorSystemName
This class is used in dialogs that prompt for an alias name. |
class |
ValidatorUserActionName
This class is used to verify a user defined action's name. |
class |
ValidatorUserTypeName
This class is used to verify a user defined type's name. |
|
RSE Release 1.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||