net.refractions.udig.catalog.ui
Class StatusLineMessageBoardAdapter

java.lang.Object
  extended by net.refractions.udig.catalog.ui.StatusLineMessageBoardAdapter
All Implemented Interfaces:
IMessageBoard

public class StatusLineMessageBoardAdapter
extends java.lang.Object
implements IMessageBoard

Adapts a StatusLineManager as a IMessageBoard

Since:
1.1.0
Author:
Jesse

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.refractions.udig.catalog.ui.IMessageBoard
IMessageBoard.Type
 
Constructor Summary
StatusLineMessageBoardAdapter(IStatusLineManager manager)
           
 
Method Summary
 void putMessage(java.lang.String message, IMessageBoard.Type type)
          Adds/Sets a message on the message board.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusLineMessageBoardAdapter

public StatusLineMessageBoardAdapter(IStatusLineManager manager)
Method Detail

putMessage

public void putMessage(java.lang.String message,
                       IMessageBoard.Type type)
Description copied from interface: IMessageBoard
Adds/Sets a message on the message board.

Specified by:
putMessage in interface IMessageBoard
Parameters:
message - message to set on the message board.