RSE
Release 1.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.dstore.security.wizards   
org.eclipse.rse.files.ui   
org.eclipse.rse.files.ui.actions   
org.eclipse.rse.files.ui.resources   
org.eclipse.rse.files.ui.widgets   
org.eclipse.rse.files.ui.wizards   
org.eclipse.rse.processes.ui   
org.eclipse.rse.processes.ui.actions   
org.eclipse.rse.services   
org.eclipse.rse.services.clientserver.messages   
org.eclipse.rse.services.dstore   
org.eclipse.rse.services.files   
org.eclipse.rse.services.local.shells   
org.eclipse.rse.services.processes   
org.eclipse.rse.services.ssh.shell   
org.eclipse.rse.shells.ui.actions   
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.actions   
org.eclipse.rse.ui.filters.dialogs   
org.eclipse.rse.ui.messages   
org.eclipse.rse.ui.propertypages   
org.eclipse.rse.ui.validators   
org.eclipse.rse.ui.view   
org.eclipse.rse.ui.view.monitor   
org.eclipse.rse.ui.view.scratchpad   
org.eclipse.rse.ui.view.search   
org.eclipse.rse.ui.view.team   
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
 SystemMessage RexecDstoreServer.getErrorMessage()
          Return the last error message issued
 

Uses of SystemMessage in org.eclipse.rse.core
 

Methods in org.eclipse.rse.core that return SystemMessage
static SystemMessage SystemBasePlugin.getMessage(SystemMessageFile msgFile, String msgId)
          Retrieve a message from a message file.
 

Methods in org.eclipse.rse.core 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.
 

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()
           
 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
protected  AbstractConnectorService.NewPasswordInfo AbstractConnectorService.promptForNewPassword(SystemMessage prompt)
           
 

Uses of SystemMessage in org.eclipse.rse.dstore.security.wizards
 

Fields in org.eclipse.rse.dstore.security.wizards declared as SystemMessage
protected  SystemMessage SystemImportCertWizardMainPage.errorMessage
           
protected  SystemMessage SystemImportCertWizardAliasPage.errorMessage
           
 

Methods in org.eclipse.rse.dstore.security.wizards that return SystemMessage
protected  SystemMessage SystemImportCertWizardAliasPage.validateNameInput()
          This hook method is called whenever the text changes in the input field.
 

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

Methods in org.eclipse.rse.files.ui that return SystemMessage
 SystemMessage SystemFileFilterStringEditPane.verify()
          Completes processing of the wizard page or dialog.
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.
 

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

Fields in org.eclipse.rse.files.ui.actions declared as SystemMessage
protected  SystemMessage SystemExtractToAction.targetDescendsFromSrcMsg
           
 

Methods in org.eclipse.rse.files.ui.actions that return SystemMessage
 SystemMessage SystemExtractToAction.isValid(IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObjects)
           
 SystemMessage SystemMoveRemoteFileAction.isValid(IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObjects)
          The user has selected a remote object.
 SystemMessage SystemCopyRemoteFileAction.isValid(IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObjects)
          The user has selected a remote object.
 

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 with parameters of type SystemMessage
protected  void SystemSelectRemoteFileOrFolderForm.setErrorMessage(SystemMessage msg)
           
protected  void SystemSelectRemoteFilesForm.displayErrorMessage(SystemMessage msg)
           
 

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

Fields in org.eclipse.rse.files.ui.wizards declared as SystemMessage
protected  SystemMessage SystemNewFileWizardMainPage.errorMessage
           
protected  SystemMessage SystemFileNewConnectionWizardPage.errorMessage
           
protected  SystemMessage SystemNewFolderWizardMainPage.errorMessage
           
 

Methods in org.eclipse.rse.files.ui.wizards that return SystemMessage
protected  SystemMessage SystemNewFileWizardMainPage.validateNameInput()
          This hook method is called whenever the text changes in the input field.
protected  SystemMessage SystemFileNewConnectionWizardPage.validatePortInput()
          Validate port value as it is typed
protected  SystemMessage SystemNewFolderWizardMainPage.validateNameInput()
          This hook method is called whenever the text changes in the input field.
 

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

Methods in org.eclipse.rse.processes.ui that return SystemMessage
static SystemMessage ProcessesPlugin.getPluginMessage(String msgId)
          Retrieve a message from this plugin's message file
 SystemMessage SystemProcessFilterStringEditPane.verify()
          Completes processing of the wizard page or dialog.
protected  SystemMessage SystemProcessFilterStringEditPane.validateNameInput(Text txt)
          This hook method is called whenever the text changes in the input field.
