Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

Uses of Package
org.eclipse.rse.ui.validators

Packages that use org.eclipse.rse.ui.validators
org.eclipse.rse.files.ui.actions   
org.eclipse.rse.files.ui.widgets   
org.eclipse.rse.processes.ui   
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.subsystems Application programming interface for managing the user interface for subsystem actions. 
org.eclipse.rse.ui.validators   
org.eclipse.rse.ui.view   
org.eclipse.rse.ui.widgets   
org.eclipse.rse.ui.wizards   
 

Classes in org.eclipse.rse.ui.validators used by org.eclipse.rse.files.ui.actions
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.
 

Classes in org.eclipse.rse.ui.validators used by org.eclipse.rse.files.ui.widgets
ISystemValidator
          Our validators need to support querying max length, for generic rename dialogs.
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.
ValidatorFileName
          This class is used in dialogs that prompt for a name that eventually needs to become a file on disk.
 

Classes in org.eclipse.rse.ui.validators used by org.eclipse.rse.processes.ui
ValidatorIntegerRangeInput
          For editable integer numbers that must be within a certain range to be valid
ValidatorLongRangeInput
          For editable long numbers that must be within a certain range to be valid
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.
 

Classes in org.eclipse.rse.ui.validators used by org.eclipse.rse.shells.ui.view
ISystemValidator
          Our validators need to support querying max length, for generic rename dialogs.
 

Classes in org.eclipse.rse.ui.validators used by org.eclipse.rse.subsystems.files.core.subsystems
ISystemValidator
          Our validators need to support querying max length, for generic rename dialogs.
ValidatorFileName
          This class is used in dialogs that prompt for a name that eventually needs to become a file on disk.
ValidatorFolderName
          This class is used in dialogs that prompt for a name that eventually needs to become a folder.
 

Classes in org.eclipse.rse.ui.validators used by org.eclipse.rse.subsystems.files.core.util
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.
ValidatorFileName
          This class is used in dialogs that prompt for a name that eventually needs to become a file on disk.
ValidatorFolderName
          This class is used in dialogs that prompt for a name that eventually needs to become a folder.
ValidatorUniqueString
          This class is used in dialogs that prompt for a string that has to be unique.
 

Classes in org.eclipse.rse.ui.validators used by org.eclipse.rse.subsystems.processes.core.subsystem.impl
ISystemValidator
          Our validators need to support querying max length, for generic rename dialogs.
 

Classes in org.eclipse.rse.ui.validators used by org.eclipse.rse.ui
ISystemValidator
          Our validators need to support querying max length, for generic rename dialogs.
 

Classes in org.eclipse.rse.ui.validators used by org.eclipse.rse.ui.actions
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.
 

Classes in org.eclipse.rse.ui.validators used by org.eclipse.rse.ui.dialogs
ISystemValidator
          Our validators need to support querying max length, for generic rename dialogs.
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.
ValidatorUniqueString
          This class is used in dialogs that prompt for a string that has to be unique.
 

Classes in org.eclipse.rse.ui.validators used by org.eclipse.rse.ui.filters
ISystemValidator
          Our validators need to support querying max length, for generic rename dialogs.
 

Classes in org.eclipse.rse.ui.validators used by org.eclipse.rse.ui.filters.dialogs
ISystemValidator
          Our validators need to support querying max length, for generic rename dialogs.
 

Classes in org.eclipse.rse.ui.validators used by org.eclipse.rse.ui.propertypages
ISystemValidator
          Our validators need to support querying max length, for generic rename dialogs.
 

Classes in org.eclipse.rse.ui.validators used by org.eclipse.rse.ui.subsystems
ISystemValidator
          Our validators need to support querying max length, for generic rename dialogs.
 

Classes in org.eclipse.rse.ui.validators used by org.eclipse.rse.ui.validators
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.
ValidatorFileName
          This class is used in dialogs that prompt for a name that eventually needs to become a file on disk.
ValidatorFolderName
          This class is used in dialogs that prompt for a name that eventually needs to become a folder.
ValidatorIntegerInput
          For editable numeric properties.
ValidatorLongInput
          For editable large numeric properties.
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.
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.
ValidatorUniqueString
          This class is used in dialogs that prompt for a string that has to be unique.
 

Classes in org.eclipse.rse.ui.validators used by org.eclipse.rse.ui.view
ISystemValidator
          Our validators need to support querying max length, for generic rename dialogs.
 

Classes in org.eclipse.rse.ui.validators used by org.eclipse.rse.ui.widgets
ISystemValidator
          Our validators need to support querying max length, for generic rename dialogs.
 

Classes in org.eclipse.rse.ui.validators used by org.eclipse.rse.ui.wizards
ISystemValidator
          Our validators need to support querying max length, for generic rename dialogs.
 


RSE
Release 3.0

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire