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 Class
org.eclipse.rse.services.clientserver.messages.SystemMessage

Packages that use SystemMessage
org.eclipse.rse.connectorservice.dstore   
org.eclipse.rse.core   
org.eclipse.rse.core.filters   
org.eclipse.rse.core.model   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.files.ui.resources   
org.eclipse.rse.files.ui.widgets   
org.eclipse.rse.processes.ui   
org.eclipse.rse.services.clientserver.messages   
org.eclipse.rse.services.files   
org.eclipse.rse.services.processes   
org.eclipse.rse.shells.ui.view   
org.eclipse.rse.subsystems.files.core.util   
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.messages   
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   
 

Uses of SystemMessage in org.eclipse.rse.connectorservice.dstore
 

Methods in org.eclipse.rse.connectorservice.dstore that return SystemMessage
protected   SystemMessage DStoreConnectorService. createSystemMessage ( String msgId, int severity, String msg)
           
protected   SystemMessage DStoreConnectorService. createSystemMessage ( String msgId, int severity, String msg, String msgDetails)
           
protected   SystemMessage DStoreConnectorService. createSystemMessage ( String msgId, int severity, String msg, Throwable e)
           
 

Uses of SystemMessage in org.eclipse.rse.core
 

Methods in org.eclipse.rse.core with parameters of type SystemMessage
 void IRSEInteractionProvider. showMessage ( SystemMessage msg)
          Show the given message or log it.
 

Uses of SystemMessage in org.eclipse.rse.core.filters
 

Methods in org.eclipse.rse.core.filters that return SystemMessage
  SystemMessage ISystemFilterPoolSelectionValidator. validate ( ISystemFilterPool filterPool)
          Validate the given selection.
 

Uses of SystemMessage in org.eclipse.rse.core.model
 

Methods in org.eclipse.rse.core.model that return SystemMessage
  SystemMessage AbstractSystemResourceSet. getMessage ()
           
  SystemMessage ISystemResourceSet. getMessage ()
          Returns a message if a problem occurs when using this resource set
  SystemMessage SystemMessageObject. getSystemMessage ()
          Return the SystemMessage for this SystemMessageObject.
 

Methods in org.eclipse.rse.core.model with parameters of type SystemMessage
 void AbstractSystemResourceSet. setMessage ( SystemMessage message)
           
 

Constructors in org.eclipse.rse.core.model with parameters of type SystemMessage
SystemMessageObject ( SystemMessage msgObj, int type, Object parent)
          Constructor when using SystemMessage
 

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

Methods in org.eclipse.rse.core.subsystems that return SystemMessage
  SystemMessage IServerLauncher. getErrorMessage ()
          Returns the host error message if there was a problem connecting to the host.
 

Methods in org.eclipse.rse.core.subsystems with parameters of type SystemMessage
 void ICredentialsProvider. repairCredentials ( SystemMessage message)
          The connector service using this provider may find the credentials provided are incorrector or expired.
 

Uses of SystemMessage in org.eclipse.rse.files.ui.resources
 

Fields in org.eclipse.rse.files.ui.resources declared as SystemMessage
protected   SystemMessage SystemEditableRemoteFile.DisplayMessageDialog. _msg
           
protected   SystemMessage SystemEditableRemoteFile.DisplayQuestionDialog. _msg
           
 

Constructors in org.eclipse.rse.files.ui.resources with parameters of type SystemMessage
SystemEditableRemoteFile.DisplayMessageDialog ( SystemMessage msg)
           
SystemEditableRemoteFile.DisplayQuestionDialog ( SystemMessage msg)
           
 

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

Methods in org.eclipse.rse.files.ui.widgets that return SystemMessage
protected   SystemMessage SystemFileFilterStringEditPane. validateFileInput ()
          This hook method is called whenever the text changes in the input field.
protected   SystemMessage SystemFileFilterStringEditPane. validateFolderInput ()
          This hook method is called whenever the text changes in the input field.
  SystemMessage SystemFileFilterStringEditPane. verify ()
          Completes processing of the wizard page or dialog.
 

