RSE
Release 1.0

Uses of Class
org.eclipse.rse.services.clientserver.messages.IndicatorException

Packages that use IndicatorException
org.eclipse.rse.services.clientserver.messages   
org.eclipse.rse.ui.messages   
 

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

Methods in org.eclipse.rse.services.clientserver.messages that throw IndicatorException
 void SystemMessage.setIndicator(char ind)
          Use this method to override the default indicator of the message
protected  SystemMessage SystemMessageFile.loadSystemMessage(String componentAbbr, String subComponentAbbr, String msgNumber, char msgIndicator, String msgL1, String msgL2)
          Override this to provide different extended SystemMessage implementation
 

Constructors in org.eclipse.rse.services.clientserver.messages that throw IndicatorException
SystemMessage(String comp, String sub, String number, char ind, String l1, String l2)
          SystemMesssage constructor Throws: IndicatorException: the indicator specified is not a valid indicator
 

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

Methods in org.eclipse.rse.ui.messages that throw IndicatorException
 boolean SystemMessageDialog.openQuestion()
          opens the dialog with Yes, No, Details button for an Inquiry/Question message Throws an IndicatorException if the message is not an Inquiry message returns true if Yes was pressed, False if No was pressed.
protected  SystemMessage SystemUIMessageFile.loadSystemMessage(String componentAbbr, String subComponentAbbr, String msgNumber, char msgIndicator, String msgL1, String msgL2)
          Override this to provide different extended SystemMessage implementation
 

Constructors in org.eclipse.rse.ui.messages that throw IndicatorException
SystemUIMessage(String comp, String sub, String number, char ind, String l1, String l2)
           
 


RSE
Release 1.0

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