Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui.messages
Interface ISystemMessageLineTarget

All Known Implementing Classes:
SystemBasePropertyPage

public interface ISystemMessageLineTarget

Implemented by any class that supports being passed an ISystemMessageLine to target messages to. This is useful in re-usable forms so that the parent dialog or wizard can pass in "this" in order to allow the form to issue messages.


Field Summary
static String copyright
           
 
Method Summary
 ISystemMessageLine getMessageLine()
          Get the message line to use for issuing messages
 void setMessageLine(ISystemMessageLine msgLine)
          Set the message line to use for issuing messages
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Method Detail

setMessageLine

public void setMessageLine(ISystemMessageLine msgLine)
Set the message line to use for issuing messages


getMessageLine

public ISystemMessageLine getMessageLine()
Get the message line to use for issuing messages


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.