RSE
Release 3.4
A B C D E F G H I K L M N O P Q R S T U V W X _

V

valid - Variable in class org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFileOrFolderForm
 
validate(ISystemFilterPool) - Method in interface org.eclipse.rse.core.filters.ISystemFilterPoolSelectionValidator
Validate the given selection.
validate(ICredentials) - Method in interface org.eclipse.rse.ui.dialogs.ICredentialsValidator
Verify if credentials are valid.
validate() - Method in class org.eclipse.rse.ui.propertypages.SystemComboBoxFieldEditor
Validate contents of combo field
validate() - Method in class org.eclipse.rse.ui.propertypages.SystemStringFieldEditor
Validate contents of text field
validate(String) - Method in interface org.eclipse.rse.ui.validators.ISystemValidator
For convenience, this is a shortcut to calling: if (isValid(text) !
validate(String) - Method in class org.eclipse.rse.ui.validators.ValidatorIntegerInput
For convenience, this is a shortcut to calling: if (isValid(text) !
validate(String) - Method in class org.eclipse.rse.ui.validators.ValidatorLongInput
For convenience, this is a shortcut to calling: if (isValid(text) !
validate(String) - Method in class org.eclipse.rse.ui.validators.ValidatorSpecialChar
For convenience, this is a shortcut to calling: if (isValid(text) !
validate(String) - Method in class org.eclipse.rse.ui.validators.ValidatorUniqueString
For convenience, this is a shortcut to calling: if (isValid(text) !
validateCommand() - Method in class org.eclipse.rse.shells.ui.view.SystemCommandEditor
Validate command input
validateConnectionNameInput(boolean) - Method in class org.eclipse.rse.ui.SystemConnectionForm
This hook method is called whenever the text changes in the input field.
validateDrop(Object, Object, boolean) - Method in interface org.eclipse.rse.core.subsystems.ISystemDragDropAdapter
Return true if it is valid for the src object to be dropped in the target
validateDrop(ISystemResourceSet, Object, boolean) - Method in interface org.eclipse.rse.core.subsystems.ISystemDragDropAdapter
Return true if it is valid for the src objects to be dropped in the target
validateDrop(Object, Object, boolean) - Method in class org.eclipse.rse.shells.ui.view.SystemViewRemoteOutputAdapter
Return true if it is valid for the src object to be dropped in the target
validateDrop(Object, Object, boolean) - Method in class org.eclipse.rse.ui.view.AbstractSystemViewAdapter
Return true if it is valid for the src object to be dropped in the target.
validateDrop(ISystemResourceSet, Object, boolean) - Method in class org.eclipse.rse.ui.view.AbstractSystemViewAdapter
 
validateFileInput() - Method in class org.eclipse.rse.files.ui.widgets.SystemFileFilterStringEditPane
This hook method is called whenever the text changes in the input field.
validateFileType(String) - Method in class org.eclipse.rse.ui.dialogs.SystemSelectFileTypesDialog
Validate the user input for a file type
validateFolderInput() - Method in class org.eclipse.rse.files.ui.widgets.SystemFileFilterStringEditPane
This hook method is called whenever the text changes in the input field.
validateGidInput() - Method in class org.eclipse.rse.processes.ui.SystemProcessFilterStringEditPane
This hook method is called whenever the text changes in the input field.
validateHostNameInput() - Method in class org.eclipse.rse.ui.SystemConnectionForm
This hook method is called whenever the text changes in the input field.
validateMaxVMInput() - Method in class org.eclipse.rse.processes.ui.SystemProcessFilterStringEditPane
This hook method is called whenever the text changes in the input field.
validateMinLessThanMax() - Method in class org.eclipse.rse.processes.ui.SystemProcessFilterStringEditPane
This hook method is called whenever the text changes in the input field.
validateMinVMInput() - Method in class org.eclipse.rse.processes.ui.SystemProcessFilterStringEditPane
This hook method is called whenever the text changes in the input field.
validateNameInput(Text) - Method in class org.eclipse.rse.processes.ui.SystemProcessFilterStringEditPane
This hook method is called whenever the text changes in the input field.
validateNameInput() - Method in class org.eclipse.rse.ui.dialogs.SystemRenameSingleDialog
Called directly as user types.
validateNameInput(String) - Method in class org.eclipse.rse.ui.dialogs.SystemRenameSingleDialog
Called directly from verify.
validateNameInput() - Method in class org.eclipse.rse.ui.filters.dialogs.SystemNewFilterWizardNamePage
This hook method is called whenever the text changes in the filter name input field.
validateNameInput() - Method in class org.eclipse.rse.ui.wizards.SystemNewProfileWizardMainPage
This hook method is called whenever the text changes in the input field.
validateNameNotInUse(String, Shell) - Static method in class org.eclipse.rse.ui.validators.ValidatorConnectionName
Validate the given connection name is not already used in any profile.
validatePasswordInput() - Method in class org.eclipse.rse.ui.dialogs.SystemChangePasswordDialog
This hook method is called whenever the text changes in the password input fields.
validatePortInput() - Method in class org.eclipse.rse.ui.widgets.SystemPortPrompt
Validate port value per keystroke
validateStringInput() - Method in class org.eclipse.rse.ui.filters.SystemFilterStringEditPane
Overridable lifecycle method.
validateUserIdInput() - Method in class org.eclipse.rse.ui.propertypages.SystemSubSystemPropertyPageCoreForm
Validate user id value per keystroke
validateUserIdInput() - Method in class org.eclipse.rse.ui.SystemConnectionForm
This hook method is called whenever the text changes in the input field.
validateValueInput() - Method in class org.eclipse.rse.ui.propertypages.SystemKeyValueFieldEditor
This hook method is called whenever the text changes in the input field.
validator - Variable in class org.eclipse.rse.files.ui.widgets.SaveAsForm
 
ValidatorArchiveName - Class in org.eclipse.rse.ui.validators
 
ValidatorArchiveName(Collection) - Constructor for class org.eclipse.rse.ui.validators.ValidatorArchiveName
 
ValidatorArchiveName(String[]) - Constructor for class org.eclipse.rse.ui.validators.ValidatorArchiveName
 
ValidatorArchiveName() - Constructor for class org.eclipse.rse.ui.validators.ValidatorArchiveName
 
ValidatorConnectionName - Class in org.eclipse.rse.ui.validators
This class is used in dialogs that prompt for a connection alias name.
ValidatorConnectionName(Collection) - Constructor for class org.eclipse.rse.ui.validators.ValidatorConnectionName
Constructor.
ValidatorFactory - Class in org.eclipse.rse.ui.validators
This class constructs validators for various bits of the user interface.
ValidatorFactory() - Constructor for class org.eclipse.rse.ui.validators.ValidatorFactory
 
ValidatorFileFilterString - Class in org.eclipse.rse.subsystems.files.core.util
This class is used in dialogs that prompt for file filter strings.
ValidatorFileFilterString(IRemoteFileSubSystemConfiguration, Vector) - Constructor for class org.eclipse.rse.subsystems.files.core.util.ValidatorFileFilterString
Constructor accepting a Vector for the list of existing names.
ValidatorFileFilterString(IRemoteFileSubSystemConfiguration, String[]) - Constructor for class org.eclipse.rse.subsystems.files.core.util.ValidatorFileFilterString
Constructor accepting an Array for the list of existing names.
ValidatorFileFilterString(IRemoteFileSubSystemConfiguration) - Constructor for class org.eclipse.rse.subsystems.files.core.util.ValidatorFileFilterString
Use this constructor when the name need not be unique, and you just want the syntax checking.
ValidatorFileName - Class in org.eclipse.rse.ui.validators
This class is used in dialogs that prompt for a name that eventually needs to become a file on disk.
ValidatorFileName(Collection) - Constructor for class org.eclipse.rse.ui.validators.ValidatorFileName
Use this constructor when the name must be unique.
ValidatorFileName(String[]) - Constructor for class org.eclipse.rse.ui.validators.ValidatorFileName
Use this constructor when the name must be unique.
ValidatorFileName() - Constructor for class org.eclipse.rse.ui.validators.ValidatorFileName
Use this constructor when the name need not be unique, and you just want the syntax checking.
ValidatorFileUniqueName - Class in org.eclipse.rse.subsystems.files.core.util
This class is used in dialogs that prompt for file or folder names, and those names need to be unique within a given folder.
ValidatorFileUniqueName(Shell, IRemoteFile, boolean) - Constructor for class org.eclipse.rse.subsystems.files.core.util.ValidatorFileUniqueName
Constructor
ValidatorFilterName - Class in org.eclipse.rse.ui.validators
This class is used in dialogs that prompt for filter name.
ValidatorFilterName(Collection) - Constructor for class org.eclipse.rse.ui.validators.ValidatorFilterName
Constructor accepting a Collection.
ValidatorFilterName(String[]) - Constructor for class org.eclipse.rse.ui.validators.ValidatorFilterName
Constructor accepting an Array.
ValidatorFilterPoolName - Class in org.eclipse.rse.ui.validators
This class is used in dialogs that prompt for filter name.
ValidatorFilterPoolName(Collection) - Constructor for class org.eclipse.rse.ui.validators.ValidatorFilterPoolName
Constructor accepting a Collection.
ValidatorFilterPoolName(String[]) - Constructor for class org.eclipse.rse.ui.validators.ValidatorFilterPoolName
Constructor accepting an Array.
ValidatorFilterString - Class in org.eclipse.rse.ui.validators
This class is used in dialogs that prompt for filter strings.
ValidatorFilterString(Collection, boolean) - Constructor for class org.eclipse.rse.ui.validators.ValidatorFilterString
Constructor accepting a collection of existing strings, as simple strings.
ValidatorFilterString(String[], boolean) - Constructor for class org.eclipse.rse.ui.validators.ValidatorFilterString
Constructor accepting an Array for the list of existing strings, as simple strings.
ValidatorFilterString(ISystemFilterString[], boolean) - Constructor for class org.eclipse.rse.ui.validators.ValidatorFilterString
Constructor accepting an Array for the list of existing strings, as actual filter strings.
ValidatorFilterString(boolean) - Constructor for class org.eclipse.rse.ui.validators.ValidatorFilterString
Use this constructor when the name need not be unique, and you just want the syntax checking.
ValidatorFolderName - Class in org.eclipse.rse.ui.validators
This class is used in dialogs that prompt for a name that eventually needs to become a folder.
ValidatorFolderName(Collection) - Constructor for class org.eclipse.rse.ui.validators.ValidatorFolderName
Use this constructor when the name must be unique.
ValidatorFolderName(String[]) - Constructor for class org.eclipse.rse.ui.validators.ValidatorFolderName
Use this constructor when the name must be unique.
ValidatorFolderName() - Constructor for class org.eclipse.rse.ui.validators.ValidatorFolderName
Use this constructor when the name need not be unique, and you just want the syntax checking.
ValidatorIntegerInput - Class in org.eclipse.rse.ui.validators
For editable numeric properties.
ValidatorIntegerInput() - Constructor for class org.eclipse.rse.ui.validators.ValidatorIntegerInput
Constructor to use when the default error messages are ok
ValidatorIntegerInput(SystemMessage) - Constructor for class org.eclipse.rse.ui.validators.ValidatorIntegerInput
Constructor to use when wanting to specify the "value required" error message, but use the default for the "Value not valid" error message
ValidatorIntegerInput(SystemMessage, SystemMessage) - Constructor for class org.eclipse.rse.ui.validators.ValidatorIntegerInput
Constructor to use when wanting to specify both error messages
ValidatorIntegerRangeInput - Class in org.eclipse.rse.ui.validators
For editable integer numbers that must be within a certain range to be valid
ValidatorIntegerRangeInput(int, int) - Constructor for class org.eclipse.rse.ui.validators.ValidatorIntegerRangeInput
Constructor when an empty field is not allowed (will result in an error message)
ValidatorIntegerRangeInput(int, int, boolean) - Constructor for class org.eclipse.rse.ui.validators.ValidatorIntegerRangeInput
Constructor when an empty field is allowed.
ValidatorLocalPath - Class in org.eclipse.rse.ui.validators
This class is used in dialogs that prompt for a local directory path.
ValidatorLocalPath(Collection) - Constructor for class org.eclipse.rse.ui.validators.ValidatorLocalPath
Constructor for ValidatorLocalPath
ValidatorLocalPath(String[]) - Constructor for class org.eclipse.rse.ui.validators.ValidatorLocalPath
Constructor for ValidatorLocalPath
ValidatorLocalPath() - Constructor for class org.eclipse.rse.ui.validators.ValidatorLocalPath
Constructor for ValidatorLocalPath
ValidatorLongInput - Class in org.eclipse.rse.ui.validators
For editable large numeric properties.
ValidatorLongInput() - Constructor for class org.eclipse.rse.ui.validators.ValidatorLongInput
Constructor to use when the default error messages are ok
ValidatorLongInput(SystemMessage) - Constructor for class org.eclipse.rse.ui.validators.ValidatorLongInput
Constructor to use when wanting to specify the "value required" error message, but use the default for the "Value not valid" error message
ValidatorLongInput(SystemMessage, SystemMessage) - Constructor for class org.eclipse.rse.ui.validators.ValidatorLongInput
Constructor to use when wanting to specify both error messages
ValidatorLongRangeInput - Class in org.eclipse.rse.ui.validators
For editable long numbers that must be within a certain range to be valid
ValidatorLongRangeInput(long, long) - Constructor for class org.eclipse.rse.ui.validators.ValidatorLongRangeInput
Constructor when an empty field is not allowed (will result in an error message)
ValidatorLongRangeInput(long, long, boolean) - Constructor for class org.eclipse.rse.ui.validators.ValidatorLongRangeInput
Constructor when an empty field is allowed.
ValidatorPathName - Class in org.eclipse.rse.ui.validators
This class is used in dialogs that prompt for a name that eventually needs to become a folder path.
ValidatorPathName(Collection) - Constructor for class org.eclipse.rse.ui.validators.ValidatorPathName
Use this constructor when the name must be unique.
ValidatorPathName(String[]) - Constructor for class org.eclipse.rse.ui.validators.ValidatorPathName
Use this constructor when the name must be unique.
ValidatorPathName() - Constructor for class org.eclipse.rse.ui.validators.ValidatorPathName
Use this constructor when the name need not be unique, and you just want the syntax checking.
ValidatorPortInput - Class in org.eclipse.rse.ui.validators
For editable port number properties.
ValidatorPortInput() - Constructor for class org.eclipse.rse.ui.validators.ValidatorPortInput
 
ValidatorProfileName - Class in org.eclipse.rse.ui.validators
This class is used in dialogs that prompt for a profile name.
ValidatorProfileName(Collection) - Constructor for class org.eclipse.rse.ui.validators.ValidatorProfileName
The collection of existing names can be null if this is not a rename operation.
ValidatorRemoteSelection - Class in org.eclipse.rse.ui.validators
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.
ValidatorRemoteSelection() - Constructor for class org.eclipse.rse.ui.validators.ValidatorRemoteSelection
 
ValidatorServerPortInput - Class in org.eclipse.rse.ui.validators
 
ValidatorServerPortInput() - Constructor for class org.eclipse.rse.ui.validators.ValidatorServerPortInput
 
ValidatorSourceType - Class in org.eclipse.rse.ui.validators
This class is used to verify a user-entered source type.
ValidatorSourceType(boolean) - Constructor for class org.eclipse.rse.ui.validators.ValidatorSourceType
Constructor.
ValidatorSpecialChar - Class in org.eclipse.rse.ui.validators
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.
ValidatorSpecialChar(String, boolean) - Constructor for class org.eclipse.rse.ui.validators.ValidatorSpecialChar
Constructor
ValidatorSpecialChar(String, boolean, SystemMessage) - Constructor for class org.eclipse.rse.ui.validators.ValidatorSpecialChar
Constructor
ValidatorSpecialChar(String, boolean, SystemMessage, SystemMessage) - Constructor for class org.eclipse.rse.ui.validators.ValidatorSpecialChar
Constructor
ValidatorSystemName - Class in org.eclipse.rse.ui.validators
This class is used in dialogs that prompt for an alias name.
ValidatorSystemName(Collection) - Constructor for class org.eclipse.rse.ui.validators.ValidatorSystemName
Use this constructor when the name must be unique.
ValidatorSystemName(String[]) - Constructor for class org.eclipse.rse.ui.validators.ValidatorSystemName
Use this constructor when the name must be unique.
ValidatorSystemName() - Constructor for class org.eclipse.rse.ui.validators.ValidatorSystemName
Use this constructor when the name need not be unique, and you just want the syntax checking.
ValidatorUniqueString - Class in org.eclipse.rse.ui.validators
This class is used in dialogs that prompt for a string that has to be unique.
ValidatorUniqueString(Collection, boolean) - Constructor for class org.eclipse.rse.ui.validators.ValidatorUniqueString
 
ValidatorUniqueString(String[], boolean) - Constructor for class org.eclipse.rse.ui.validators.ValidatorUniqueString
Constructor accepting an Array.
ValidatorUniqueString(Collection, boolean, ISystemValidator) - Constructor for class org.eclipse.rse.ui.validators.ValidatorUniqueString
Constructor accepting a collection and another validator to use for the syntax checking.
ValidatorUniqueString(String[], boolean, ISystemValidator) - Constructor for class org.eclipse.rse.ui.validators.ValidatorUniqueString
Constructor accepting an Array and another validator to use for the syntax checking.
ValidatorUserId - Class in org.eclipse.rse.ui.validators
This class is used in dialogs that prompt for a userId.
ValidatorUserId(boolean) - Constructor for class org.eclipse.rse.ui.validators.ValidatorUserId
Constructor
validSystemTypes - Variable in class org.eclipse.rse.ui.SystemConnectionForm
 
value - Variable in class org.eclipse.rse.ui.actions.SystemBaseDialogAction
 
valueChanged() - Method in class org.eclipse.rse.ui.propertypages.SystemComboBoxFieldEditor
Informs this field editor's listener, if it has one, about a change to the value (VALUE property) provided that the old and new values are different.
valueChanged() - Method in class org.eclipse.rse.ui.propertypages.SystemStringFieldEditor
Informs this field editor's listener, if it has one, about a change to the value (VALUE property) provided that the old and new values are different.
VALUES - Static variable in class org.eclipse.rse.core.subsystems.ServerLaunchType
A public read-only list of all the 'Server Launch Type' enumerators.
valueValidator - Variable in class org.eclipse.rse.ui.propertypages.SystemKeyValueFieldEditor
 
verbiage - Variable in class org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFileOrFolderForm
 
verbiage - Variable in class org.eclipse.rse.ui.filters.actions.SystemNewFilterAction
 
verbiageLabel - Variable in class org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFileOrFolderForm
 
verify() - Method in class org.eclipse.rse.files.ui.widgets.SaveAsForm
Completes processing of the dialog.
verify() - Method in class org.eclipse.rse.files.ui.widgets.SystemFileFilterStringEditPane
Completes processing of the wizard page or dialog.
verify() - Method in class org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFileOrFolderForm
Completes processing of the wizard page or dialog.
verify() - Method in class org.eclipse.rse.processes.ui.SystemProcessFilterStringEditPane
Completes processing of the wizard page or dialog.
verify() - Method in class org.eclipse.rse.ui.dialogs.SystemRenameSingleDialog
Verifies all input.
verify() - Method in class org.eclipse.rse.ui.dialogs.SystemSimpleCopyDialog
Verifies all input.
verify() - Method in class org.eclipse.rse.ui.dialogs.SystemSimpleSelectDialog
Verifies all input.
verify() - Method in class org.eclipse.rse.ui.filters.dialogs.SystemNewFilterWizardNamePage
Verify all contents
verify(boolean) - Method in class org.eclipse.rse.ui.filters.SystemChangeFilterPane
Perform the same validation that is done when OK is pressed.
verify() - Method in class org.eclipse.rse.ui.filters.SystemFilterStringEditPane
Overridable lifecycle method.
verify(boolean) - Method in class org.eclipse.rse.ui.SystemConnectionForm
Verifies all input.
verify() - Method in interface org.eclipse.rse.ui.widgets.IServerLauncherForm
Verify the contents of the widgets, when OK is pressed.
verify() - Method in class org.eclipse.rse.ui.widgets.RemoteBaseServerLauncherForm
Verify page contents on OK.
verify() - Method in class org.eclipse.rse.ui.widgets.RemoteServerLauncherForm
Verify page contents on OK.
verify() - Method in class org.eclipse.rse.ui.widgets.services.ServicesForm
 
VERIFY_CONNECTION - Static variable in interface org.eclipse.rse.ui.ISystemPreferencesConstants
 
verifyFormContents() - Method in interface org.eclipse.rse.ui.propertypages.ISystemSubSystemPropertyPageCoreForm
Validate the form Subclasses should override to do full error checking on all the widgets on the form.
verifyFormContents() - Method in class org.eclipse.rse.ui.propertypages.SystemSubSystemPropertyPageCoreForm
Validate all the widgets on the form
verifyHostNameCB - Variable in class org.eclipse.rse.ui.SystemConnectionForm
 
verifyingHostName - Variable in class org.eclipse.rse.ui.SystemConnectionForm
 
verifyListeners - Variable in class org.eclipse.rse.ui.SystemBaseForm
 
verifyPageContents() - Method in class org.eclipse.rse.ui.propertypages.ServicesPropertyPage
 
verifyPageContents() - Method in class org.eclipse.rse.ui.propertypages.SystemBasePropertyPage
Abstract.
verifyPageContents() - Method in class org.eclipse.rse.ui.propertypages.SystemChangeFilterPropertyPage
Parent-required method.
verifyPageContents() - Method in class org.eclipse.rse.ui.propertypages.SystemFilterStringPropertyPage
From parent: do full page validation
verifyPageContents() - Method in class org.eclipse.rse.ui.propertypages.SystemSubSystemPropertyPageCore
Validate all the widgets on the page Subclasses should override to do full error checking on all the widgets on the page.
verifyPageContents() - Method in class org.eclipse.rse.ui.propertypages.SystemTeamViewCategoryPropertyPage
From parent: do full page validation
verifyPattern(String, boolean) - Static method in class org.eclipse.rse.services.clientserver.NamePatternMatcher
Static method to test if a given pattern is a valid generic name
verifyText(VerifyEvent) - Method in class org.eclipse.rse.ui.validators.SystemNumericVerifyListener
Verifies the event text if it is not turned off.
version - Variable in class org.eclipse.rse.services.clientserver.archiveutils.TarEntry
 
VERSION_1 - Static variable in interface org.eclipse.rse.services.clientserver.IServiceConstants
 
verticalSpacing - Variable in class org.eclipse.rse.ui.dialogs.SystemPromptDialog
 
vfs - Variable in class org.eclipse.rse.services.clientserver.archiveutils.SystemTarHandler
 
viewer - Variable in class org.eclipse.rse.ui.actions.SystemBaseAction
 
viewer - Variable in class org.eclipse.rse.ui.view.AbstractSystemViewAdapter
Deprecated. use AbstractSystemViewAdapter.getViewer() and AbstractSystemViewAdapter.setViewer(Viewer)
viewer - Variable in class org.eclipse.rse.ui.view.SystemAbstractAPIProvider
 
viewer - Variable in class org.eclipse.rse.ui.wizards.AbstractSystemWizard
 
viewerFilters - Variable in class org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFileOrFolderForm
 
VIRTUAL_CANONICAL_SEPARATOR - Static variable in class org.eclipse.rse.services.clientserver.archiveutils.ArchiveHandlerManager
 
VIRTUAL_FOLDER_SEPARATOR - Static variable in class org.eclipse.rse.services.clientserver.archiveutils.ArchiveHandlerManager
Folder separator used in virtual paths inside the archive, i.e. after the VIRTUAL_SEPARATOR.
VIRTUAL_SEPARATOR - Static variable in class org.eclipse.rse.services.clientserver.archiveutils.ArchiveHandlerManager
The string that separates the virtual part of an absolute path from the real part.
VirtualChild - Class in org.eclipse.rse.services.clientserver.archiveutils
A simple structure for passing information about virtual files and folders.
VirtualChild(ISystemArchiveHandler) - Constructor for class org.eclipse.rse.services.clientserver.archiveutils.VirtualChild
Constructs a new VirtualChild given a reference to its parent archive's handler, but does not populate any fields in the child.
VirtualChild(ISystemArchiveHandler, String) - Constructor for class org.eclipse.rse.services.clientserver.archiveutils.VirtualChild
Constructs a new VirtualChild given a reference to its parent archive's handler (handler), and immediately populates the name and path info for the VirtualChild given its fullVirtualName.
VirtualChild(String, File) - Constructor for class org.eclipse.rse.services.clientserver.archiveutils.VirtualChild
Constructs a new VirtualChild given the name of its parent archive, and immediately populates the name and path info for the VirtualChild given its fullVirtualName.
VirtualSearchResult - Class in org.eclipse.rse.services.clientserver
 
VirtualSearchResult(VirtualChild, long, String) - Constructor for class org.eclipse.rse.services.clientserver.VirtualSearchResult
 
visit(IResourceDelta) - Method in class org.eclipse.rse.files.ui.resources.SystemEditableRemoteFile
 
vmMaxValue - Variable in class org.eclipse.rse.processes.ui.SystemProcessFilterStringEditPane
 
vmRangeValidator - Variable in class org.eclipse.rse.processes.ui.SystemProcessFilterStringEditPane
 

RSE
Release 3.4
A B C D E F G H I K L M N O P Q R S T U V W X _
Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.