Methods in org.eclipse.rse.files.ui.widgets with parameters of type SystemMessage
protected  void SystemSelectRemoteFilesForm. displayErrorMessage ( SystemMessage msg)
           
protected  void SystemSelectRemoteFileOrFolderForm. setErrorMessage ( SystemMessage msg)
           
 

Uses of SystemMessage in org.eclipse.rse.processes.ui
 

Methods in org.eclipse.rse.processes.ui that return SystemMessage
protected   SystemMessage SystemProcessFilterStringEditPane. validateGidInput ()
          This hook method is called whenever the text changes in the input field.
protected   SystemMessage SystemProcessFilterStringEditPane. validateMaxVMInput ()
          This hook method is called whenever the text changes in the input field.
protected   SystemMessage SystemProcessFilterStringEditPane. validateMinLessThanMax ()
          This hook method is called whenever the text changes in the input field.
protected   SystemMessage SystemProcessFilterStringEditPane. validateMinVMInput ()
          This hook method is called whenever the text changes in the input field.
protected   SystemMessage SystemProcessFilterStringEditPane. validateNameInput ( Text txt)
          This hook method is called whenever the text changes in the input field.
  SystemMessage SystemProcessFilterStringEditPane. verify ()
          Completes processing of the wizard page or dialog.
 

Uses of SystemMessage in org.eclipse.rse.services.clientserver.messages
 

Subclasses of SystemMessage in org.eclipse.rse.services.clientserver.messages
 class SimpleSystemMessage
          An RSE SystemMessage that can be created from Strings (without XML parsing).
 

Methods in org.eclipse.rse.services.clientserver.messages that return SystemMessage
  SystemMessage SystemMessageFile. getMessage ( String msgId)
          Use this method to retrieve a message from the message file.
  SystemMessage SystemMessageException. getSystemMessage ()
           
protected   SystemMessage SystemMessageFile. loadSystemMessage ( String componentAbbr, String subComponentAbbr, String msgNumber, char msgIndicator, String msgL1, String msgL2)
          Override this to provide different extended SystemMessage implementation
  SystemMessage SystemMessage. makeSubstitution ( Object sub1)
          Use this method to set substitution value %1.
  SystemMessage SystemMessage. makeSubstitution ( Object[] subsList)
          Use this method to set substitution values
Generally toString() is used on the substitution objects, but there is special case handling for exception objects and IStatus objects.
  SystemMessage SystemMessage. makeSubstitution ( Object sub1, Object sub2)
          Use this method to set substitution value %1 %2
Generally toString() is used on the substitution objects, but there is special case handling for exception objects and IStatus objects.
  SystemMessage SystemMessage. makeSubstitution ( Object sub1, Object sub2, Object sub3)
          Use this method to set substitution value %1 %2 %3
Generally toString() is used on the substitution objects, but there is special case handling for exception objects and IStatus objects.
  SystemMessage SystemMessage. makeSubstitution ( Object sub1, Object sub2, Object sub3, Object sub4)
          Use this method to set substitution value %1 %2 %3 %4
Generally toString() is used on the substitution objects, but there is special case handling for exception objects and IStatus objects.
 

Methods in org.eclipse.rse.services.clientserver.messages with parameters of type SystemMessage
 void SystemMessageException. setSystemMessage ( SystemMessage msg)
          Set the SystemMessage being wrapped
 

Constructors in org.eclipse.rse.services.clientserver.messages with parameters of type SystemMessage
SystemElementNotFoundException ( SystemMessage msg)
          Constructor for subclasses to use custom messages.
SystemMessageException ( SystemMessage msg)
          Constructor
SystemRemoteMessageException ( SystemMessage msg, Exception remoteException)
          Constructor with an error message for getMessage() to return, and a wrapped exception to contain.
 

Uses of SystemMessage in org.eclipse.rse.services.files
 

Constructors in org.eclipse.rse.services.files with parameters of type SystemMessage
RemoteFileException ( SystemMessage msg)
          Constructor for RemoteFileException with an error message for getMessage() to return.
RemoteFileException ( SystemMessage msg, Exception remoteException)
          Constructor for RemoteFileException with an error message for getMessage() to return.
 

Uses of SystemMessage in org.eclipse.rse.services.processes
 

Methods in org.eclipse.rse.services.processes that return SystemMessage
  SystemMessage AbstractProcessService. getMessage ( String messageID)
          Deprecated. This method was removed from IProcessService in RSE 3.0, and implementers are not expected to return anything useful. Use SimpleSystemMessage to create system messages instead.
 

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

Methods in org.eclipse.rse.shells.ui.view that return SystemMessage
  SystemMessage SystemCommandEditor. validateCommand ()
          Validate command input
 

Methods in org.eclipse.rse.shells.ui.view with parameters of type SystemMessage
 void ISystemCommandTextModifyListener. commandModified ( String cmdText, SystemMessage errorMessage)
          Callback from SystemCommandTextField when the user modifies the command.
 

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

Fields in org.eclipse.rse.subsystems.files.core.util declared as SystemMessage
protected   SystemMessage ValidatorFileFilterString. msg_Invalid
           
protected   SystemMessage ValidatorFileUniqueName. msg_Invalid
           
 

Methods in org.eclipse.rse.subsystems.files.core.util that return SystemMessage
  SystemMessage ValidatorFileFilterString. isSyntaxOk ( String newText)
          Validate each character.
  SystemMessage ValidatorFileUniqueName. isSyntaxOk ( String newText)
          Validate each character.
 

Methods in org.eclipse.rse.subsystems.files.core.util with parameters of type SystemMessage
 void ValidatorFileFilterString. setErrorMessages ( SystemMessage msg_Empty, SystemMessage msg_NonUnique, SystemMessage msg_Invalid)
          Supply your own error message text.
 void ValidatorFileUniqueName. setErrorMessages ( SystemMessage msg_Empty, SystemMessage msg_NonUnique, SystemMessage msg_Invalid)
          Supply your own error message text.
 

Uses of SystemMessage in org.eclipse.rse.ui
 

Fields in org.eclipse.rse.ui declared as SystemMessage
protected   SystemMessage SystemConnectionForm. errorMessage
           
protected   SystemMessage SystemConnectionForm. verifyingHostName
           
 

Methods in org.eclipse.rse.ui that return SystemMessage
  SystemMessage RSEUIPlugin. getMessage ( String msgId)
           
static  SystemMessage SystemBasePlugin. getMessage ( SystemMessageFile msgFile, String msgId)
          Retrieve a message from a message file.
static  SystemMessage RSEUIPlugin. getPluginMessage ( String msgId)
          Retrieve a message from this plugin's message file
static  SystemMessage RSEUIPlugin. getPluginMessage ( String msgId, Object subsVar)
          Retrieve a message from this plugin's message file and do single substitution on it.
static  SystemMessage RSEUIPlugin. getPluginMessage ( String msgId, Object[] subsVars)
          Retrieve a message from this plugin's message file and do multiple substitution on it.
protected   SystemMessage SystemConnectionForm. validateConnectionNameInput (boolean userTyped)
          This hook method is called whenever the text changes in the input field.
protected   SystemMessage SystemConnectionForm. validateHostNameInput ()
          This hook method is called whenever the text changes in the input field.
protected   SystemMessage SystemConnectionForm. validateUserIdInput ()
          This hook method is called whenever the text changes in the input field.
 

Methods in org.eclipse.rse.ui with parameters of type SystemMessage
static void SystemBasePlugin. logMessage ( SystemMessage message)
          Helper method for logging information to the RSE-style logging file.
static void SystemBasePlugin. logMessage ( SystemMessage message, Throwable ex)
          Helper method for logging information to the RSE-style logging file.
protected  void SystemBaseForm. showErrorMessage ( SystemMessage msg)
          Display error message or clear error message (if passed null)
 

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

Fields in org.eclipse.rse.ui.actions declared as SystemMessage
protected   SystemMessage DisplaySystemMessageAction. message
           
 

Methods in org.eclipse.rse.ui.actions that return SystemMessage
  SystemMessage SystemBaseCopyAction. getCompletionMessage ( Object targetContainer, String[] oldNames, String[] newNames)
          Return complete message.
protected   SystemMessage SystemBaseCopyAction. getCopyingMessage ()
          Get the generic "Copying..." or "Moving..." message
protected   SystemMessage SystemBaseCopyAction. getCopyingMessage ( String oldName)
          Get the specific "Copying %1..." or "Moving %1..." message
  SystemMessage SystemCopyToClipboardAction. isValid ( IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObjects)
          The user has selected a remote object.
  SystemMessage SystemPasteFromClipboardAction. isValid ( IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObjects)
          The user has selected a remote object.
 

Constructors in org.eclipse.rse.ui.actions with parameters of type SystemMessage
DisplayHidableSystemMessageAction ( SystemMessage message, IPreferenceStore prefStore, String prefID)
           
DisplayHidableSystemMessageAction ( SystemMessage message, IPreferenceStore prefStore, String prefID, boolean showYesNo)
           
DisplaySystemMessageAction ( SystemMessage message)
           
 

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

Fields in org.eclipse.rse.ui.dialogs declared as SystemMessage
protected   SystemMessage SystemPromptDialog. pendingErrorMessage
           
protected   SystemMessage SystemPromptDialog. pendingMessage
           
 

Methods in org.eclipse.rse.ui.dialogs that return SystemMessage
  SystemMessage SystemPromptDialog. getSystemErrorMessage ()
          Get the currently displayed error text.
  SystemMessage ICredentialsValidator. validate ( ICredentials credentials)
          Verify if credentials are valid.
protected   SystemMessage SystemRenameSingleDialog. validateNameInput ()
          Called directly as user types.
protected   SystemMessage SystemRenameSingleDialog. validateNameInput ( String theNewName)
          Called directly from verify.
protected   SystemMessage SystemChangePasswordDialog. validatePasswordInput ()
          This hook method is called whenever the text changes in the password input fields.
 

Methods in org.eclipse.rse.ui.dialogs with parameters of type SystemMessage
 void SystemPromptDialog. setErrorMessage ( SystemMessage message)
          Display the given error message.
 void SystemPromptDialog. setMessage ( SystemMessage message)
          If the message line currently displays an error, the message is stored and will be shown after a call to clearErrorMessage
 

Constructors in org.eclipse.rse.ui.dialogs with parameters of type SystemMessage
SystemChangePasswordDialog ( Shell shell, String hostname, String userid, SystemMessage msg)
          Construct a new SystemChangePasswordDialog.
 

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

Fields in org.eclipse.rse.ui.filters declared as SystemMessage
protected   SystemMessage SystemChangeFilterPane. duplicateFilterStringMsg
           
protected   SystemMessage SystemFilterStringEditPane. errorMessage
           
 

Methods in org.eclipse.rse.ui.filters that return SystemMessage
  SystemMessage SystemChangeFilterPane. getDuplicateFilterStringErrorMessage ()
          Return results of SystemChangeFilterPane.setDuplicateFilterStringErrorMessage(SystemMessage)
protected   SystemMessage SystemFilterStringEditPane. validateStringInput ()
           Overridable lifecycle method.
  SystemMessage SystemFilterStringEditPane. verify ()
           Overridable lifecycle method.
 

Methods in org.eclipse.rse.ui.filters with parameters of type SystemMessage
 void ISystemFilterStringEditPaneListener. filterStringChanged ( SystemMessage message)
          Callback method.
 void SystemChangeFilterPane. filterStringChanged ( SystemMessage message)
          Callback method from the edit pane.
protected  void SystemFilterStringEditPane. fireChangeEvent ( SystemMessage error)
           Private method.
 void SystemChangeFilterPane. setDuplicateFilterStringErrorMessage ( SystemMessage msg)
          Configuration method
Set the error message to use when the user is editing or creating a filter string, and the Apply processing detects a duplicate filter string in the list.
 

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

Fields in org.eclipse.rse.ui.filters.dialogs declared as SystemMessage
protected   SystemMessage SystemNewFilterWizardNamePage. errorMessage
           
 

Methods in org.eclipse.rse.ui.filters.dialogs that return SystemMessage
  SystemMessage SystemChangeFilterDialog. getDuplicateFilterStringErrorMessage ()
          Return results of SystemChangeFilterDialog.setDuplicateFilterStringErrorMessage(SystemMessage)
protected   SystemMessage SystemNewFilterWizardNamePage. validateNameInput ()
          This hook method is called whenever the text changes in the filter name input field.
  SystemMessage SystemNewFilterWizardNamePage. verify ()
          Verify all contents
 

Methods in org.eclipse.rse.ui.filters.dialogs with parameters of type SystemMessage
 void SystemNewFilterWizardMainPage. filterStringChanged ( SystemMessage message)
          Callback method.
 void SystemChangeFilterDialog. setDuplicateFilterStringErrorMessage ( SystemMessage msg)
          Configuration method
Set the error message to use when the user is editing or creating a filter string, and the Apply processing detects a duplicate filter string in the list.
 

Uses of SystemMessage in org.eclipse.rse.ui.messages
 

Subclasses of SystemMessage in org.eclipse.rse.ui.messages
 class SystemUIMessage
           
 

Methods in org.eclipse.rse.ui.messages that return SystemMessage
static  SystemMessage SystemMessageDialog. getExceptionMessage ( Shell shell, Throwable exc)
          When an exception occurs and you want to turn it into a SystemMessage, call this...
  SystemMessage SystemMessageLine. getSystemErrorMessage ()
           
  SystemMessage ISystemMessageLine. getSystemErrorMessage ()
          Get the currently displayed error text.
  SystemMessage StatusLineManagerAdapter. getSystemErrorMessage ()
           
  SystemMessage SystemMessageStatus. getSystemMessage ()
           
protected   SystemMessage SystemUIMessageFile. loadSystemMessage ( String componentAbbr, String subComponentAbbr, String msgNumber, char msgIndicator, String msgL1, String msgL2)
          Override this to provide different extended SystemMessage implementation
 

Methods in org.eclipse.rse.ui.messages with parameters of type SystemMessage
static void SystemMessageDialog. displayErrorMessage ( Shell shell, SystemMessage msg)
          For ease of use for simple messages with no response from user.
static void SystemMessageDialog. displayErrorMessage ( Shell shell, SystemMessage msg, Throwable exc)
          For ease of use for simple messages which are the result of an exception
 void SystemMessageLine. setErrorMessage ( SystemMessage message)
           
 void ISystemMessageLine. setErrorMessage ( SystemMessage message)
          Display the given error message.
 void StatusLineManagerAdapter. setErrorMessage ( SystemMessage message)
           
 void SystemMessageLine. setMessage ( SystemMessage message)
           
 void ISystemMessageLine. setMessage ( SystemMessage message)
          If the message line currently displays an error, the message is stored and will be shown after a call to clearErrorMessage
 void StatusLineManagerAdapter. setMessage ( SystemMessage message)
           
static boolean SystemMessageDialog. show ( Shell shell, SystemMessage msg)
          Show this message in the message dialog.
 

Constructors in org.eclipse.rse.ui.messages with parameters of type SystemMessage
SystemMessageDialog ( Shell parentShell, SystemMessage message)
          Creates an error dialog.
SystemMessageStatus ( SystemMessage message)
           
 

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

Fields in org.eclipse.rse.ui.propertypages declared as SystemMessage
protected   SystemMessage SystemFilterStringPropertyPage. dupeFilterStringMessage
           
protected   SystemMessage SystemFilterStringPropertyPage. errorMessage
           
protected   SystemMessage AbstractSystemSubSystemPropertyPageCoreForm. errorMessage
           
 

Methods in org.eclipse.rse.ui.propertypages that return SystemMessage
  SystemMessage SystemBasePropertyPage. getSystemErrorMessage ()
          ISystemMessageLine method.
protected   SystemMessage SystemSubSystemPropertyPageCoreForm. validateUserIdInput ()
          Validate user id value per keystroke
protected   SystemMessage SystemKeyValueFieldEditor. validateValueInput ()
          This hook method is called whenever the text changes in the input field.
 

Methods in org.eclipse.rse.ui.propertypages with parameters of type SystemMessage
 void SystemFilterStringPropertyPage. filterStringChanged ( SystemMessage message)
           
 void SystemFilterStringPropertyPage. setDuplicateFilterStringErrorMessage ( SystemMessage msg)
          Configuration method
Set the error message to use when the user is editing or creating a filter string, and the Apply processing detects a duplicate filter string in the list.
 void SystemChangeFilterPropertyPage. setDuplicateFilterStringErrorMessage ( SystemMessage msg)
          Configuration method
Set the error message to use when the user is editing or creating a filter string, and the Apply processing detects a duplicate filter string in the list.
 void SystemBasePropertyPage. setErrorMessage ( SystemMessage message)
          ISystemMessageLine method.
 void SystemBasePropertyPage. setMessage ( SystemMessage message)
          ISystemMessageLine method.
 

Uses of SystemMessage in org.eclipse.rse.ui.subsystems
 

Methods in org.eclipse.rse.ui.subsystems with parameters of type SystemMessage
 void StandardCredentialsProvider. repairCredentials ( SystemMessage prompt)
           
 

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

Fields in org.eclipse.rse.ui.validators declared as SystemMessage
protected   SystemMessage ValidatorUniqueString. currentMessage
           
protected   SystemMessage ValidatorIntegerInput. currentMessage
           
protected   SystemMessage ValidatorSpecialChar. currentMessage
           
protected   SystemMessage ValidatorLongInput. currentMessage
           
protected   SystemMessage ValidatorIntegerInput. emptyMsg
           
protected   SystemMessage ValidatorLongInput. emptyMsg
           
protected   SystemMessage ValidatorIntegerInput. invalidMsg
           
protected   SystemMessage ValidatorLongInput. invalidMsg
           
protected   SystemMessage ValidatorUniqueString. msg_Empty
           
protected   SystemMessage ValidatorSpecialChar. msg_Empty
           
protected   SystemMessage ValidatorFileName. msg_Invalid
           
protected   SystemMessage ValidatorPathName. msg_Invalid
           
protected   SystemMessage ValidatorFolderName. msg_Invalid
           
protected   SystemMessage ValidatorFilterString. msg_Invalid
           
protected   SystemMessage ValidatorSpecialChar. msg_Invalid
           
protected   SystemMessage ValidatorSystemName. msg_Invalid
           
protected   SystemMessage ValidatorSourceType. msg_Invalid
           
protected   SystemMessage ValidatorUniqueString. msg_NonUnique
           
protected   SystemMessage ValidatorArchiveName. msg_NotRegisteredArchive
           
 

