|
 |
|
|
Uses of Class org.eclipse.rse.services.clientserver.messages.SystemMessage
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.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. |
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.
|
|
|