|
RSE Release 3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.rse.services.clientserver.messages.SystemMessage
org.eclipse.rse.ui.messages.SystemUIMessage
public class SystemUIMessage
| Field Summary | |
|---|---|
protected static int |
displayMask
|
| Fields inherited from class org.eclipse.rse.services.clientserver.messages.SystemMessage |
|---|
COMPLETION, ERROR, INFORMATION, INQUIRY, NESTING_INDENT, UNEXPECTED, WARNING |
| Constructor Summary | |
|---|---|
SystemUIMessage(java.lang.String comp,
java.lang.String sub,
java.lang.String number,
char ind,
java.lang.String l1,
java.lang.String l2)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getSubValue(java.lang.Object sub)
used to determine the string value of the object it calls toString for all object types except for Exceptions where the stack is also rendered |
| Methods inherited from class org.eclipse.rse.services.clientserver.messages.SystemMessage |
|---|
getFullMessageID, getIndicator, getLevelOneText, getLevelTwoText, getMessageNumber, getNumSubstitutionVariables, getSubVariables, makeSubstitution, makeSubstitution, makeSubstitution, makeSubstitution, makeSubstitution, setIndicator, setPrefixChar, sub, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final int displayMask
| Constructor Detail |
|---|
public SystemUIMessage(java.lang.String comp,
java.lang.String sub,
java.lang.String number,
char ind,
java.lang.String l1,
java.lang.String l2)
throws IndicatorException
IndicatorException| Method Detail |
|---|
public java.lang.String getSubValue(java.lang.Object sub)
getSubValue in class SystemMessagesub - the substitution object
|
RSE Release 3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||