Methods in org.eclipse.rse.ui.validators that return SystemMessage
  SystemMessage ValidatorUniqueString. getSystemMessage ()
          When isValid returns non-null, call this to get the SystemMessage object for the error versus the simple string message.
  SystemMessage ISystemValidator. getSystemMessage ()
          If isValid returns non-null and you desire a full bodied SystemMessage versus a string, call this method after isValid to get the full bodied SystemMessage.
  SystemMessage ValidatorIntegerInput. getSystemMessage ()
          When isValid returns non-null, call this to get the SystemMessage object for the error versus the simple string message.
  SystemMessage ValidatorSpecialChar. getSystemMessage ()
          When isValid returns non-null, call this to get the SystemMessage object for the error versus the simple string message.
  SystemMessage ValidatorLongInput. getSystemMessage ()
          When isValid returns non-null, call this to get the SystemMessage object for the error versus the simple string message.
  SystemMessage ValidatorLocalPath. isSyntaxOk ( String newText)
          Validate each character.
  SystemMessage ValidatorUniqueString. isSyntaxOk ( String newText)
          Override in child to do your own syntax checking.
  SystemMessage ValidatorFileName. isSyntaxOk ( String newText)
          Validate each character.
  SystemMessage ValidatorPathName. isSyntaxOk ( String newText)
          Validate each character.
  SystemMessage ValidatorArchiveName. isSyntaxOk ( String newText)
          Validate each character.
  SystemMessage ValidatorFolderName. isSyntaxOk ( String newText)
          Validate each character.
  SystemMessage ValidatorProfileName. isSyntaxOk ( String newText)
          Parent intercept to ensure no reserved names are used.
  SystemMessage ValidatorFilterString. isSyntaxOk ( String newText)
          Validate each character.
  SystemMessage ValidatorSpecialChar. isSyntaxOk ( String newText)
          Override in child to do your own syntax checking.
  SystemMessage ValidatorSystemName. isSyntaxOk ( String newText)
          Validate each character.
  SystemMessage ValidatorSourceType. isSyntaxOk ( String newText)
          Validate each character.
  SystemMessage ValidatorUserId. isSyntaxOk ( String newText)
          We could do additional syntax checking here if we decide to.
  SystemMessage IValidatorRemoteSelection. isValid ( IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObject)
          The user has selected one or more remote objects.
