RSE
Release 1.0

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

Packages that use IValidatorRemoteSelection
org.eclipse.rse.files.ui.actions   
org.eclipse.rse.files.ui.dialogs   
org.eclipse.rse.files.ui.widgets   
org.eclipse.rse.ui.actions   
org.eclipse.rse.ui.dialogs   
org.eclipse.rse.ui.validators   
org.eclipse.rse.ui.view   
org.eclipse.rse.ui.view.search   
 

Uses of IValidatorRemoteSelection in org.eclipse.rse.files.ui.actions
 

Classes in org.eclipse.rse.files.ui.actions that implement IValidatorRemoteSelection
 class SystemCombineAction
           
 class SystemConvertAction
           
 class SystemCopyRemoteFileAction
          Copy selected files and folders action.
 class SystemExtractToAction
           
 class SystemMoveRemoteFileAction
          Move selected files and folders action.
 

Methods in org.eclipse.rse.files.ui.actions with parameters of type IValidatorRemoteSelection
 void SystemSelectRemoteFolderAction.setSelectionValidator(IValidatorRemoteSelection selectionValidator)
          Specify a validator to use when the user selects a remote file or folder.
 void SystemRemoteFileSelectAction.setSelectionValidator(IValidatorRemoteSelection selectionValidator)
          Specify a validator to use when the user selects a remote file or folder.
 void SystemSelectRemoteFileAction.setSelectionValidator(IValidatorRemoteSelection selectionValidator)
          Specify a validator to use when the user selects a remote file or folder.
 

Uses of IValidatorRemoteSelection in org.eclipse.rse.files.ui.dialogs
 

Methods in org.eclipse.rse.files.ui.dialogs with parameters of type IValidatorRemoteSelection
 void SystemSelectRemoteFileOrFolderDialog.setSelectionValidator(IValidatorRemoteSelection selectionValidator)
          Specify a validator to use when the user selects a remote file or folder.
 

Uses of IValidatorRemoteSelection in org.eclipse.rse.files.ui.widgets
 

Fields in org.eclipse.rse.files.ui.widgets declared as IValidatorRemoteSelection
protected  IValidatorRemoteSelection SystemSelectRemoteFileOrFolderForm.selectionValidator
           
 

Methods in org.eclipse.rse.files.ui.widgets with parameters of type IValidatorRemoteSelection
 void SystemSelectRemoteFileOrFolderForm.setSelectionValidator(IValidatorRemoteSelection selectionValidator)
          Specify a validator to use when the user selects a remote file or folder.
 

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

Classes in org.eclipse.rse.ui.actions that implement IValidatorRemoteSelection
 class SystemCopyToClipboardAction
          Copy selected objects to clipboard action.
 class SystemPasteFromClipboardAction
          Paste resources in system clipboard to the selected resource action.
 

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

Methods in org.eclipse.rse.ui.dialogs with parameters of type IValidatorRemoteSelection
 void SystemRemoteResourceDialog.setSelectionValidator(IValidatorRemoteSelection validator)
           
 

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

Classes in org.eclipse.rse.ui.validators that implement IValidatorRemoteSelection
 class 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.
 

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

Methods in org.eclipse.rse.ui.view with parameters of type IValidatorRemoteSelection
 void SystemResourceSelectionForm.setSelectionValidator(IValidatorRemoteSelection selectionValidator)
          Specify a validator to use when the user selects a remote file or folder.
 

Uses of IValidatorRemoteSelection in org.eclipse.rse.ui.view.search
 

Classes in org.eclipse.rse.ui.view.search that implement IValidatorRemoteSelection
 class SystemSearchCopyToClipboardAction
          Action that copies objects selected in Remote Search view to clipboard.
 


RSE
Release 1.0

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