protected  SystemMessage SystemProcessFilterStringEditPane.validateGidInput()
          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.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.
 

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

Methods in org.eclipse.rse.processes.ui.actions that return SystemMessage
protected  SystemMessage SystemKillProcessAction.getKillingMessage()
           
protected  SystemMessage SystemKillProcessAction.getKillingMessage(String signal, String processName)
          Get the specific "kill" message
 

Uses of SystemMessage in org.eclipse.rse.services
 

Methods in org.eclipse.rse.services that return SystemMessage
 SystemMessage IService.getMessage(String messageID)
           
 

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

Methods in org.eclipse.rse.services.clientserver.messages that return SystemMessage
 SystemMessage ISystemMessageProvider.getMessage(String id)
           
 SystemMessage SystemMessageException.getSystemMessage()
           
 SystemMessage SystemMessage.makeSubstitution(Object sub1)
          Use this method to set substitution value %1.
 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.
 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 SystemMessageFile.getMessage(String msgId)
          Use this method to retrieve a message from the message file.
protected  SystemMessage SystemMessageFile.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.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
SystemMessageException(SystemMessage msg)
          Constructor
 

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

Methods in org.eclipse.rse.services.dstore that return SystemMessage
 SystemMessage AbstractDStoreService.getMessage(String messageID)
          For now just a dummy method
 

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

Methods in org.eclipse.rse.services.files that return SystemMessage
 SystemMessage AbstractFileService.getMessage(String messageID)
          Dummy impl for now
 

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.local.shells
 

Methods in org.eclipse.rse.services.local.shells that return SystemMessage
 SystemMessage LocalShellService.getMessage(String messageID)
           
 

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

Methods in org.eclipse.rse.services.processes that return SystemMessage
 SystemMessage AbstractProcessService.getMessage(String messageID)
           
 

Uses of SystemMessage in org.eclipse.rse.services.ssh.shell
 

Methods in org.eclipse.rse.services.ssh.shell that return SystemMessage
 SystemMessage SshShellService.getMessage(String messageID)
           
 

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

Methods in org.eclipse.rse.shells.ui.actions that return SystemMessage
protected  SystemMessage SystemCommandAction.CommandDialog.validateInvocation()
          validate the invocation
 

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
 SystemMessage SystemBuildErrorViewPart.getSystemErrorMessage()
          Get the currently displayed error text.
 SystemMessage SystemCommandsViewPart.getSystemErrorMessage()
          Get the currently displayed error text.
 

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.
 void SystemBuildErrorViewPart.setErrorMessage(SystemMessage message)
          Display the given error message.
 void SystemBuildErrorViewPart.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 SystemCommandsViewPart.setErrorMessage(SystemMessage message)
          Display the given error message.
 void SystemCommandsViewPart.setMessage(SystemMessage message)
          If the message line currently displays an error, the message is stored and will be shown after a call to clearErrorMessage
 

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
protected  SystemMessage SystemProfileForm.validateNameInput()
          This hook method is called whenever the text changes in the input field.
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.
 SystemMessage RSEUIPlugin.getMessage(String msgId)
           
static SystemMessage RSEUIPlugin.getPluginMessage(String msgId)
          Retrieve a message from this plugin's message file
static SystemMessage RSEUIPlugin.getPluginMessage(String msgId, Object[] subsVars)
          Retrieve a message from this plugin's message file and do multiple substitution on it.
static SystemMessage RSEUIPlugin.getPluginMessage(String msgId, Object subsVar)
          Retrieve a message from this plugin's message file and do single substitution on it.
 

Methods in org.eclipse.rse.ui with parameters of type SystemMessage
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 SystemCopyToClipboardAction.isValid(IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObjects)
          The user has selected a remote object.
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 SystemBaseCopyAction.getCompletionMessage(Object targetContainer, String[] oldNames, String[] newNames)
          Return complete message.
protected  SystemMessage SystemMoveConnectionAction.getCopyingMessage()
           
protected  SystemMessage SystemMoveConnectionAction.getCopyingMessage(String oldName)
           
protected  SystemMessage SystemCopyConnectionAction.getCopyingMessage()
           
protected  SystemMessage SystemCopyConnectionAction.getCopyingMessage(String oldName)
           
 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)
           
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.pendingMessage
           
protected  SystemMessage SystemPromptDialog.pendingErrorMessage
           
 

Methods in org.eclipse.rse.ui.dialogs that return SystemMessage
protected  SystemMessage SystemRenameDialog.validateNameInput()
          This hook method is called whenever the text changes in the input field.
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.
 SystemMessage SystemRenameTableRow.getErrorMessage()
          Return text of error if this row is currently in error
protected  SystemMessage SystemCopyProfileDialog.validateNameInput()
          This hook method is called whenever the text changes in the input field.
protected  SystemMessage SystemPromptDialog.setOutputObject(Object outputObject)
          For explicitly setting output object.
 SystemMessage SystemPromptDialog.getSystemErrorMessage()
          Get the currently displayed error text.
 SystemMessage ISignonValidator.isValid(ISystemPasswordPromptDialog dialog, String userid, String password)
          Used by ISystemPasswordPromptDialog to verify if the password entered by the user is correct.
 

Methods in org.eclipse.rse.ui.dialogs with parameters of type SystemMessage
 void SystemRenameTableRow.setErrorMessage(SystemMessage errorMsg)
          Set error message for this row.
 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.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 SystemChangeFilterPane.filterStringChanged(SystemMessage message)
          Callback method from the edit pane.
protected  void SystemFilterStringEditPane.fireChangeEvent(SystemMessage error)
          Private method.
 

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

Methods in org.eclipse.rse.ui.filters.actions that return SystemMessage
protected  SystemMessage SystemFilterCopyFilterPoolAction.getCopyingMessage()
           
protected  SystemMessage SystemFilterCopyFilterPoolAction.getCopyingMessage(String oldName)
           
 SystemMessage SystemFilterCopyFilterPoolAction.getCompletionMessage(Object targetContainer, String[] oldNames, String[] newNames)
          Return complete message
protected  SystemMessage SystemFilterCopyFilterStringAction.getCopyingMessage()
           
protected  SystemMessage SystemFilterCopyFilterStringAction.getCopyingMessage(String oldName)
           
protected  SystemMessage SystemFilterMoveFilterStringAction.getCopyingMessage()
           
protected  SystemMessage SystemFilterMoveFilterStringAction.getCopyingMessage(String oldName)
           
protected  SystemMessage SystemFilterMoveFilterAction.getCopyingMessage()
           
protected  SystemMessage SystemFilterMoveFilterAction.getCopyingMessage(String oldName)
           
protected  SystemMessage SystemFilterCopyFilterAction.getCopyingMessage()
           
protected  SystemMessage SystemFilterCopyFilterAction.getCopyingMessage(String oldName)
           
protected  SystemMessage SystemFilterMoveFilterPoolAction.getCopyingMessage()
           
protected  SystemMessage SystemFilterMoveFilterPoolAction.getCopyingMessage(String oldName)
           
 SystemMessage SystemFilterMoveFilterPoolAction.getCompletionMessage(Object targetContainer, String[] oldNames, String[] newNames)
          Return complete message
 

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)
 SystemMessage SystemNewFilterWizardNamePage.verify()
          Verify all contents
protected  SystemMessage SystemNewFilterWizardNamePage.validateNameInput()
          This hook method is called whenever the text changes in the filter name input field.
protected  SystemMessage SystemFilterNewFilterPoolWizardDefaultMainPage.validateNameInput()
          This hook method is called whenever the text changes in the input field.
 

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.
 void SystemUnNamedFilterDialog.filterStringChanged(SystemMessage message)
          Callback method.
 

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
 SystemMessage SystemMessageLine.getSystemErrorMessage()
           
 SystemMessage ISystemMessageLine.getSystemErrorMessage()
          Get the currently displayed error text.
 SystemMessage StatusLineManagerAdapter.getSystemErrorMessage()
           
static SystemMessage SystemMessageDialog.getExceptionMessage(Shell shell, Exception exc)
          When an exception occurs and you want to turn it into a SystemMessage, call this...
protected  SystemMessage SystemUIMessageFile.loadSystemMessage(String componentAbbr, String subComponentAbbr, String msgNumber, char msgIndicator, String msgL1, String msgL2)
          Override this to provide different extended SystemMessage implementation
 SystemMessage SystemMessageStatus.getSystemMessage()
           
protected  SystemMessage SystemDialogPageMessageLine.getSysErrorMessage()
          Deprecated.  
protected  SystemMessage SystemDialogPageMessageLine.getSysMessage()
          Deprecated.  
 SystemMessage SystemDialogPageMessageLine.getSystemErrorMessage()
          Deprecated. Get the currently displayed error text.
 SystemMessage SystemDialogPageMessageLine.getCurrentMessage()
          Deprecated. Method to return the current system message to display.
 