abstract   SystemMessage ValidatorRemoteSelection. isValid ( IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObjects)
          The user has selected a remote object.
  SystemMessage ValidatorUniqueString. validate ( String text)
          For convenience, this is a shortcut to calling: if (isValid(text) !
  SystemMessage ISystemValidator. validate ( String text)
          For convenience, this is a shortcut to calling: if (isValid(text) !
  SystemMessage ValidatorIntegerInput. validate ( String text)
          For convenience, this is a shortcut to calling: if (isValid(text) !
  SystemMessage ValidatorSpecialChar. validate ( String text)
          For convenience, this is a shortcut to calling: if (isValid(text) !
  SystemMessage ValidatorLongInput. validate ( String text)
          For convenience, this is a shortcut to calling: if (isValid(text) !
 

Methods in org.eclipse.rse.ui.validators with parameters of type SystemMessage
protected   String ValidatorUniqueString. doMessageSubstitution ( SystemMessage msg, String substitution)
          Helper method to substitute data into a message
protected   String ValidatorSpecialChar. doMessageSubstitution ( SystemMessage msg, String substitution)
          Helper method to substitute data into a message
protected   String ValidatorUniqueString. getSystemMessageText ( SystemMessage msg)
          Helper method to set the current system message and return its level one text
protected   String ValidatorSpecialChar. getSystemMessageText ( SystemMessage msg)
          Helper method to set the current system message and return its level one text
 void ValidatorFilterString. setDuplicateFilterStringErrorMessage ( SystemMessage msg)
          Set the error message to issue when a duplicate filter string is found.
 void ValidatorUniqueString. setErrorMessages ( SystemMessage msg_Empty, SystemMessage msg_NonUnique)
          Supply your own error message text.
 void ValidatorIntegerInput. setErrorMessages ( SystemMessage emptyMsg, SystemMessage invalidMsg)
          Set the error messages, overriding the defaults
 void ValidatorSpecialChar. setErrorMessages ( SystemMessage msg_Empty, SystemMessage msg_Invalid)
          Supply your own error message text.
 void ValidatorLongInput. setErrorMessages ( SystemMessage emptyMsg, SystemMessage invalidMsg)
          Set the error messages, overriding the defaults
 void ValidatorIntegerRangeInput. setErrorMessages ( SystemMessage emptyMsg, SystemMessage invalidMsg, SystemMessage outOfRangeMsg)
          Set the error messages, overriding the defaults
 void ValidatorFileName. setErrorMessages ( SystemMessage msg_Empty, SystemMessage msg_NonUnique, SystemMessage msg_Invalid)
          Supply your own error message text.
 void ValidatorPathName. setErrorMessages ( SystemMessage msg_Empty, SystemMessage msg_NonUnique, SystemMessage msg_Invalid)
          Supply your own error message text.
 void ValidatorFolderName. setErrorMessages ( SystemMessage msg_Empty, SystemMessage msg_NonUnique, SystemMessage msg_Invalid)
          Supply your own error message text.
 void ValidatorLongRangeInput. setErrorMessages ( SystemMessage emptyMsg, SystemMessage invalidMsg, SystemMessage outOfRangeMsg)
          Set the error messages, overriding the defaults
 void ValidatorFilterString. setErrorMessages ( SystemMessage msg_Empty, SystemMessage msg_NonUnique, SystemMessage msg_Invalid)
          Supply your own error message text.
 void ValidatorSystemName. setErrorMessages ( SystemMessage msg_Empty, SystemMessage msg_NonUnique, SystemMessage msg_Invalid)
          Supply your own error message text.
 void ValidatorSourceType. setErrorMessages ( SystemMessage msg_Empty, SystemMessage msg_NonUnique, SystemMessage msg_Invalid)
          Supply your own error message text.
 

Constructors in org.eclipse.rse.ui.validators with parameters of type SystemMessage
ValidatorIntegerInput ( SystemMessage emptyMsg)
          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 emptyMsg, SystemMessage invalidMsg)
          Constructor to use when wanting to specify both error messages
ValidatorLongInput ( SystemMessage emptyMsg)
          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 emptyMsg, SystemMessage invalidMsg)
          Constructor to use when wanting to specify both error messages
ValidatorSpecialChar ( String specialChars, boolean isEmptyAllowed, SystemMessage msg_Invalid)
          Constructor
ValidatorSpecialChar ( String specialChars, boolean isEmptyAllowed, SystemMessage msg_Invalid, SystemMessage msg_Empty)
          Constructor
 

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

Methods in org.eclipse.rse.ui.view that return SystemMessage
protected   SystemMessage SystemTableView. getRenamingMessage ( String oldName)
          Get the specific "Renaming %1..."
 

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

Fields in org.eclipse.rse.ui.widgets declared as SystemMessage
protected   SystemMessage SystemPortPrompt. errorMessage
           
 

Methods in org.eclipse.rse.ui.widgets that return SystemMessage
  SystemMessage SystemPortPrompt. validatePortInput ()
          Validate port value per keystroke
 

Methods in org.eclipse.rse.ui.widgets with parameters of type SystemMessage
protected  void SystemPortPrompt. setErrorMessage ( SystemMessage msg)
           
 

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

Methods in org.eclipse.rse.ui.wizards that return SystemMessage
  SystemMessage AbstractSystemWizardPage. getSystemErrorMessage ()
           
  SystemMessage RSEDialogPageMessageLine. getSystemErrorMessage ()
           
protected   SystemMessage SystemNewProfileWizardMainPage. validateNameInput ()
          This hook method is called whenever the text changes in the input field.
 

Methods in org.eclipse.rse.ui.wizards with parameters of type SystemMessage
 void AbstractSystemWizardPage. setErrorMessage ( SystemMessage message)
           
 void RSEDialogPageMessageLine. setErrorMessage ( SystemMessage message)
           
 void AbstractSystemWizardPage. setMessage ( SystemMessage message)
           
 void RSEDialogPageMessageLine. setMessage ( SystemMessage message)
           
 


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