RSE
Release 3.2

org.eclipse.rse.ui.messages
Interface ISystemMessageLineTarget

All Known Implementing Classes:
ServicesPropertyPage, SystemBasePropertyPage, SystemChangeFilterPropertyPage, SystemFilterStringPropertyPage, SystemSubSystemPropertyPageCore, SystemTeamViewCategoryPropertyPage

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.


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
 

Method Detail

setMessageLine

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


getMessageLine

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


RSE
Release 3.2

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