Methods in org.eclipse.rse.ui.messages with parameters of type SystemMessage
 void SystemMessageLine.setMessage(SystemMessage message)
           
 void SystemMessageLine.setErrorMessage(SystemMessage message)
           
 void ISystemMessageLine.setErrorMessage(SystemMessage message)
          Display the given error 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.setErrorMessage(SystemMessage message)
           
 void StatusLineManagerAdapter.setMessage(SystemMessage message)
           
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, Exception exc)
          For ease of use for simple messages which are the result of an exception
static boolean SystemMessageDialog.show(Shell shell, SystemMessage msg)
          Show this message in the message dialog.
 void SystemDialogPageMessageLine.setErrorMessage(SystemMessage emessage)
          Deprecated. Display the given error message.
 void SystemDialogPageMessageLine.setMessage(SystemMessage smessage)
          Deprecated. Set a non-error message to display.
 

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.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 SystemFilterStringPropertyPage.filterStringChanged(SystemMessage message)
           
 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.validators
 

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

Methods in org.eclipse.rse.ui.validators that return SystemMessage
 SystemMessage ValidatorLocalPath.isSyntaxOk(String newText)
          Validate each character.
 SystemMessage ValidatorUniqueString.isSyntaxOk(String newText)
          Override in child to do your own syntax checking.
 SystemMessage ValidatorUniqueString.getSystemMessage()
          When isValid returns non-null, call this to get the SystemMessage object for the error versus the simple string message.
 SystemMessage ValidatorUniqueString.validate(String text)
          For convenience, this is a shortcut to calling: if (isValid(text) !
 SystemMessage ValidatorUserActionComment.getSystemMessage()
          When isValid returns non-null, call this to get the SystemMessage object for the error versus the simple string message.
 SystemMessage ValidatorUserActionComment.validate(String text)
          For convenience, this is a shortcut to calling: if (isValid(text) !
 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 ISystemValidator.validate(String text)
          For convenience, this is a shortcut to calling: if (isValid(text) !
 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 ValidatorCompileCommandLabel.isSyntaxOk(String newText)
          Validate each character.
 SystemMessage ValidatorFolderName.isSyntaxOk(String newText)
          Validate each character.
 SystemMessage ValidatorUserTypeTypes.getSystemMessage()
          When isValid returns non-null, call this to get the SystemMessage object for the error versus the simple string message.
 SystemMessage ValidatorUserTypeTypes.validate(String text)
          For convenience, this is a shortcut to calling: if (isValid(text) !
 SystemMessage ValidatorProfileName.isSyntaxOk(String newText)
          Parent intercept to ensure no reserved names are used.
 SystemMessage ValidatorUserTypeName.isSyntaxOk(String newText)
          Validate each character.
 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 ValidatorIntegerInput.getSystemMessage()
          When isValid returns non-null, call this to get the SystemMessage object for the error versus the simple string message.
 SystemMessage ValidatorIntegerInput.validate(String text)
          For convenience, this is a shortcut to calling: if (isValid(text) !
 SystemMessage ValidatorFilterString.isSyntaxOk(String newText)
          Validate each character.
 SystemMessage ValidatorUserActionCommand.getSystemMessage()
          When isValid returns non-null, call this to get the SystemMessage object for the error versus the simple string message.
 SystemMessage ValidatorUserActionCommand.validate(String text)
          For convenience, this is a shortcut to calling: if (isValid(text) !
 SystemMessage ValidatorSpecialChar.isSyntaxOk(String newText)
          Override in child to do your own syntax checking.
 SystemMessage ValidatorSpecialChar.getSystemMessage()
          When isValid returns non-null, call this to get the SystemMessage object for the error versus the simple string message.
 SystemMessage ValidatorSpecialChar.validate(String text)
          For convenience, this is a shortcut to calling: if (isValid(text) !
 SystemMessage ValidatorLongInput.getSystemMessage()
          When isValid returns non-null, call this to get the SystemMessage object for the error versus the simple string message.
 SystemMessage ValidatorLongInput.validate(String text)
          For convenience, this is a shortcut to calling: if (isValid(text) !
 SystemMessage ValidatorSystemName.isSyntaxOk(String newText)
          Validate each character.
 SystemMessage ValidatorSourceType.isSyntaxOk(String newText)
          Validate each character.
 SystemMessage ValidatorUserActionName.isSyntaxOk(String newText)
          Validate each character.
 SystemMessage ValidatorUserId.isSyntaxOk(String newText)
          We could do additional syntax checking here if we decide to.
 

Methods in org.eclipse.rse.ui.validators with parameters of type SystemMessage
 void ValidatorUniqueString.setErrorMessages(SystemMessage msg_Empty, SystemMessage msg_NonUnique)
          Supply your own error message text.
protected  String ValidatorUniqueString.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
 void ValidatorIntegerRangeInput.setErrorMessages(SystemMessage emptyMsg, SystemMessage invalidMsg, SystemMessage outOfRangeMsg)
          Set the error messages, overriding the defaults
 void ValidatorUserActionComment.setErrorMessages(SystemMessage emptyMsg, SystemMessage invalidMsg)
          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 ValidatorCompileCommandLabel.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 ValidatorUserTypeTypes.setErrorMessages(SystemMessage emptyMsg, SystemMessage invalidMsg)
          Set the error messages, overriding the defaults
 void ValidatorLongRangeInput.setErrorMessages(SystemMessage emptyMsg, SystemMessage invalidMsg, SystemMessage outOfRangeMsg)
          Set the error messages, overriding the defaults
 void ValidatorUserTypeName.setErrorMessages(SystemMessage msg_Empty, SystemMessage msg_NonUnique, SystemMessage msg_Invalid)
          Supply your own error message text.
 void ValidatorIntegerInput.setErrorMessages(SystemMessage emptyMsg, SystemMessage invalidMsg)
          Set the error messages, overriding the defaults
 void ValidatorFilterString.setDuplicateFilterStringErrorMessage(SystemMessage msg)
          Set the error message to issue when a duplicate filter string is found.
 void ValidatorFilterString.setErrorMessages(SystemMessage msg_Empty, SystemMessage msg_NonUnique, SystemMessage msg_Invalid)
          Supply your own error message text.
 void ValidatorUserActionCommand.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.
protected  String ValidatorSpecialChar.doMessageSubstitution(SystemMessage msg, String substitution)
          Helper method to substitute data into a message
protected  String ValidatorSpecialChar.getSystemMessageText(SystemMessage msg)
          Helper method to set the current system message and return its level one text
 void ValidatorLongInput.setErrorMessages(SystemMessage emptyMsg, SystemMessage invalidMsg)
          Set the error messages, overriding the defaults
 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.
 void ValidatorUserActionName.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
ValidatorSpecialChar(String specialChars, boolean isEmptyAllowed, SystemMessage msg_Invalid)
          Constructor
ValidatorSpecialChar(String specialChars, boolean isEmptyAllowed, SystemMessage msg_Invalid, SystemMessage msg_Empty)
          Constructor
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
 

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

Fields in org.eclipse.rse.ui.view declared as SystemMessage
protected  SystemMessage SystemViewPart.sysErrorMessage
           
 

Methods in org.eclipse.rse.ui.view that return SystemMessage
 SystemMessage SystemTableViewPart.getSystemErrorMessage()
          Get the currently displayed error text.
 SystemMessage SystemViewPart.getSystemErrorMessage()
          Get the currently displayed error text.
 

Methods in org.eclipse.rse.ui.view with parameters of type SystemMessage
protected  void SystemResourceSelectionForm.setErrorMessage(SystemMessage msg)
           
 void SystemTableViewPart.setErrorMessage(SystemMessage message)
          Display the given error message.
 void SystemTableViewPart.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 SystemViewPart.setErrorMessage(SystemMessage message)
          Display the given error message.
 void SystemViewPart.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.view with parameters of type SystemMessage
SystemDNDTransferRunnable.ShowErrorRunnable(SystemMessage errorMessage)
           
 

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

Methods in org.eclipse.rse.ui.view.monitor that return SystemMessage
 SystemMessage SystemMonitorViewPart.getSystemErrorMessage()
          Get the currently displayed error text.
 

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

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

Methods in org.eclipse.rse.ui.view.scratchpad that return SystemMessage
 SystemMessage SystemScratchpadViewPart.getSystemErrorMessage()
          Get the currently displayed error text.
 

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

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

Methods in org.eclipse.rse.ui.view.search that return SystemMessage
 SystemMessage SystemSearchViewPart.getSystemErrorMessage()
          Get the currently displayed error text.
 

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

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

Methods in org.eclipse.rse.ui.view.team that return SystemMessage
 SystemMessage SystemTeamViewPart.getSystemErrorMessage()
          Get the currently displayed error text.
 

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

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()
          ISystemMessageLine method.
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)
          ISystemMessageLine method.
 void AbstractSystemWizardPage.setMessage(SystemMessage message)
          ISystemMessageLine method.
 


RSE
Release 1.0

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